diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-23 10:02:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 10:02:45 -0400 |
commit | 53a54ff4a67a24f859460a6213c257d28de933de (patch) | |
tree | ce3d6571040cbd58bf0d5e4653c8273c64404dfe | |
parent | eec12b8cb12f263e5e567d3af653a828765fd964 (diff) | |
parent | 9c76790c3f27acf7682858616d7e9948de7a5160 (diff) | |
download | openshift-53a54ff4a67a24f859460a6213c257d28de933de.tar.gz openshift-53a54ff4a67a24f859460a6213c257d28de933de.tar.bz2 openshift-53a54ff4a67a24f859460a6213c257d28de933de.tar.xz openshift-53a54ff4a67a24f859460a6213c257d28de933de.zip |
Merge pull request #5843 from ingvagabund/set-the-correct-etcd-ip-address
Set the proper external etcd ip address when migrating embeded etcd
-rw-r--r-- | playbooks/common/openshift-etcd/embedded2external.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-etcd/embedded2external.yml b/playbooks/common/openshift-etcd/embedded2external.yml index 9264f3c32..b16b78c4f 100644 --- a/playbooks/common/openshift-etcd/embedded2external.yml +++ b/playbooks/common/openshift-etcd/embedded2external.yml @@ -158,7 +158,7 @@ tasks_from: configure_external_etcd vars: etcd_peer_url_scheme: "https" - etcd_ip: "{{ openshift.common.ip }}" + etcd_ip: "{{ hostvars[groups.oo_etcd_to_config.0].openshift.common.ip }}" etcd_peer_port: 2379 # 9. start the master |