diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-04 08:04:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-04 08:04:22 +0000 |
commit | 547ab0d2d80a21cdcb513fcd604c4f252b41e531 (patch) | |
tree | 12591d9a866b2a2c795c2535b4cb668a71b0ba41 /bootstrap/vagrant-onap/doc/source/install | |
parent | 908614153b1b4ffc827b1db93afb7f1e496e8f4e (diff) | |
parent | fa9eb9c5c50ca147504cb97226007b82f6909b8a (diff) |
Merge "Add OOM provisioning script"
Diffstat (limited to 'bootstrap/vagrant-onap/doc/source/install')
-rw-r--r-- | bootstrap/vagrant-onap/doc/source/install/index.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/doc/source/install/index.rst b/bootstrap/vagrant-onap/doc/source/install/index.rst index 83c68b66f..62f57e66f 100644 --- a/bootstrap/vagrant-onap/doc/source/install/index.rst +++ b/bootstrap/vagrant-onap/doc/source/install/index.rst @@ -17,12 +17,15 @@ Ubuntu 14.04 ("Trusty") $ wget -q https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb $ sudo dpkg -i vagrant_2.0.1_x86_64.deb + $ echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list $ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - $ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - $ sudo apt-get update -y $ sudo apt-get install -y virtualbox-5.1 dkms + $ sudo apt install -y nfs-kernel-server + .. end CentOS @@ -32,10 +35,13 @@ CentOS $ wget -q https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.rpm $ sudo yum install vagrant_2.0.1_x86_64.rpm + $ wget -q http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo -P /etc/yum.repos.d $ sudo yum --enablerepo=epel install dkms $ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | rpm --import - - $ sudo yum install VirtualBox-5.1 + $ sudo yum install -y VirtualBox-5.1 + + $ sudo yum install -y nfs-utils nfs-utils-lib .. end |