Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / services / api / test / fixtures / nodes.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 busy:
6   uuid: zzzzz-7ekkf-53y36l1lu5ijveb
7   owner_uuid: zzzzz-tpzed-000000000000000
8   hostname: compute0
9   slot_number: 0
10   domain: ""
11   ip_address: 172.17.2.172
12   last_ping_at: <%= 1.minute.ago.to_s(:db) %>
13   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
14   job_uuid: zzzzz-8i9sb-2gx6rz0pjl033w3  # nearly_finished_job
15   properties: {}
16   info:
17     ping_secret: "48dpm3b8ijyj3jkr2yczxw0844dqd2752bhll7klodvgz9bg80"
18     slurm_state: "alloc"
19
20 down:
21   uuid: zzzzz-7ekkf-2vbompg3ecc6e2s
22   owner_uuid: zzzzz-tpzed-000000000000000
23   hostname: compute1
24   slot_number: 1
25   domain: ""
26   ip_address: 172.17.2.173
27   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
28   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
29   job_uuid: ~
30   properties: {}
31   info:
32     ping_secret: "2k3i71depad36ugwmlgzilbi4e8n0illb2r8l4efg9mzkb3a1k"
33
34 idle:
35   uuid: zzzzz-7ekkf-2z3mc76g2q73aio
36   owner_uuid: zzzzz-tpzed-000000000000000
37   hostname: compute2
38   slot_number: 2
39   domain: ""
40   ip_address: 172.17.2.174
41   last_ping_at: <%= 2.minute.ago.to_s(:db) %>
42   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
43   job_uuid: ~
44   info:
45     ping_secret: "69udawxvn3zzj45hs8bumvndricrha4lcpi23pd69e44soanc0"
46     slurm_state: "idle"
47   properties:
48     total_cpu_cores: 16
49
50 was_idle_now_down:
51   uuid: zzzzz-7ekkf-xuzpkdasl0uzwyz
52   owner_uuid: zzzzz-tpzed-000000000000000
53   hostname: compute3
54   slot_number: ~
55   domain: ""
56   ip_address: 172.17.2.174
57   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
58   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
59   job_uuid: ~
60   info:
61     ping_secret: "1bd1yi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
62     slurm_state: "idle"
63   properties:
64     total_cpu_cores: 16
65
66 new_with_no_hostname:
67   uuid: zzzzz-7ekkf-newnohostname00
68   owner_uuid: zzzzz-tpzed-000000000000000
69   hostname: ~
70   slot_number: ~
71   ip_address: 172.17.2.175
72   last_ping_at: ~
73   first_ping_at: ~
74   job_uuid: ~
75   properties: {}
76   info:
77     ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
78
79 new_with_custom_hostname:
80   uuid: zzzzz-7ekkf-newwithhostname
81   owner_uuid: zzzzz-tpzed-000000000000000
82   hostname: custom1
83   slot_number: 23
84   ip_address: 172.17.2.176
85   last_ping_at: ~
86   first_ping_at: ~
87   job_uuid: ~
88   properties: {}
89   info:
90     ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
91
92 node_with_no_ip_address_yet:
93   uuid: zzzzz-7ekkf-nodenoipaddryet
94   owner_uuid: zzzzz-tpzed-000000000000000
95   hostname: noipaddr
96   slot_number: ~
97   last_ping_at: ~
98   first_ping_at: ~
99   job_uuid: ~
100   properties: {}
101   info:
102     ping_secret: "abcdyefg4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"