aboutsummaryrefslogtreecommitdiffstats
path: root/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/nodeInfoTest.json
blob: c557afb3256cbe52e8f944b487e69bc6e318183d (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
{
  "url": "https://example.com:4443/zone/v2/prod/eu-west-1/nodes/v2/node/host.name",
  "id": "host.name",
  "state": "ready",
  "type": "tenant",
  "hostname": "",
  "openStackId": "77df66c5-3cbc-4905-b0e9-f790bddd13bf",
  "fastDisk": false,
  "flavor": "C-2B/24/500",
  "canonicalFlavor": "C-2B/24/500",
  "minDiskAvailableGb": 500.0,
  "minMainMemoryAvailableGb": 24.0,
  "description": "BARE_METAL with 24.0 CPUs, 24.0 Gb memory and 500.0 Gb disk",
  "minCpuCores": 24.0,
  "cost": 66,
  "environment": "BARE_METAL",
  "rebootGeneration": 10,
  "currentRebootGeneration": 10,
  "vespaVersion": "6.120.30",
  "currentDockerImage": "docker-registry:4443/vespa/ci:6.120.30",
  "hostedVersion": "6.120.30",
  "convergedStateVersion": "6.120.30",
  "failCount": 0,
  "hardwareFailure": false,
  "wantToRetire": false,
  "wantToDeprovision": false,
  "history": [
    {
      "event": "readied",
      "at": 1489609585827,
      "agent": "system"
    },
    {
      "event": "rebooted",
      "at": 1498309261481,
      "agent": "system"
    },
    {
      "event": "requested",
      "at": 1499332178235,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "10.200.66.16"
  ],
  "additionalIpAddresses": [],
  "hardwareDivergence": "{\"benchmarkReport\": {\"cpuCyclesPerSec\": 0.5}}"
}