d1c81c3b4e42d7c2d880fdfaff7b4799a0821131
[icn.git] / deploy / metal3 / scripts / nodes.json.sample
1 {
2   "nodes": [
3     {
4       "name": "edge01-node01",
5       "ipmi_driver_info": {
6         "username": "admin",
7         "password": "admin",
8         "address": "10.10.10.11"
9       },
10       "os": {
11         "image_name": "bionic-server-cloudimg-amd64.img",
12         "username": "ubuntu",
13         "password": "mypasswd"
14       }
15     },
16      {
17       "name": "edge01-node02",
18       "ipmi_driver_info": {
19         "username": "admin",
20         "password": "admin",
21         "address": "10.10.10.12"
22       },
23       "os": {
24         "image_name": "bionic-server-cloudimg-amd64.img",
25         "username": "ubuntu",
26         "password": "mypasswd"
27       }
28     }
29   ]
30 }