-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinventory.json
46 lines (46 loc) · 1008 Bytes
/
inventory.json
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
{
"nodes":[
{
"mac":["00:50:56:8d:1c:f0"],
"name":"controller-0",
"arch":"x86_64",
"capabilities":"profile:Controller,node:controller-0,boot_option:local",
"pm_type":"fake_pxe"
},
{
"mac":["00:50:56:8d:87:a5"],
"name":"controller-1",
"arch":"x86_64",
"capabilities":"profile:Controller,node:controller-1,boot_option:local",
"pm_type":"fake_pxe"
},
{
"mac":["00:50:56:8d:32:7f"],
"name":"controller-2",
"arch":"x86_64",
"capabilities":"profile:Controller,node:controller-2,boot_option:local",
"pm_type":"fake_pxe"
},
{
"mac":["00:50:56:8d:bc:88"],
"name":"compute-01",
"arch":"x86_64",
"capabilities":"profile:ComputeHCI,node:compute-0,boot_option:local",
"pm_type":"fake_pxe"
},
{
"mac":["00:50:56:8d:8d:32"],
"name":"compute-02",
"arch":"x86_64",
"capabilities":"profile:ComputeHCI,node:compute-1,boot_option:local",
"pm_type":"fake_pxe"
},
{
"mac":["00:50:56:8d:5e:90"],
"name":"compute-03",
"arch":"x86_64",
"capabilities":"profile:ComputeHCI,node:compute-2,boot_option:local",
"pm_type":"fake_pxe"
}
]
}