Add SR-IOV NIC to nodes.json sample 20/4220/2
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 27 Apr 2021 21:16:15 +0000 (14:16 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Wed, 5 May 2021 23:55:19 +0000 (23:55 +0000)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I30af45ce3cb08aa3d685eb41bcfc1a9a20d4c53a

README.md
deploy/metal3/scripts/nodes.json.sample

index b833ff3..d49ba45 100644 (file)
--- a/README.md
+++ b/README.md
@@ -169,6 +169,11 @@ ICN provides DHCP servers for the provisioning and bootstrap networks.
           "id": "bootstrap_nic",
           "ethernet_mac_address": "00:1e:67:f8:6a:40",
           "type": "phy"
+        },
+        {
+          "id": "sriov_nic",
+          "ethernet_mac_address": "00:1e:67:f8:6a:41",
+          "type": "phy"
         }
       ],
       "networks": [
@@ -189,6 +194,12 @@ ICN provides DHCP servers for the provisioning and bootstrap networks.
           "id": "bootstrap",
           "link": "bootstrap_nic",
           "type": "ipv4_dhcp"
+        },
+        {
+          "id": "sriov",
+          "link": "sriov_nic",
+          "type": "ipv4",
+          "ip_address": "10.10.113.2/24"
         }
       ],
       "services": []
@@ -222,6 +233,11 @@ ICN provides DHCP servers for the provisioning and bootstrap networks.
           "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": [
@@ -242,6 +258,12 @@ ICN provides DHCP servers for the provisioning and bootstrap networks.
           "id": "bootstrap",
           "link": "bootstrap_nic",
           "type": "ipv4_dhcp"
+        },
+        {
+          "id": "sriov",
+          "link": "sriov_nic",
+          "type": "ipv4",
+          "ip_address": "10.10.113.3/24"
         }
       ],
       "services": []
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": []