Files
deb-networking-odl/vagrant
Isaku Yamahata 5c12b9da0f tox: enable bashate
Change-Id: I441ff386515a6f3616ee8b0f09bf073126ffa79d
2017-06-10 04:17:04 +00:00
..
2017-06-10 04:17:04 +00:00
2017-06-10 04:17:04 +00:00
2017-03-22 06:24:37 +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