aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/capacity-zone.json
blob: 87b823fbb33f5145a884dbbe53d415c22e2f898b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "totalHosts": 5,
  "couldLoseHosts": 4,
  "failedTenantParent": "dockerhost1.yahoo.com",
  "failedTenant": "host4.yahoo.com",
  "failedTenantResources": "[vcpu: 1.0, memory: 4.0 Gb, disk: 100.0 Gb, bandwidth: 1.0 Gbps, storage type: local, architecture: x86_64]",
  "failedTenantAllocation": "allocated to tenant3.application3.instance3 as 'content/id3/0/0/stateful'",
  "hostCandidateRejectionReasons": {
    "singularReasonFailures": {
      "insufficientVcpu": 0,
      "insufficientMemoryGb": 0,
      "insufficientDiskGb": 0,
      "incompatibleDiskSpeed": 0,
      "insufficientAvailableIps": 0,
      "violatesParentHostPolicy": 1
    },
    "totalFailures": {
      "insufficientVcpu": 0,
      "insufficientMemoryGb": 0,
      "insufficientDiskGb": 0,
      "incompatibleDiskSpeed": 0,
      "insufficientAvailableIps": 0,
      "violatesParentHostPolicy": 1
    }
  },
  "details": {
    "hostsToRemove": [
      "dockerhost3.yahoo.com",
      "dockerhost1.yahoo.com",
      "dockerhost4.yahoo.com",
      "dockerhost5.yahoo.com"
    ],
    "removalPossible": false,
    "history": [
      {
        "tenant": "test-node-pool-102-2",
        "newParent": "dockerhost2.yahoo.com",
        "eligibleParents": 1
      },
      {
        "tenant": "host4.yahoo.com",
        "eligibleParents": 0
      }
    ]
  }
}