summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-10-13 15:33:15 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-10-13 15:33:15 +0200
commit641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5 (patch)
tree079a9cd08d2f37c17c40793d18e80ac915fdf8e7 /roles/etcd/tasks
parent12469e264fc10b17fb837b6c15e3c211a21aef3f (diff)
downloadopenshift-641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5.tar.gz
openshift-641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5.tar.bz2
openshift-641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5.tar.xz
openshift-641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5.zip
set initial etcd cluster properly during system container scale up
Diffstat (limited to 'roles/etcd/tasks')
-rw-r--r--roles/etcd/tasks/system_container.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/etcd/tasks/system_container.yml b/roles/etcd/tasks/system_container.yml
index e735bf50a..024479fb4 100644
--- a/roles/etcd/tasks/system_container.yml
+++ b/roles/etcd/tasks/system_container.yml
@@ -17,6 +17,7 @@
{{ hostvars[host].etcd_hostname }}={{ etcd_peer_url_scheme }}://{{ hostvars[host].etcd_ip }}:{{ etcd_peer_port }},
{%- endif -%}
{% endfor -%}
+ when: etcd_initial_cluster is undefined
- name: Check etcd system container package
command: >