summaryrefslogtreecommitdiffstats
path: root/orchestrator/src/test/application/services.xml
blob: 8c68f7d0b50d8f3953f5d9811172519614db9a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services>
    <jdisc version="1.0" jetty="true">
        <config name="container.handler.threadpool">
            <maxthreads>10</maxthreads>
        </config>
        <component id="com.yahoo.vespa.orchestrator.status.InMemoryStatusService" bundle="orchestrator" />
        <component id="com.yahoo.vespa.orchestrator.DummyInstanceLookupService" bundle="orchestrator" />
        <component id="com.yahoo.vespa.orchestrator.OrchestratorImpl" bundle="orchestrator" />
        <component id="com.yahoo.vespa.orchestrator.controller.ClusterControllerClientFactoryMock" bundle="orchestrator" />

        <rest-api path="orchestrator" jersey2="true">
            <components bundle="orchestrator" />
        </rest-api>
    </jdisc>
</services>