diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-13 14:55:01 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-13 14:55:01 -0500 |
commit | 133bea98b62718fbc23d3c1f74e22665b5293603 (patch) | |
tree | 1ea996e876146bb81d1d41482cb83a207aebf480 /playbooks/common/openshift-master | |
parent | 204089c95b8fb784f7d936ed98ed73011da4b6b3 (diff) | |
download | openshift-133bea98b62718fbc23d3c1f74e22665b5293603.tar.gz openshift-133bea98b62718fbc23d3c1f74e22665b5293603.tar.bz2 openshift-133bea98b62718fbc23d3c1f74e22665b5293603.tar.xz openshift-133bea98b62718fbc23d3c1f74e22665b5293603.zip |
Update etcd default facts setting
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 1b3fba3aa..b1da85d5d 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -51,9 +51,6 @@ console_url: "{{ openshift_master_console_url | default(None) }}" console_use_ssl: "{{ openshift_master_console_use_ssl | default(None) }}" public_console_url: "{{ openshift_master_public_console_url | default(None) }}" - - role: etcd - local_facts: {} - when: openshift.master.embedded_etcd | bool - name: Check status of external etcd certificatees stat: path: "{{ openshift.common.config_base }}/master/{{ item }}" |