aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/model.def
blob: e08d23d45b6fc4931c262cc46250f36a584debb4 (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.
namespace=cloud.config

vespaVersion                       string default="unknown"
hosts[].name                       string default="(unknownhostname)"
hosts[].services[].name            string default="(noservicename)"
hosts[].services[].type            string default="(noservicetype)"
hosts[].services[].configid        string default="(noconfigid)"
hosts[].services[].clustertype     string default="(unknownclustertype)"
hosts[].services[].clustername     string default="(unknownclustername)"
hosts[].services[].index           int default=0
hosts[].services[].ports[].number  int default=-1
hosts[].services[].ports[].tags    string default="(notags)"