summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-11-17 14:12:02 +0100
committerHarald Musum <musum@verizonmedia.com>2020-11-17 14:12:02 +0100
commita749740a9ae84e78c597acf9361be945a28a68a7 (patch)
tree3a037e028b0926844b631404be8894dc9a4f52be /configdefinitions
parente4c14623ad4ecbe6337a49d2176621c528bf7c22 (diff)
Add curator config and populate it for config servers and cluster controllers
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/curator.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/curator.def b/configdefinitions/src/vespa/curator.def
new file mode 100644
index 00000000000..ac03d994bb3
--- /dev/null
+++ b/configdefinitions/src/vespa/curator.def
@@ -0,0 +1,7 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=cloud.config
+
+server[].hostname string
+server[].port int default=2181
+
+zookeeperLocalhostAffinity bool default=false