summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-12-20 14:52:24 +0100
committerHåkon Hallingstad <hakon@oath.com>2017-12-20 14:52:24 +0100
commitc3bffeef3300e1544c1f8c7504a9544872435d79 (patch)
treea8930ef7db86dae008aaac899f12ccf95f8a1385 /configdefinitions
parent86c9878e1983fbeec3cdefb227dcdcb176428758 (diff)
Allow localhost zk affinity
This allows the config server's Curator component to use a connectSpec that only specifies the localhost zk server.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/configserver.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/configserver.def b/configdefinitions/src/vespa/configserver.def
index cbc2317da2d..9072a20c006 100644
--- a/configdefinitions/src/vespa/configserver.def
+++ b/configdefinitions/src/vespa/configserver.def
@@ -27,6 +27,7 @@ payloadCompressionType enum { UNCOMPRESSED, LZ4 } default=LZ4
serverId string default="localhost"
hostedVespa bool default=false
numParallelTenantLoaders int default=4
+zookeeperLocalhostAffinity bool default=false
# Zone information
environment string default="prod"