Use shortname for Zookeeper

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:23 -04:00
parent 82406e9da8
commit 157c56fd46
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 %}