summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-11-04 09:08:18 +0100
committerGitHub <noreply@github.com>2022-11-04 09:08:18 +0100
commit496699607666839c75877ce5686daceb9e1af4e2 (patch)
tree83ef0b042349d23c67e8784f7ea7987f27f65d91 /config-model
parentc7a0effde1c205d8790e5d989437aefd724bc70f (diff)
parentec3fadac88fd1e3705193003a684ab557e188b2d (diff)
Merge pull request #24738 from vespa-engine/balder/add-cluster-info-provider
Add a provider for cluster information.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java b/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
index 9997b20d205..64608e3adea 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
@@ -41,6 +41,7 @@ public final class ApplicationContainer extends Container implements
addComponent(new SimpleComponent("com.yahoo.container.jdisc.messagebus.SessionCache"));
addComponent(new SimpleComponent("com.yahoo.container.jdisc.SystemInfoProvider"));
addComponent(new SimpleComponent("com.yahoo.container.jdisc.ZoneInfoProvider"));
+ addComponent(new SimpleComponent("com.yahoo.container.jdisc.ClusterInfoProvider"));
}
@Override