From ac656884d4b8ee83c52eeda7654ac69f35084362 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Thu, 12 Dec 2024 13:44:44 +0200 Subject: [PATCH] launch irso only we we actually use it Currently IRSO is launched even we don't want IRSO controlled Ironic. Thanks to a manifest mismatch now, it is just crashing around. Move launching IRSO behind "if USE_IRSO" check. Signed-off-by: Tuomo Tanskanen --- 03_launch_mgmt_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_launch_mgmt_cluster.sh b/03_launch_mgmt_cluster.sh index 44743a9af..51912ebb2 100755 --- a/03_launch_mgmt_cluster.sh +++ b/03_launch_mgmt_cluster.sh @@ -731,8 +731,8 @@ patch_clusterctl launch_cluster_api_provider_metal3 BMO_NAME_PREFIX="${NAMEPREFIX}" launch_baremetal_operator -launch_ironic_standalone_operator if [[ "${USE_IRSO}" = true ]]; then + launch_ironic_standalone_operator launch_ironic_via_irso else launch_ironic