Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue link tracking baremetal-operator update. #549

Merged
merged 1 commit into from
May 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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