summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-04-04 11:00:19 +0200
committergjoranv <gv@verizonmedia.com>2019-05-02 16:14:08 +0200
commit680f2e880caacc040a0e766db890033f0181f6c2 (patch)
tree6d2057b3776f2aa8cd9273de1c3699bff201e2dd /config-model/pom.xml
parent099bde8f27218e97c5da33ce8bde5a796a1c0f5a (diff)
Install metrics-proxy on MetricsProxyContainerClusters.
* Add metrics-proxy dep to config-model. * Install metrics-proxy bundle for MPConatinerClusters. * Add metrics-proxy components and generate configs. * Put node specific components to the Container, not the cluster.
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 715718f8bb5..0e5769e64e5 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -96,6 +96,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>metrics-proxy</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-disc</artifactId>
<version>${project.version}</version>
<scope>provided</scope>