Merge "Use newer bluval images"
[icn.git] / deploy / metal3 / scripts / nodes.json.sample
1 {
2   "nodes": [
3     {
4       "name": "pod11-node2",
5       "ipmi_driver_info": {
6         "username": "root",
7         "password": "root",
8         "address": "10.10.110.12"
9       },
10       "os": {
11         "image_name": "focal-server-cloudimg-amd64.img",
12         "username": "ubuntu",
13         "password": "mypasswd"
14       },
15       "net": {
16         "links": [
17           {
18             "id": "baremetal_nic",
19             "ethernet_mac_address": "00:1e:67:fe:f4:19",
20             "type": "phy"
21           },
22           {
23             "id": "provisioning_nic",
24             "ethernet_mac_address": "00:1e:67:fe:f4:1a",
25             "type": "phy"
26           },
27           {
28             "id": "sriov_nic",
29             "ethernet_mac_address": "00:1e:67:f8:6a:41",
30             "type": "phy"
31           }
32         ],
33         "networks": [
34           {
35             "id": "baremetal",
36             "link": "baremetal_nic",
37             "type": "ipv4",
38             "ip_address": "10.10.110.22/24",
39             "gateway": "10.10.110.1",
40             "dns_nameservers": ["8.8.8.8"]
41           },
42           {
43             "id": "provisioning",
44             "link": "provisioning_nic",
45             "type": "ipv4_dhcp"
46           },
47           {
48             "id": "sriov",
49             "link": "sriov_nic",
50             "type": "ipv4",
51             "ip_address": "10.10.113.3/24"
52           }
53         ],
54         "services": []
55       }
56     },
57      {
58       "name": "pod11-node3",
59       "ipmi_driver_info": {
60         "username": "root",
61         "password": "root",
62         "address": "10.10.110.13"
63       },
64       "os": {
65         "image_name": "focal-server-cloudimg-amd64.img",
66         "username": "ubuntu",
67         "password": "mypasswd"
68       },
69       "net": {
70         "links": [
71           {
72             "id": "baremetal_nic",
73             "ethernet_mac_address": "00:1e:67:f1:5b:90",
74             "type": "phy"
75           },
76           {
77             "id": "provisioning_nic",
78             "ethernet_mac_address": "00:1e:67:f1:5b:91",
79             "type": "phy"
80           },
81           {
82             "id": "sriov_nic",
83             "ethernet_mac_address": "00:1e:67:f8:69:81",
84             "type": "phy"
85           }
86         ],
87         "networks": [
88           {
89             "id": "baremetal",
90             "link": "baremetal_nic",
91             "type": "ipv4",
92             "ip_address": "10.10.110.203/24",
93             "gateway": "10.10.110.1",
94             "dns_nameservers": ["8.8.8.8"]
95           },
96           {
97             "id": "provisioning",
98             "link": "provisioning_nic",
99             "type": "ipv4_dhcp"
100           },
101           {
102             "id": "sriov",
103             "link": "sriov_nic",
104             "type": "ipv4",
105             "ip_address": "10.10.113.4/24"
106           }
107         ],
108         "services": []
109       }
110     }
111   ]
112 }