File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -831,8 +831,10 @@ launch_cluster_api_provider_metal3
831831BMO_NAME_PREFIX=" ${NAMEPREFIX} "
832832launch_baremetal_operator
833833if [[ " ${USE_IRSO} " = true ]]; then
834- launch_ironic_standalone_operator
835- launch_ironic_via_irso
834+ if [[ " ${SKIP_APPLY_BMH:- false} " = " false" ]]; then
835+ launch_ironic_standalone_operator
836+ launch_ironic_via_irso
837+ fi
836838else
837839 launch_ironic
838840fi
Original file line number Diff line number Diff line change @@ -746,8 +746,10 @@ launch_cluster_api_provider_metal3
746746BMO_NAME_PREFIX=" ${NAMEPREFIX} "
747747launch_baremetal_operator
748748if [[ " ${USE_IRSO} " = true ]]; then
749- launch_ironic_standalone_operator
750- launch_ironic_via_irso
749+ if [[ " ${SKIP_APPLY_BMH:- false} " = " false" ]]; then
750+ launch_ironic_standalone_operator
751+ launch_ironic_via_irso
752+ fi
751753else
752754 launch_ironic
753755fi
You can’t perform that action at this time.
0 commit comments