Merge "Stop pausing BMHs and applying it to target cluster"

This commit is contained in:
Zuul 2021-05-28 00:44:10 +00:00 committed by Gerrit Code Review
commit c7d65d4114
2 changed files with 0 additions and 7 deletions

View File

@ -7,5 +7,4 @@ metadata:
name: host-generation-catalogue
hosts:
m3:
- node01
- node02

View File

@ -14,12 +14,6 @@
set -xe
# Annotating BMH objects with a pause label
# Scripts for this phase placed in manifests/function/phase-helpers/pause_bmh/
# To get ConfigMap for this phase, execute `airshipctl phase render --source config -k ConfigMap`
# and find ConfigMap with name kubectl-get-pods
airshipctl phase run kubectl-pause-bmh --debug
echo "Move Cluster Object to Target Cluster"
airshipctl phase run clusterctl-move