Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(1) After installation, make sure that your system is restarted in order to let configuration be activated.

(2) Instead of using Git bash, Cygwin could be also used and make sure "dos2unix" package is installed which will be used during setup

Basic Installations

Windows 10

...

Ubuntu 16.04

Do the following:

...

Table of Contents
maxLevel6
minLevel6

Install virtualbox

Add the following line to your /etc/apt/sources.list:

...

sudo apt-get install virtualbox-5.1

...

Create

...

Virtualbox "vboxnet0" Host-only networking

On windows installation this may have been created already.  

...

VBoxManage hostonlyif create

...

Install vagrant
wget https://releases.hashicorp.com/vagrant/1.9.5/vagrant_1.9.5_x86_64.deb
sudo dpkg -i vagrant_1.9.5_x86_64.deb

...

Install git

...

sudo apt-get install git

...

...


sudo apt install dos2unix

Integration Project

Download The Project

Clone the intergration project with the following command:

...

Hint:  More information could be found under integration\bootstrap\vagrant-onap\README.md

Convert Line Endings

If in windows, open Gitbash As Administrator.

Run the following commands:

cd integration/bootstrap/vagrant-onap/lib
find . -type f -print0 | xargs -0 dos2unix

Hint: This issue might be fixed later

Configure Deployment Mode

...