summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-09 15:26:38 -0500
committerScott Dodson <sdodson@redhat.com>2016-11-09 15:26:56 -0500
commitbd120d5cc460fa0c0d42c388dda00c6f15ee76cd (patch)
treefc754543811a98a662b8335339254dc190340444 /playbooks
parentbf0f8266e91b552ffa815d3a7bcb65f105606438 (diff)
downloadopenshift-bd120d5cc460fa0c0d42c388dda00c6f15ee76cd.tar.gz
openshift-bd120d5cc460fa0c0d42c388dda00c6f15ee76cd.tar.bz2
openshift-bd120d5cc460fa0c0d42c388dda00c6f15ee76cd.tar.xz
openshift-bd120d5cc460fa0c0d42c388dda00c6f15ee76cd.zip
Don't upgrade etcd on backup operations
Fixes Bug 1393187 Fixes BZ1393187
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 927d9b4ca..d291c907c 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -57,7 +57,7 @@
when: (embedded_etcd | bool) and (etcd_disk_usage.stdout|int > avail_disk.stdout|int)
- name: Install etcd (for etcdctl)
- action: "{{ ansible_pkg_mgr }} name=etcd state=latest"
+ action: "{{ ansible_pkg_mgr }} name=etcd state=installed"
when: not openshift.common.is_atomic | bool
- name: Generate etcd backup