diff options
author | Stefanie Forrester <sedgar@redhat.com> | 2015-08-24 13:48:13 -0700 |
---|---|---|
committer | Stefanie Forrester <sedgar@redhat.com> | 2015-09-02 10:44:42 -0700 |
commit | 21596a2dd2ef0239592f9376223a993cab5e9944 (patch) | |
tree | f4457e114c7c25886fbd9458c63ba5346f25fa11 /playbooks/common | |
parent | a52fb4dee40155e76131927232940d77e2913568 (diff) | |
download | openshift-21596a2dd2ef0239592f9376223a993cab5e9944.tar.gz openshift-21596a2dd2ef0239592f9376223a993cab5e9944.tar.bz2 openshift-21596a2dd2ef0239592f9376223a993cab5e9944.tar.xz openshift-21596a2dd2ef0239592f9376223a993cab5e9944.zip |
wait for ports instead of waiting for an arbitrary period of time
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index d7c4044e0..4a4a69f50 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -186,6 +186,7 @@ vars: sync_tmpdir: "{{ hostvars.localhost.g_master_mktemp.stdout }}" openshift_master_ha: "{{ groups.oo_masters_to_config | length > 1 }}" + embedded_etcd: "{{ openshift.master.embedded_etcd }}" pre_tasks: - name: Ensure certificate directory exists file: |