Merge branch 'master' into 3038-default-port-numbers
[arvados.git] / services / api / test / fixtures / nodes.yml
1 busy:
2   uuid: zzzzz-7ekkf-53y36l1lu5ijveb
3   owner_uuid: zzzzz-tpzed-000000000000000
4   hostname: compute0
5   slot_number: 0
6   domain: ""
7   ip_address: 172.17.2.172
8   last_ping_at: <%= 1.minute.ago.to_s(:db) %>
9   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
10   info:
11     ping_secret: "48dpm3b8ijyj3jkr2yczxw0844dqd2752bhll7klodvgz9bg80"
12     slurm_state: "alloc"
13
14 down:
15   uuid: zzzzz-7ekkf-2vbompg3ecc6e2s
16   owner_uuid: zzzzz-tpzed-000000000000000
17   hostname: compute1
18   slot_number: 1
19   domain: ""
20   ip_address: 172.17.2.173
21   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
22   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
23   info:
24     ping_secret: "2k3i71depad36ugwmlgzilbi4e8n0illb2r8l4efg9mzkb3a1k"
25
26 idle:
27   uuid: zzzzz-7ekkf-2z3mc76g2q73aio
28   owner_uuid: zzzzz-tpzed-000000000000000
29   hostname: compute2
30   slot_number: 2
31   domain: ""
32   ip_address: 172.17.2.174
33   last_ping_at: <%= 2.minute.ago.to_s(:db) %>
34   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
35   info:
36     ping_secret: "69udawxvn3zzj45hs8bumvndricrha4lcpi23pd69e44soanc0"
37     slurm_state: "idle"
38     total_cpu_cores: 16
39
40 was_idle_now_down:
41   uuid: zzzzz-7ekkf-xuzpkdasl0uzwyz
42   owner_uuid: zzzzz-tpzed-000000000000000
43   hostname: compute3
44   slot_number: ~
45   domain: ""
46   ip_address: 172.17.2.173
47   last_ping_at: <%= 1.hour.ago.to_s(:db) %>
48   first_ping_at: <%= 23.hour.ago.to_s(:db) %>
49   info:
50     ping_secret: "1bd1yi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"
51     slurm_state: "idle"
52     total_cpu_cores: 16