summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/cluster-info.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/cluster-info.def')
-rw-r--r--configdefinitions/src/vespa/cluster-info.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/cluster-info.def b/configdefinitions/src/vespa/cluster-info.def
new file mode 100644
index 00000000000..f5e94ad61b3
--- /dev/null
+++ b/configdefinitions/src/vespa/cluster-info.def
@@ -0,0 +1,12 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Information about the cluster the subscriber is a part of
+namespace=cloud.config
+
+# clusterId is same as clustername in model
+clusterId string
+nodeCount int
+
+services[].index int default=-1
+services[].hostname string default="(nohostname)"
+services[].ports[].number int default=-1
+services[].ports[].tags string default="(notags)"