Skip to content

Commit

Permalink
Merge pull request #1483 from Nordix/tuomo/launch-irso-only-when-we-u…
Browse files Browse the repository at this point in the history
…se-it

launch irso only if we actually use it
  • Loading branch information
metal3-io-bot authored Dec 17, 2024
2 parents 887b5b6 + ac65688 commit f29cc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_launch_mgmt_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f29cc50

Please sign in to comment.