X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=README.md;h=b3b2307f05bd577cd54dfc2065cdb1587b8d0575;hb=07543184d7a2e2480f8cecc081ba9393bda39a42;hp=b833ff393d626875c1705a9c1bb397307fd94766;hpb=31a860f56b53eb51a7dc4189e6959a004733115e;p=icn.git diff --git a/README.md b/README.md index b833ff3..b3b2307 100644 --- 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": [] @@ -401,8 +423,7 @@ No snapshot is implemented in ICN R2. #### Install Jump Server Jump server is required to be installed with Ubuntu 18.04. This will -install all the VMs and install the k8s clusters. Same as bare metal -deployment, use `make vm_install` to install virtual deployment. +install all the VMs and install the k8s clusters. #### Verifying the Setup - VMs `make verify_all` installs two VMs with name master-0 and worker-0