aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/docker-node2.json
blob: d3f1a8082ae73991968a5d06807512b75017dd77 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "url": "http://localhost:8080/nodes/v2/node/dockerhost2.yahoo.com",
  "id": "dockerhost2",
  "state": "active",
  "type": "host",
  "hostname": "dockerhost2.yahoo.com",
  "flavor": "large",
  "cpuCores": 4.0,
  "resources": {
    "vcpu": 4.0,
    "memoryGb": 32.0,
    "diskGb": 1600.0,
    "bandwidthGbps": 20.0,
    "diskSpeed": "fast",
    "storageType": "remote",
    "architecture": "x86_64"
  },
  "realResources": {
    "vcpu": 4.0,
    "memoryGb": 32.0,
    "diskGb": 1600.0,
    "bandwidthGbps": 20.0,
    "diskSpeed": "fast",
    "storageType": "remote",
    "architecture": "x86_64"
  },
  "environment": "BARE_METAL",
  "owner": {
    "tenant": "hosted-vespa",
    "application": "tenant-host",
    "instance": "default"
  },
  "membership": {
    "clustertype": "container",
    "clusterid": "tenant-host",
    "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": 4.0,
    "memoryGb": 32.0,
    "diskGb": 1600.0,
    "bandwidthGbps": 20.0,
    "diskSpeed": "fast",
    "storageType": "remote",
    "architecture": "x86_64"
  },
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "deferOsUpgrade": true,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "wantToUpgradeFlavor": false,
  "down": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "activated",
      "at": 123,
      "agent": "application"
    }
  ],
  "log": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "deallocated",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "activated",
      "at": 123,
      "agent": "application"
    }
  ],
  "ipAddresses": ["127.0.101.1", "::101:1"],
  "additionalIpAddresses": ["::101:2", "::101:3", "::101:4"],
  "cloudAccount": "aws:777888999000",
  "wireguard": {
    "key": "000011112222333344445555666677778888999900c=",
    "timestamp": 123
  },
  "wireguardPubkey": "000011112222333344445555666677778888999900c=",
  "wireguardKeyTimestamp": 123
}