diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-05 16:30:06 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-05 16:30:06 -0500 |
commit | 112e1696cc7d2c8c5b11682b584b45a37e947099 (patch) | |
tree | 07d19cfd81c7d323ac10a1fd1568f562014431c9 /playbooks/openshift-etcd/private/scaleup.yml | |
parent | 968f614e984da91a4e883a9642af8e66d49d87a0 (diff) | |
download | openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.gz openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.bz2 openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.xz openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.zip |
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 |