Developer Guide¶
In the Developer Guide, you will find information on networking-odl’s lower level design and implementation details. We will cover only essentials details related to just networking-odl and we won’t repeat neutron devref here, for details in neutron, neutron’s devref can be checked
https://github.com/openstack/neutron/tree/master/doc/source/devref
For details regarding OpenStack Neutron’s Api
https://github.com/openstack/neutron-lib/tree/master/api-ref/source
Contents:
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