X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fmetal3%2Fscripts%2Fnodes.json.sample;h=a451e492ea8760f1c4e3ed3236ae8ac66682d777;hb=refs%2Fchanges%2F16%2F4216%2F1;hp=d1c81c3b4e42d7c2d880fdfaff7b4799a0821131;hpb=ec151f62b1977eb23da2c6b4ffd86b895e26e7ca;p=icn.git diff --git a/deploy/metal3/scripts/nodes.json.sample b/deploy/metal3/scripts/nodes.json.sample index d1c81c3..a451e49 100644 --- a/deploy/metal3/scripts/nodes.json.sample +++ b/deploy/metal3/scripts/nodes.json.sample @@ -1,29 +1,109 @@ { "nodes": [ { - "name": "edge01-node01", + "name": "pod11-node2", "ipmi_driver_info": { - "username": "admin", - "password": "admin", - "address": "10.10.10.11" + "username": "root", + "password": "root", + "address": "10.10.110.12" }, "os": { "image_name": "bionic-server-cloudimg-amd64.img", "username": "ubuntu", "password": "mypasswd" + }, + "net": { + "links": [ + { + "id": "baremetal_nic", + "ethernet_mac_address": "00:1e:67:fe:f4:19", + "type": "phy" + }, + { + "id": "bootstrap_nic", + "ethernet_mac_address": "00:1e:67:f8:6a:40", + "type": "phy" + }, + { + "id": "provisioning_nic", + "ethernet_mac_address": "00:1e:67:fe:f4:1a", + "type": "phy" + } + ], + "networks": [ + { + "id": "baremetal", + "link": "baremetal_nic", + "type": "ipv4", + "ip_address": "10.10.110.22/24", + "gateway": "10.10.110.1", + "dns_nameservers": ["8.8.8.8"] + }, + { + "id": "provisioning", + "link": "provisioning_nic", + "type": "ipv4_dhcp" + }, + { + "id": "bootstrap", + "link": "bootstrap_nic", + "type": "ipv4_dhcp" + } + ], + "services": [] } }, { - "name": "edge01-node02", + "name": "pod11-node3", "ipmi_driver_info": { - "username": "admin", - "password": "admin", - "address": "10.10.10.12" + "username": "root", + "password": "root", + "address": "10.10.110.13" }, "os": { "image_name": "bionic-server-cloudimg-amd64.img", "username": "ubuntu", "password": "mypasswd" + }, + "net": { + "links": [ + { + "id": "baremetal_nic", + "ethernet_mac_address": "00:1e:67:f1:5b:90", + "type": "phy" + }, + { + "id": "bootstrap_nic", + "ethernet_mac_address": "00:1e:67:f8:69:80", + "type": "phy" + }, + { + "id": "provisioning_nic", + "ethernet_mac_address": "00:1e:67:f1:5b:91", + "type": "phy" + } + ], + "networks": [ + { + "id": "baremetal", + "link": "baremetal_nic", + "type": "ipv4", + "ip_address": "10.10.110.203/24", + "gateway": "10.10.110.1", + "dns_nameservers": ["8.8.8.8"] + }, + { + "id": "provisioning", + "link": "provisioning_nic", + "type": "ipv4_dhcp" + }, + { + "id": "bootstrap", + "link": "bootstrap_nic", + "type": "ipv4_dhcp" + } + ], + "services": [] } } ]