summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-30 10:35:55 -0500
committerGitHub <noreply@github.com>2016-11-30 10:35:55 -0500
commit161d6ce3976dbae137a5b90252fc9966734f7c15 (patch)
tree17acb009aaec787ef134ce63244e5bb64df98231 /playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
parente4e281fefdafd0ee5cadb11cae6c67a409c262ce (diff)
parent5c24cf417b08e0b427435d1bd5d27a4b03467092 (diff)
downloadopenshift-161d6ce3976dbae137a5b90252fc9966734f7c15.tar.gz
openshift-161d6ce3976dbae137a5b90252fc9966734f7c15.tar.bz2
openshift-161d6ce3976dbae137a5b90252fc9966734f7c15.tar.xz
openshift-161d6ce3976dbae137a5b90252fc9966734f7c15.zip
Merge pull request #2859 from dgoodwin/ovs-docker-restart
Cleanup ovs file and restart docker on every upgrade.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 57c25aa41..4d714ef4e 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -29,6 +29,7 @@
- name: Backup etcd
include: ./etcd/backup.yml
+ when: openshift_upgrade_skip_etcd_backup | default(false) | bool
- name: Upgrade master packages
hosts: oo_masters_to_config