diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-28 08:51:05 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-29 10:26:01 -0300 |
commit | 0ad53cbbe8d6f26e98796734896be6e827051ce6 (patch) | |
tree | 5da1e12830e7f07a12a7869e9fec8159b076e9f8 /playbooks/byo/openshift-cluster | |
parent | ad47ff1df5147d35572ee3ae08f0fd74fade5e33 (diff) | |
download | openshift-0ad53cbbe8d6f26e98796734896be6e827051ce6.tar.gz openshift-0ad53cbbe8d6f26e98796734896be6e827051ce6.tar.bz2 openshift-0ad53cbbe8d6f26e98796734896be6e827051ce6.tar.xz openshift-0ad53cbbe8d6f26e98796734896be6e827051ce6.zip |
Move etcd backup from pre-upgrade to upgrade itself.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml | 2 | ||||
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml index cd3ca0817..6bd1aea07 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml @@ -56,8 +56,6 @@ - include: ../../../../common/openshift-cluster/upgrades/pre/gate_checks.yml -- include: ../../../../common/openshift-cluster/upgrades/pre/backup_etcd.yml - - name: Exit upgrade if dry-run specified hosts: oo_all_hosts tasks: diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml b/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml index bf18a2a66..35951ccda 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml @@ -63,8 +63,6 @@ - include: ../../../../common/openshift-cluster/upgrades/pre/gate_checks.yml -- include: ../../../../common/openshift-cluster/upgrades/pre/backup_etcd.yml - - name: Exit upgrade if dry-run specified hosts: oo_all_hosts tasks: |