Skip to content

Commit

Permalink
Add issue link tracking baremetal-operator update.
Browse files Browse the repository at this point in the history
  • Loading branch information
russellb committed May 17, 2019
1 parent c3c42fd commit e8da8cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions 08_deploy_bmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8da8cf

Please sign in to comment.