From: Victor Morales Date: Wed, 15 Nov 2017 23:01:11 +0000 (-0800) Subject: Add Windows Networking known issue X-Git-Tag: 1.0.0-Amsterdam~28^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F23707%2F1;p=integration.git Add Windows Networking known issue 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 Issue-Id: INT-98 --- diff --git a/bootstrap/vagrant-onap/doc/source/install/known_issues.rst b/bootstrap/vagrant-onap/doc/source/install/known_issues.rst index 84d50940b..8db55e72c 100644 --- a/bootstrap/vagrant-onap/doc/source/install/known_issues.rst +++ b/bootstrap/vagrant-onap/doc/source/install/known_issues.rst @@ -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