diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2018-02-12 22:03:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 22:03:37 -0500 |
commit | cf6d85fca0d42466f42b64cf205e83e7f1586369 (patch) | |
tree | 7df8f11d1f3b4d8380817e162cf77e91d44dde3a /playbooks | |
parent | 10760235ed1deeed03e9451ec72dfbea63841177 (diff) | |
parent | a043ba9e9951d091f66d00ed88ad05b66c3f3c63 (diff) | |
download | openshift-cf6d85fca0d42466f42b64cf205e83e7f1586369.tar.gz openshift-cf6d85fca0d42466f42b64cf205e83e7f1586369.tar.bz2 openshift-cf6d85fca0d42466f42b64cf205e83e7f1586369.tar.xz openshift-cf6d85fca0d42466f42b64cf205e83e7f1586369.zip |
Merge pull request #7113 from mgugino-upstream-stage/fix-etcd-scaleup-sanity
Fix etcd scaleup plays
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-etcd/scaleup.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-etcd/scaleup.yml b/playbooks/openshift-etcd/scaleup.yml index 3e2fca8d4..1b2229baa 100644 --- a/playbooks/openshift-etcd/scaleup.yml +++ b/playbooks/openshift-etcd/scaleup.yml @@ -45,6 +45,7 @@ vars: skip_version: True l_init_fact_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_new_etcd_to_config" + l_sanity_check_hosts: "{{ groups['oo_new_etcd_to_config'] | union(groups['oo_masters_to_config']) | union(groups['oo_etcd_to_config']) }}" l_openshift_version_set_hosts: "all:!all" l_openshift_version_check_hosts: "all:!all" when: |