From 847c365528f44ec61d5bf4b6573a7a1e58c3a030 Mon Sep 17 00:00:00 2001 From: Roberto Alfieri Date: Thu, 23 Apr 2026 10:36:20 +0200 Subject: [PATCH] [ci_gen_kustomize_values] Add hci-ironic template symlink Add `hci-ironic -> hci` symlink in `ci_gen_kustomize_values/templates/` so the `hci-ironic` architecture scenario uses the HCI network-values template instead of falling back to the `common` template. Without this, the `common` template hardcodes `"master": "ospbr"` in the ctlplane NetworkAttachmentDefinition, which does not exist on the OCP master nodes. The HCI template correctly derives the ctlplane master interface from the networking environment definition. Related-to: ANVIL-108 Co-authored-by: Claude Signed-off-by: Roberto Alfieri --- roles/ci_gen_kustomize_values/templates/hci-ironic | 1 + 1 file changed, 1 insertion(+) create mode 120000 roles/ci_gen_kustomize_values/templates/hci-ironic diff --git a/roles/ci_gen_kustomize_values/templates/hci-ironic b/roles/ci_gen_kustomize_values/templates/hci-ironic new file mode 120000 index 000000000..eea3880a0 --- /dev/null +++ b/roles/ci_gen_kustomize_values/templates/hci-ironic @@ -0,0 +1 @@ +hci \ No newline at end of file