aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/cluster-info.def
blob: fe5d922e6ae39c1b3bbd8a43a9df9f32e43a9db5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. 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
nodeIndices[] int

services[].index int default=-1
services[].hostname string default="(nohostname)"
services[].ports[].number int default=-1
services[].ports[].tags string default="(notags)"