Skip to content

Commit e8202f0

Browse files
committed
Use BMO release-0.9 branch
jira: https://issues.redhat.com/browse/OSPRH-20222 Signed-off-by: rabi <[email protected]>
1 parent ba562f7 commit e8202f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,9 @@ TELEMETRY_KUTTL_NAMESPACE ?= telemetry-kuttl-tests
507507

508508
# BMO
509509
BMO_REPO ?= https://github.com/metal3-io/baremetal-operator
510-
BMO_BRANCH ?= release-0.6
510+
BMO_BRANCH ?= release-0.9
511511
BMO_IPA_BRANCH ?= stable/2024.1
512+
IRONIC_IMAGE_TAG ?= release-24.1
512513
BMO_COMMIT_HASH ?=
513514
BMO_PROVISIONING_INTERFACE ?=
514515
ifeq ($(NETWORK_ISOLATION_USE_DEFAULT_NETWORK), true)
@@ -717,6 +718,7 @@ crc_bmo_setup: $(if $(findstring true,$(INSTALL_CERT_MANAGER)), certmanager)
717718
pushd ${OPERATOR_BASE_DIR}/baremetal-operator && sed -i 's/172.22.0.1\:/${NNCP_CTLPLANE_IP_ADDRESS_PREFIX}.11\:/g' ironic-deployment/default/ironic_bmo_configmap.env config/default/ironic.env && popd
718719
pushd ${OPERATOR_BASE_DIR}/baremetal-operator && sed -i 's/172.22.0./${NNCP_CTLPLANE_IP_ADDRESS_PREFIX}./g' ironic-deployment/default/ironic_bmo_configmap.env config/default/ironic.env && popd
719720
pushd ${OPERATOR_BASE_DIR}/baremetal-operator && yq 'del(.spec.template.spec.containers[] | select(.name == "ironic-dnsmasq"))' -i ironic-deployment/base/ironic.yaml && popd
721+
pushd ${OPERATOR_BASE_DIR}/baremetal-operator && sed -i 's/image\: quay.io\/metal3-io\/ironic$$/image\: quay.io\/metal3-io\/ironic\:${IRONIC_IMAGE_TAG}/g' ironic-deployment/base/ironic.yaml && popd
720722
pushd ${OPERATOR_BASE_DIR}/baremetal-operator && make generate manifests && bash tools/deploy.sh -bitm && popd
721723
ifeq ($(BMO_SETUP_ROUTE_REPLACE), true)
722724
sudo ip route replace 192.168.126.0/24 dev virbr0

0 commit comments

Comments
 (0)