forked from ISTI-ansible-roles/ansible-roles
Use an esternal zookeeper cluster manage the solr cluster.
This commit is contained in:
parent
5ccf31727e
commit
eaeeb4e215
|
@ -35,7 +35,7 @@
|
|||
<str name="hostContext">${hostContext:solr}</str>
|
||||
<int name="zkClientTimeout">{{ solr_zk_timeout }}</int>
|
||||
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
|
||||
{% if solr_cloud_mode %}
|
||||
{% if solr_zk_external_cluster %}
|
||||
<str name="zkHost">{{ solr_zk_hosts }}</str>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue