From a2d9b3786ecd04f8630f06b62985b53038b13ae4 Mon Sep 17 00:00:00 2001 From: Amrut-Purandare Date: Thu, 5 Jun 2025 17:15:17 +0530 Subject: [PATCH] Non s390x install config arch fix --- roles/get_ocp/templates/install-config.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/get_ocp/templates/install-config.yaml.j2 b/roles/get_ocp/templates/install-config.yaml.j2 index a86ea2a9..d8bbeeb4 100644 --- a/roles/get_ocp/templates/install-config.yaml.j2 +++ b/roles/get_ocp/templates/install-config.yaml.j2 @@ -21,12 +21,12 @@ compute: - hyperthreading: {{ install_config_vars.compute.hyperthreading }} name: worker replicas: {{ (env.cluster.nodes.compute.hostname | default('') | length) }} - architecture: {{ install_config_vars.compute.architecture }} + architecture: {{ env.install_config.compute.architecture }} controlPlane: hyperthreading: {{ install_config_vars.control.hyperthreading }} name: master replicas: {{(env.cluster.nodes.control.hostname | length)}} - architecture: {{ install_config_vars.control.architecture }} + architecture: {{ env.install_config.control.architecture }} metadata: name: {{ env.cluster.networking.metadata_name }} networking: