aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/application
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@oath.com>2017-09-18 15:11:20 +0200
committerValerij Fredriksen <valerijf@oath.com>2017-09-18 15:11:20 +0200
commit818e52e2c3d614397c152b22fc93b188607c6865 (patch)
tree88001b6719f9497fad9f6fa92727b1a89ca67bec /node-admin/src/main/application
parent5c48cdcd304dc826077d418a0a6a030dfaf7a74f (diff)
Remove unused application files
Diffstat (limited to 'node-admin/src/main/application')
-rw-r--r--node-admin/src/main/application/services.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/node-admin/src/main/application/services.xml b/node-admin/src/main/application/services.xml
deleted file mode 100644
index a60c11fb935..00000000000
--- a/node-admin/src/main/application/services.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<services version="1.0">
- <jdisc version="1.0" jetty="true">
- <!-- Please update container test when changing this file -->
- <handler id="com.yahoo.vespa.hosted.node.admin.restapi.RestApiHandler" bundle="node-admin">
- <binding>http://*/rest/*</binding>
- </handler>
- <component id="node-admin" class="com.yahoo.vespa.hosted.node.admin.provider.ComponentsProviderImpl" bundle="node-admin"/>
- <component id="docker-api" class="com.yahoo.vespa.hosted.dockerapi.DockerImpl" bundle="docker-api"/>
- <component id="metrics-wrapper" class="com.yahoo.vespa.hosted.dockerapi.metrics.MetricReceiverWrapper" bundle="docker-api"/>
-
- <config name='vespa.hosted.dockerapi.docker'>
- <uri>tcp://localhost:2376</uri>
- <isRunningLocally>false</isRunningLocally>
- </config>
-
- <config name='vespa.hosted.node.admin.node-admin'>
- <isRunningLocally>false</isRunningLocally>
- </config>
- </jdisc>
-</services>