git clone https://git.openstack.org/openstack-dev/devstack
Copy one of the following as your local.conf to your devstack folder
DevStack Multi Node Configuration
Run ./stack.sh
Once the script has finished successfully, Dragonflow is ready to move packets. You can see Testing and Debugging to test and troubleshoot the deployment.
This will create a 3 node devstack (controller + two computes), where Dragonflow is used as the Open vSwitch backend.
Vagrant allows to configure the provider on which the virtual machines are created. Virtualbox is the default provider used to launch the VM’s on a developer computer, but other providers can be used: VMWare, AWS, OpenStack, containers stuff, …
git clone https://git.openstack.org/openstack/dragonflow
cd dragonflow
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-vbguest
… This may take a while, once it is finished:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.