diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-10-03 21:50:25 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-10-23 14:20:27 +0200 |
commit | 657cf2a8290d7ba1d3307234f7214b09f5fbeb90 (patch) | |
tree | a157f9afcde45db4dabac9f84b0d76afa990e06b /roles/openshift_etcd_facts | |
parent | 75fc5ef69b792d9595918383286b0d9e45eda848 (diff) | |
download | openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.gz openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.bz2 openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.xz openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.zip |
etcd: remove hacks for the system container
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'roles/openshift_etcd_facts')
-rw-r--r-- | roles/openshift_etcd_facts/vars/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_etcd_facts/vars/main.yml b/roles/openshift_etcd_facts/vars/main.yml index b3ecd57a6..0c072b64a 100644 --- a/roles/openshift_etcd_facts/vars/main.yml +++ b/roles/openshift_etcd_facts/vars/main.yml @@ -6,6 +6,5 @@ etcd_ip: "{{ openshift.common.ip }}" etcd_cert_subdir: "etcd-{{ openshift.common.hostname }}" etcd_cert_prefix: etcd_cert_config_dir: "/etc/etcd" -etcd_system_container_cert_config_dir: /var/lib/etcd/etcd.etcd/etc etcd_peer_url_scheme: https etcd_url_scheme: https |