Commit fffa721
[ci_gen_kustomize_values] fix: Preserve nodes config from architecture repo in HCI template
When generating kustomize values for HCI deployments, preserve the
complete node configuration (ansibleHost, networks, fixedIP) from the
architecture repository instead of overwriting it with just hostName.
This fixes the issue where pre-ceph nodeset correctly had fixedIP
but post-ceph nodeset lost it because ci-framework template was
overwriting the nodes section from architecture repo.
Additionally, set cifmw_ceph_target to 'edpms' in dt-nfv HCI scenario
to match the group name created by ceph-bm.yml playbook when iterating
over OpenStackBaremetalSet spec.baremetalHosts keys (edpm-compute-*).
Signed-off-by: Miguel Angel Nieto Jimenez <mnietoji@redhat.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2838c98 commit fffa721
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- roles/ci_gen_kustomize_values/templates/nfv-ovs-dpdk-sriov-hci/edpm-nodeset-values
- scenarios/reproducers
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments