Override cloud-init datasource list;Add package open-iscsi
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
{
|
||||
"build_target": "virt",
|
||||
"disable_public_repos": "false",
|
||||
"extra_debs": "",
|
||||
"extra_debs": "open-iscsi",
|
||||
"extra_repos": "",
|
||||
"extra_rpms": "open-iscsi",
|
||||
"extra_rpms": "",
|
||||
"firstboot_custom_roles_post": "",
|
||||
"firstboot_custom_roles_pre": "",
|
||||
"http_proxy": "",
|
||||
"https_proxy": "",
|
||||
"no_proxy": "",
|
||||
"node_custom_roles_post": "",
|
||||
"node_custom_roles_post": "custom",
|
||||
"node_custom_roles_pre": "",
|
||||
"pause_image": "registry.k8s.io/pause:3.9",
|
||||
"pip_conf_file": "",
|
||||
|
Reference in New Issue
Block a user