summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-11-15 23:20:21 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-15 23:20:21 +0000
commit4744bbf2a25f333f8d442aee8e23ddb431f2bd87 (patch)
tree4e397d55bd4a35145b003253c992b752ba821bc0
parent7f1050c5ad6b6fec335b2bd5d73bf7b08047c469 (diff)
parent444f4baa1bf5cbae9855869f07304f6932584371 (diff)
Merge "Add Windows Networking known issue"
-rw-r--r--bootstrap/vagrant-onap/doc/source/install/known_issues.rst13
1 files changed, 13 insertions, 0 deletions
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