From e8da8cf73638ebf58a7b2f69f7c59cc549117431 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 17 May 2019 15:33:34 -0400 Subject: [PATCH] Add issue link tracking baremetal-operator update. https://github.com/openshift-metal3/dev-scripts/issues/548 --- 08_deploy_bmo.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/08_deploy_bmo.sh b/08_deploy_bmo.sh index 3ba66adaa..da0b4a9f1 100755 --- a/08_deploy_bmo.sh +++ b/08_deploy_bmo.sh @@ -14,14 +14,7 @@ cp -r $BMOPATH/deploy ocp/. sed -i 's/namespace: .*/namespace: openshift-machine-api/g' ocp/deploy/role_binding.yaml # FIXME(dhellmann): Use the pre-rename operator until this repo # works with the renamed version. -# Other pre-reqs before this can be removed: -# - machine-api-operator includes updated RBAC for the metal3.io API -# https://github.com/openshift/machine-api-operator/pull/296 -# - openshift/cluster-api-provider-baremetal must get updated to include -# https://github.com/metal3-io/cluster-api-provider-baremetal/pull/63 -# which switches it to the metal3.io API. -# - We switch to a pinned release of OpenShift that includes builds of -# CAPBM and MAO with the above changes. +# - https://github.com/openshift-metal3/dev-scripts/issues/548 sed -i 's|image: quay.io/metalkube/baremetal-operator$|image: quay.io/metalkube/baremetal-operator:metalkube|' ocp/deploy/operator.yaml # Start deploying on the new cluster