Skip to content
Snippets Groups Projects
Unverified Commit f6a15b18 authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2918 from elementyang/fix-pr

fix add etcd_events_access_address
parents 87e49f00 7c22def4
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,7 @@ etcd_events_cluster_enabled: false
is_etcd_master: "{{ inventory_hostname in groups['etcd'] }}"
etcd_address: "{{ ip | default(ansible_default_ipv4['address']) }}"
etcd_access_address: "{{ access_ip | default(etcd_address) }}"
etcd_events_access_address: "{{ access_ip | default(etcd_address) }}"
etcd_peer_url: "https://{{ etcd_access_address }}:2380"
etcd_client_url: "https://{{ etcd_access_address }}:2379"
etcd_events_peer_url: "https://{{ etcd_access_address }}:2382"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment