summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-04-28 14:12:19 -0400
committerRussell Teague <rteague@redhat.com>2017-05-02 11:57:54 -0400
commit811180085cccee614bdc710a8235a51bc475d48e (patch)
treeb31819bf85ffb53bd96a4663103b2b3ee050d651 /playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
parentd4e4d3b4663ddd05b32014627d936871432e610a (diff)
downloadopenshift-811180085cccee614bdc710a8235a51bc475d48e.tar.gz
openshift-811180085cccee614bdc710a8235a51bc475d48e.tar.bz2
openshift-811180085cccee614bdc710a8235a51bc475d48e.tar.xz
openshift-811180085cccee614bdc710a8235a51bc475d48e.zip
etcd Upgrade Refactor
* Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index c6e799261..0ad934d2d 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -2,17 +2,6 @@
###############################################################################
# Upgrade Masters
###############################################################################
-- name: Evaluate additional groups for upgrade
- hosts: localhost
- connection: local
- become: no
- tasks:
- - name: Evaluate etcd_hosts_to_backup
- add_host:
- name: "{{ item }}"
- groups: etcd_hosts_to_backup
- with_items: "{{ groups.oo_etcd_to_config if groups.oo_etcd_to_config is defined and groups.oo_etcd_to_config | length > 0 else groups.oo_first_master }}"
- changed_when: False
# If facts cache were for some reason deleted, this fact may not be set, and if not set
# it will always default to true. This causes problems for the etcd data dir fact detection