Commit 687dab5
committed
[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>1 parent 6f21028 commit 687dab5
4 files changed
Lines changed: 6 additions & 2 deletions
File tree
- docs/dictionary
- roles/edpm_deploy_baremetal
- defaults
- tasks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments