3b26917ecc9cd199bd9c35c56fc217ac872410e5
[icn.git] / deploy / metal3 / scripts / nodes.json.sample
1 {
2   "nodes": [
3     {
4       "name": "edge01-node01",
5       "ipmi_driver_info": {
6         "username": "root",
7         "password": "root",
8         "address": "10.10.110.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": "root",
20         "password": "root",
21         "address": "10.10.110.14"
22       },
23       "os": {
24         "image_name": "bionic-server-cloudimg-amd64.img",
25         "username": "ubuntu",
26         "password": "mypasswd"
27       }
28     }
29   ]
30 }