diff options
author | Victor Morales <victor.morales@intel.com> | 2017-11-15 15:01:11 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-11-15 15:01:11 -0800 |
commit | 444f4baa1bf5cbae9855869f07304f6932584371 (patch) | |
tree | 2ada0e3d278bcc898c98a0e909359f8ffac00232 /bootstrap/vagrant-onap/doc/source | |
parent | d989ac5dd729a29273a8879e2d5f88f3324ea4e6 (diff) |
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 <victor.morales@intel.com>
Issue-Id: INT-98
Diffstat (limited to 'bootstrap/vagrant-onap/doc/source')
-rw-r--r-- | bootstrap/vagrant-onap/doc/source/install/known_issues.rst | 13 |
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 |