aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2021-08-05 09:49:30 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2021-08-05 09:49:30 +0200
commitbf61b5704afadd2b65af9b1756830f0686f64509 (patch)
tree771c6371025222caefa447b1695cc5218bc971eb /configdefinitions
parent16277f3f494c1bcbe54e3f6d175bc536cf98f99e (diff)
Specify number of proxies, try 2 [run-systemtest]
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/orchestrator.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/orchestrator.def b/configdefinitions/src/vespa/orchestrator.def
index ab52c777398..9d524065a55 100644
--- a/configdefinitions/src/vespa/orchestrator.def
+++ b/configdefinitions/src/vespa/orchestrator.def
@@ -3,3 +3,13 @@ namespace=vespa.orchestrator.config
# TODO: Change the default to actual latency in real setup.
serviceMonitorConvergenceLatencySeconds int default=0
+
+numProxies int default=0
+
+# Application ID of the form TENANT:NAME:INSTANCE.
+application[].applicationId string
+application[].cluster[].clusterId string
+application[].cluster[].serviceType string
+# The expected number of services in the cluster: If the number of services is less than this count, the missing
+# services must be assumed to be down.
+application[].cluster[].clusterSize int