Updating installation instructions
[apex.git] / build / instackenv.json.example
1 {
2   "nodes": [
3     {
4       "cpu": "24",
5       "memory": "64220",
6       "disk": "40",
7       "arch": "x86_64",
8       "mac": [
9         "b8:ca:3a:63:8b:58"
10       ],
11       "pm_type": "pxe_ipmitool",
12       "pm_addr": "10.1.8.70",
13       "pm_user": "root",
14       "pm_password": "password",
15       "capabilities": "profile:control"
16     },
17     {
18       "cpu": "24",
19       "memory": "64220",
20       "disk": "40",
21       "arch": "x86_64",
22       "mac": [
23         "b8:ca:3a:63:87:88"
24       ],
25       "pm_type": "pxe_ipmitool",
26       "pm_addr": "10.1.8.73",
27       "pm_user": "root",
28       "pm_password": "password",
29       "capabilities": "profile:control"
30     },
31     {
32       "cpu": "24",
33       "memory": "64220",
34       "disk": "40",
35       "arch": "x86_64",
36       "mac": [
37         "b8:ca:3a:63:87:10"
38       ],
39       "pm_type": "pxe_ipmitool",
40       "pm_addr": "10.1.8.74",
41       "pm_user": "root",
42       "pm_password": "password",
43       "capabilities": "profile:control"
44     },
45     {
46       "cpu": "24",
47       "memory": "64220",
48       "disk": "40",
49       "arch": "x86_64",
50       "mac": [
51         "B8:CA:3A:63:87:48"
52       ],
53       "pm_type": "pxe_ipmitool",
54       "pm_addr": "10.1.8.76",
55       "pm_user": "root",
56       "pm_password": "password",
57       "capabilities": "profile:compute"
58     },
59     {
60       "cpu": "24",
61       "memory": "64220",
62       "disk": "40",
63       "arch": "x86_64",
64       "mac": [
65         "B8:CA:3A:63:8B:18"
66       ],
67       "pm_type": "pxe_ipmitool",
68       "pm_addr": "10.1.8.78",
69       "pm_user": "root",
70       "pm_password": "password",
71       "capabilities": "profile:compute"
72     }
73   ]
74 }