summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/cluster-member-info.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/cluster-member-info.def b/configdefinitions/src/vespa/cluster-member-info.def
new file mode 100644
index 00000000000..15781772ee5
--- /dev/null
+++ b/configdefinitions/src/vespa/cluster-member-info.def
@@ -0,0 +1,9 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Information about a given node's (the node receiving the config) membership in a cluster. See also cluster-info
+namespace=cloud.config
+
+# The unique index of this node in the cluster.
+# Node indexes are not necessarily continuous and starting at zero.
+index int
+
+