aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/docker-container1.json
blob: 7e90758ec2237963d795904f5921176262992bff (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
47
48
49
50
51
52
53
{
  "url": "http://localhost:8080/nodes/v2/node/test-node-pool-102-2",
  "id": "fake-test-node-pool-102-2",
  "state": "active",
  "type": "tenant",
  "hostname": "test-node-pool-102-2",
  "parentHostname": "dockerhost3.yahoo.com",
  "openStackId": "fake-test-node-pool-102-2",
  "flavor": "[vcpu: 1.0, memory: 4.0 Gb, disk 100.0 Gb, bandwidth: 1.0 Gbps, storage type: remote]",
  "resources":{"vcpu":1.0,"memoryGb":4.0,"diskGb":100.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"remote"},
  "realResources":{"vcpu":1.0,"memoryGb":4.0,"diskGb":100.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"remote"},
  "environment": "DOCKER_CONTAINER",
  "owner": {
    "tenant": "tenant3",
    "application": "application3",
    "instance": "instance3"
  },
  "membership": {
    "clustertype": "content",
    "clusterid": "id3",
    "group": "0",
    "index": 1,
    "retired": false
  },
  "restartGeneration": 0,
  "currentRestartGeneration": 0,
  "wantedDockerImage": "docker-registry.domain.tld:8080/dist/vespa:6.42.0",
  "wantedVespaVersion": "6.42.0",
  "requestedResources": { "vcpu":1.0, "memoryGb":4.0, "diskGb":100.0, "bandwidthGbps":1.0,"diskSpeed":"fast", "storageType":"any" },
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "reserved",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "activated",
      "at": 123,
      "agent": "application"
    }
  ],
  "ipAddresses": [
    "::102:2"
  ],
  "additionalIpAddresses": []
}