Add SR-IOV NIC to nodes.json sample
[icn.git] / deploy / metal3 / scripts / nodes.json.sample
index a451e49..faaabfb 100644 (file)
             "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": [
             "id": "bootstrap",
             "link": "bootstrap_nic",
             "type": "ipv4_dhcp"
+          },
+          {
+            "id": "sriov",
+            "link": "sriov_nic",
+            "type": "ipv4",
+            "ip_address": "10.10.113.3/24"
           }
         ],
         "services": []
             "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": [
             "id": "bootstrap",
             "link": "bootstrap_nic",
             "type": "ipv4_dhcp"
+          },
+          {
+            "id": "sriov",
+            "link": "sriov_nic",
+            "type": "ipv4",
+            "ip_address": "10.10.113.4/24"
           }
         ],
         "services": []