summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources
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 /configserver/src/main/resources
parent16277f3f494c1bcbe54e3f6d175bc536cf98f99e (diff)
Specify number of proxies, try 2 [run-systemtest]
Diffstat (limited to 'configserver/src/main/resources')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index 13a660221fd..a1ff737f2f9 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -59,7 +59,9 @@
<component id="com.yahoo.vespa.service.duper.DuperModelManager" bundle="service-monitor" />
<component id="com.yahoo.vespa.orchestrator.status.ZkStatusService" bundle="orchestrator" />
<component id="com.yahoo.vespa.orchestrator.controller.RetryingClusterControllerClientFactory" bundle="orchestrator" />
- <component id="com.yahoo.vespa.orchestrator.OrchestratorImpl" bundle="orchestrator" />
+ <component id="com.yahoo.vespa.orchestrator.OrchestratorImpl" bundle="orchestrator">
+ <preprocess:include file="orchestrator-config.xml" required="false" />
+ </component>
<handler id="com.yahoo.vespa.orchestrator.resources.ApplicationSuspensionRequestHandler" bundle="orchestrator">
<binding>http://*/orchestrator/v1/suspensions/applications</binding>
@@ -155,5 +157,6 @@
<preprocess:include file='configserver-components.xml' required='false' />
<preprocess:include file='zookeeper-server-config.xml' required='false' />
+
</container>
</services>