aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/cluster-info.def
blob: 53bced90b388de44aa1a1103d8da3d7f5e2418d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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)"