X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fmetal3%2Fscripts%2Fnodes.json.sample;h=ce2402acbee97896ad5dd9f4fe2e68e73babf115;hb=308b436e60c4f9477641a196fe5a53996fd9bc92;hp=a451e492ea8760f1c4e3ed3236ae8ac66682d777;hpb=31a860f56b53eb51a7dc4189e6959a004733115e;p=icn.git diff --git a/deploy/metal3/scripts/nodes.json.sample b/deploy/metal3/scripts/nodes.json.sample index a451e49..ce2402a 100644 --- a/deploy/metal3/scripts/nodes.json.sample +++ b/deploy/metal3/scripts/nodes.json.sample @@ -8,7 +8,7 @@ "address": "10.10.110.12" }, "os": { - "image_name": "bionic-server-cloudimg-amd64.img", + "image_name": "focal-server-cloudimg-amd64.img", "username": "ubuntu", "password": "mypasswd" }, @@ -20,13 +20,13 @@ "type": "phy" }, { - "id": "bootstrap_nic", - "ethernet_mac_address": "00:1e:67:f8:6a:40", + "id": "provisioning_nic", + "ethernet_mac_address": "00:1e:67:fe:f4:1a", "type": "phy" }, { - "id": "provisioning_nic", - "ethernet_mac_address": "00:1e:67:fe:f4:1a", + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:6a:41", "type": "phy" } ], @@ -45,9 +45,10 @@ "type": "ipv4_dhcp" }, { - "id": "bootstrap", - "link": "bootstrap_nic", - "type": "ipv4_dhcp" + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.3/24" } ], "services": [] @@ -61,7 +62,7 @@ "address": "10.10.110.13" }, "os": { - "image_name": "bionic-server-cloudimg-amd64.img", + "image_name": "focal-server-cloudimg-amd64.img", "username": "ubuntu", "password": "mypasswd" }, @@ -73,13 +74,13 @@ "type": "phy" }, { - "id": "bootstrap_nic", - "ethernet_mac_address": "00:1e:67:f8:69:80", + "id": "provisioning_nic", + "ethernet_mac_address": "00:1e:67:f1:5b:91", "type": "phy" }, { - "id": "provisioning_nic", - "ethernet_mac_address": "00:1e:67:f1:5b:91", + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:69:81", "type": "phy" } ], @@ -98,9 +99,10 @@ "type": "ipv4_dhcp" }, { - "id": "bootstrap", - "link": "bootstrap_nic", - "type": "ipv4_dhcp" + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.4/24" } ], "services": []