Files
deb-networking-odl/vagrant
Guo Ruijing 6b02b4b064 create Openstack with ODL by vagrant
Change-Id: Ib5596df765f30182ed3ff04fc6f3ed1ffa5e476a
Related-Bug: #1633242
2017-01-03 02:54:58 +00:00
..

Vagrant

Devstack with Vagrant is to used to deploy OpenStack with ODL.

Setup Proxy(Optional)

If your network is behind a firwall, you can update SOCKS5_IP/SOCKS5_PORT and run ./setup_proxy.sh.

Vagrant Setup

# sudo apt-get install -y virtualbox # wget --no-check-certificate https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.deb # sudo dpkg -i vagrant_1.8.6_x86_64.deb

Vagrant Cleanup

vagrant destroy -f

Integration