summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/cluster-info.def
blob: f5e94ad61b31ca2c9f594b27061e6c8db9aa69a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)"