You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[edpm_deploy_baremetal] Add custom_bootstrap flag to skip inline bootstrap patch
The inline kustomization hardcodes edpm_bootstrap_command to
"sudo dnf -y update", preventing downstream jobs from providing
a custom bootstrap command via file-based kustomizations (which
are applied first and get overwritten by the inline patch).
Add cifmw_edpm_deploy_baremetal_custom_bootstrap (default: false)
that, when true, skips the inline edpm_bootstrap_command patch so
file-based kustomizations can define it instead. Existing jobs are
unaffected since the default is false.
Signed-off-by: Vito Castellano <vcastell@redhat.com>
Copy file name to clipboardExpand all lines: roles/edpm_deploy_baremetal/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ This role doesn't need privilege escalation.
19
19
*`cifmw_edpm_deploy_baremetal_repo_setup_override`: (Boolean) Override the repo-setup service in OpenStackDataPlane with repo-setup-downstream. Default: `false`
20
20
*`cifmw_edpm_deploy_baremetal_create_vms`: (Boolean) If enabled, compute nodes are pre-provisioned using Ironic else OpenStackProvisioner. Default: `true`
21
21
*`cifmw_edpm_deploy_baremetal_nova_compute_extra_config`: (String) Oslo config snippet defining extra configuration for the nova-compute services. Defaults to an empty string.
22
+
*`cifmw_edpm_deploy_baremetal_custom_bootstrap`: (Boolean) When true, skips the inline `edpm_bootstrap_command` kustomization patch so that a file-based kustomization can provide a custom bootstrap command instead. Default: `false`
23
+
*`cifmw_edpm_deploy_baremetal_bootc`: (Boolean) Disables the inline `edpm_bootstrap_command` patch and `dnf update` for bootc-based immutable nodes. Default: `false`
0 commit comments