diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-07 12:06:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 12:06:32 -0500 |
commit | 54175f4b668cc1e6108b7d0af13275fcda9f586f (patch) | |
tree | 0dfe223febcbf59d1f9ee50b7fed0032e7ace42f /playbooks/openshift-etcd/private/scaleup.yml | |
parent | 9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008 (diff) | |
parent | 112e1696cc7d2c8c5b11682b584b45a37e947099 (diff) | |
download | openshift-54175f4b668cc1e6108b7d0af13275fcda9f586f.tar.gz openshift-54175f4b668cc1e6108b7d0af13275fcda9f586f.tar.bz2 openshift-54175f4b668cc1e6108b7d0af13275fcda9f586f.tar.xz openshift-54175f4b668cc1e6108b7d0af13275fcda9f586f.zip |
Merge pull request #6365 from mtnbikenc/consolidate-etcd-upgrade
Playbook Consolidation - etcd Upgrade
Diffstat (limited to 'playbooks/openshift-etcd/private/scaleup.yml')
-rw-r--r-- | playbooks/openshift-etcd/private/scaleup.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-etcd/private/scaleup.yml b/playbooks/openshift-etcd/private/scaleup.yml index fac8e3f02..3ef043ec8 100644 --- a/playbooks/openshift-etcd/private/scaleup.yml +++ b/playbooks/openshift-etcd/private/scaleup.yml @@ -32,7 +32,7 @@ until: etcd_add_check.rc == 0 - include_role: name: etcd - tasks_from: server_certificates + tasks_from: server_certificates.yml vars: etcd_peers: "{{ groups.oo_new_etcd_to_config | default([], true) }}" etcd_certificates_etcd_hosts: "{{ groups.oo_new_etcd_to_config | default([], true) }}" @@ -78,4 +78,4 @@ post_tasks: - include_role: name: openshift_master - tasks_from: update_etcd_client_urls + tasks_from: update_etcd_client_urls.yml |