aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/active-nodes.json
blob: 15e93ce40a070acac289f1071919ac79d3264613 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "nodes": [
    @include(cfg1.json),
    @include(cfg2.json),
    @include(docker-node1.json),
    @include(docker-node2.json),
    @include(docker-node3.json),
    @include(docker-node4.json),
    @include(docker-node5.json),
    @include(node1.json),
    @include(node10.json),
    @include(node13.json),
    @include(node14.json),
    @include(node2.json),
    @include(node4.json),
    @include(node6.json),
    @include(docker-container1.json)
  ]
}