summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/scaleup.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-02 12:44:55 -0700
committerGitHub <noreply@github.com>2017-10-02 12:44:55 -0700
commit55617251e6abe5b205122b990c7ddb38bec87330 (patch)
tree062fdcb808a3954d5156832d84b2ff24b5b173b2 /playbooks/common/openshift-etcd/scaleup.yml
parent125c266f8f9149d773683a6e4b2fbacf2b557005 (diff)
parentd8d0e6d7de600d6896014fef928da5bf133dc85e (diff)
downloadopenshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.gz
openshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.bz2
openshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.xz
openshift-55617251e6abe5b205122b990c7ddb38bec87330.zip
Merge pull request #5510 from abutcher/separate-certs
Automatic merge from submit-queue. Break out certificate playbooks Break out certificate role dependencies and move them into their own playbooks.
Diffstat (limited to 'playbooks/common/openshift-etcd/scaleup.yml')
-rw-r--r--playbooks/common/openshift-etcd/scaleup.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/common/openshift-etcd/scaleup.yml b/playbooks/common/openshift-etcd/scaleup.yml
index 4f83264d0..8aa508119 100644
--- a/playbooks/common/openshift-etcd/scaleup.yml
+++ b/playbooks/common/openshift-etcd/scaleup.yml
@@ -30,6 +30,13 @@
retries: 3
delay: 10
until: etcd_add_check.rc == 0
+ - include_role:
+ name: etcd
+ tasks_from: server_certificates
+ vars:
+ etcd_peers: "{{ groups.oo_new_etcd_to_config | default([], true) }}"
+ etcd_certificates_etcd_hosts: "{{ groups.oo_new_etcd_to_config | default([], true) }}"
+ r_etcd_common_etcd_runtime: "{{ openshift.common.etcd_runtime }}"
roles:
- role: os_firewall
when: etcd_add_check.rc == 0