X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fmetal3%2Fscripts%2Fnodes.json.sample;h=faaabfb3757b5e7db0061ef712c25d85dc129c78;hb=ea29fb51cd33c820a7c0118650928d52dbfb35b5;hp=a451e492ea8760f1c4e3ed3236ae8ac66682d777;hpb=4740a87cc1bf82da9b851586433ed0f21873673a;p=icn.git diff --git a/deploy/metal3/scripts/nodes.json.sample b/deploy/metal3/scripts/nodes.json.sample index a451e49..faaabfb 100644 --- a/deploy/metal3/scripts/nodes.json.sample +++ b/deploy/metal3/scripts/nodes.json.sample @@ -28,6 +28,11 @@ "id": "provisioning_nic", "ethernet_mac_address": "00:1e:67:fe:f4:1a", "type": "phy" + }, + { + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:6a:41", + "type": "phy" } ], "networks": [ @@ -48,6 +53,12 @@ "id": "bootstrap", "link": "bootstrap_nic", "type": "ipv4_dhcp" + }, + { + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.3/24" } ], "services": [] @@ -81,6 +92,11 @@ "id": "provisioning_nic", "ethernet_mac_address": "00:1e:67:f1:5b:91", "type": "phy" + }, + { + "id": "sriov_nic", + "ethernet_mac_address": "00:1e:67:f8:69:81", + "type": "phy" } ], "networks": [ @@ -101,6 +117,12 @@ "id": "bootstrap", "link": "bootstrap_nic", "type": "ipv4_dhcp" + }, + { + "id": "sriov", + "link": "sriov_nic", + "type": "ipv4", + "ip_address": "10.10.113.4/24" } ], "services": []