Use shortname for Zookeeper
This commit is contained in:
parent
82406e9da8
commit
157c56fd46
|
@ -11,5 +11,5 @@ autopurge.purgeInterval=72
|
||||||
clientPort=2181
|
clientPort=2181
|
||||||
|
|
||||||
{% for node in pvc_nodes if node.is_coordinator %}
|
{% for node in pvc_nodes if node.is_coordinator %}
|
||||||
server.{{ node.node_id }}={{ node.hostname }}:2888:3888
|
server.{{ node.node_id }}={{ node.hostname.split('.')[0] }}:2888:3888
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue