aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-07-11 09:24:57 +0200
committerHarald Musum <musum@oath.com>2018-07-11 09:24:57 +0200
commita0f5f7fd38e35c0bdf0b3ba221eccb8c1a193ffb (patch)
treef7db6f47b136d9264ff1c53cd8dc32e866833576 /configdefinitions
parent0fa6555c625b04757f369c8f8ecfd1709ecbc642 (diff)
Build minimal set of config models
* Build minimal set for all zones in cd and two prod zones, in addition to all non-prod zones * Add feature flag to be able to turn the feature off
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 6833c00da8e..daaf8906d24 100644
--- a/configdefinitions/src/vespa/configserver.def
+++ b/configdefinitions/src/vespa/configserver.def
@@ -67,3 +67,4 @@ sleepTimeWhenRedeployingFails long default=30
# Feature Flags (poor man's feature flags, to be overridden in configserver-config.xml if needed)
deleteApplicationLegacy bool default=false
+buildMinimalSetOfConfigModels bool default=true