From 444f4baa1bf5cbae9855869f07304f6932584371 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 15 Nov 2017 15:01:11 -0800 Subject: 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 --- bootstrap/vagrant-onap/doc/source/install/known_issues.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bootstrap/vagrant-onap') 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 -- cgit 1.2.3-korg