summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2017-01-27 15:36:11 +0100
committerfreva <valerijf@yahoo-inc.com>2017-01-27 15:36:11 +0100
commitbbc0a4b4c564215b384e1e3e661fff9cedd25a87 (patch)
tree7d42d8514db9116cf05c9d6b50d622d940e81849
parentac4dcc591cbbbee80ad0f0ac984ef1fb66542232 (diff)
Remove services.xml
-rw-r--r--node-admin/.gitignore1
-rw-r--r--node-admin/vespa-local/services.xml22
2 files changed, 0 insertions, 23 deletions
diff --git a/node-admin/.gitignore b/node-admin/.gitignore
index 748809cfb78..8f00331723c 100644
--- a/node-admin/.gitignore
+++ b/node-admin/.gitignore
@@ -1,2 +1 @@
vespa-local/Dockerfile
-vespa-local/services.xml
diff --git a/node-admin/vespa-local/services.xml b/node-admin/vespa-local/services.xml
deleted file mode 100644
index 5c222ebf025..00000000000
--- a/node-admin/vespa-local/services.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2016 Yahoo Inc. 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>true</isRunningLocally>
- </config>
-
- <config name='vespa.hosted.node.admin.node-admin'>
- <isRunningLocally>true</isRunningLocally>
- </config>
- </jdisc>
-</services>