Use shortname for Zookeeper

This commit is contained in:
Joshua Boniface 2020-04-06 13:45:29 -04:00
parent 07b109ff46
commit f560f55010
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ autopurge.purgeInterval=72
clientPort=2181
{% 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 %}