Browse Source

Merge pull request #1785 from abutcher/master-etcd-vars

Set etcd_hostname and etcd_ip for masters w/ external etcd.
Brenton Leanhardt 9 years ago
parent
commit
8c2e367656
1 changed files with 2 additions and 0 deletions
  1. 2 0
      playbooks/common/openshift-master/config.yml

+ 2 - 0
playbooks/common/openshift-master/config.yml

@@ -82,6 +82,8 @@
       etcd_cert_subdir: openshift-master-{{ openshift.common.hostname }}
       etcd_cert_config_dir: "{{ openshift.common.config_base }}/master"
       etcd_cert_prefix: master.etcd-
+      etcd_hostname: "{{ openshift.common.hostname }}"
+      etcd_ip: "{{ openshift.common.ip }}"
     when: groups.oo_etcd_to_config is defined and groups.oo_etcd_to_config
 
 - name: Create temp directory for syncing certs