Update provisioned OS to Ubuntu 20.04
[icn.git] / deploy / metal3 / scripts / nodes.json.sample
index a451e49..ce2402a 100644 (file)
@@ -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"
       },
             "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"
           }
         ],
             "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"
       },
             "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"
           }
         ],
             "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": []