Merge branch '8784-dir-listings'
[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   info:
16     ping_secret: "48dpm3b8ijyj3jkr2yczxw0844dqd2752bhll7klodvgz9bg80"
17     slurm_state: "alloc"
18
19 down:
20   uuid: zzzzz-7ekkf-2vbompg3ecc6e2s
21   owner_uuid: zzzzz-tpzed-000000000000000
22   hostname: compute1
23   slot_number: 1
24   domain: ""
25   ip_address: 172.17.2.173
26   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
27   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
28   job_uuid: ~
29   info:
30     ping_secret: "2k3i71depad36ugwmlgzilbi4e8n0illb2r8l4efg9mzkb3a1k"
31
32 idle:
33   uuid: zzzzz-7ekkf-2z3mc76g2q73aio
34   owner_uuid: zzzzz-tpzed-000000000000000
35   hostname: compute2
36   slot_number: 2
37   domain: ""
38   ip_address: 172.17.2.174
39   last_ping_at: <%= 2.minute.ago.to_s(:db) %>
40   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
41   job_uuid: ~
42   info:
43     ping_secret: "69udawxvn3zzj45hs8bumvndricrha4lcpi23pd69e44soanc0"
44     slurm_state: "idle"
45   properties:
46     total_cpu_cores: 16
47
48 was_idle_now_down:
49   uuid: zzzzz-7ekkf-xuzpkdasl0uzwyz
50   owner_uuid: zzzzz-tpzed-000000000000000
51   hostname: compute3
52   slot_number: ~
53   domain: ""
54   ip_address: 172.17.2.174
55   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
56   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
57   job_uuid: ~
58   info:
59     ping_secret: "1bd1yi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
60     slurm_state: "idle"
61   properties:
62     total_cpu_cores: 16
63
64 new_with_no_hostname:
65   uuid: zzzzz-7ekkf-newnohostname00
66   owner_uuid: zzzzz-tpzed-000000000000000
67   hostname: ~
68   slot_number: ~
69   ip_address: 172.17.2.175
70   last_ping_at: ~
71   first_ping_at: ~
72   job_uuid: ~
73   info:
74     ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
75
76 new_with_custom_hostname:
77   uuid: zzzzz-7ekkf-newwithhostname
78   owner_uuid: zzzzz-tpzed-000000000000000
79   hostname: custom1
80   slot_number: 23
81   ip_address: 172.17.2.176
82   last_ping_at: ~
83   first_ping_at: ~
84   job_uuid: ~
85   info:
86     ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
87
88 node_with_no_ip_address_yet:
89   uuid: zzzzz-7ekkf-nodenoipaddryet
90   owner_uuid: zzzzz-tpzed-000000000000000
91   hostname: noipaddr
92   slot_number: ~
93   last_ping_at: ~
94   first_ping_at: ~
95   job_uuid: ~
96   info:
97     ping_secret: "abcdyefg4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"