Add Windows Networking known issue 07/23707/1
authorVictor Morales <victor.morales@intel.com>
Wed, 15 Nov 2017 23:01:11 +0000 (15:01 -0800)
committerVictor Morales <victor.morales@intel.com>
Wed, 15 Nov 2017 23:01:11 +0000 (15:01 -0800)
Apparently there are some issues in the way that VirtualBox is
installed in a Windows Host machine. This commit provides a workaround
for that.

Change-Id: Ia1142d2980ec9189e2a4ff982fa51e336fa6061b
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-98

bootstrap/vagrant-onap/doc/source/install/known_issues.rst

index 84d5094..8db55e7 100644 (file)
@@ -48,3 +48,16 @@ Remove vagrant-vbguest plugin
 
     C:\> vagrant plugin uninstall vagrant-vbguest
 .. end
+
+
+Network configuration in Windows
+--------------------------------
+
+Some Virtual Machines present a problem in their network configuration so to
+make sure the install will work as it should install the virtualbox from the
+cmd window with the following command:
+
+.. code-block:: console
+
+    c:\downloads\VirtualBox-5.1.20-114628-Win.exe -msiparams NETWORKTYPE=NDIS5
+.. end