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: libvirt, VMWare, AWS, OpenStack, containers stuff, …
Install a Hypervisor if not already installed
1.1. For Virtualbox - https://www.virtualbox.org/wiki/Downloads
1.2. For libvirt - use you Linux distribution manuals
Install Vagrant - https://www.vagrantup.com/downloads.html
Configure
git clone https://git.openstack.org/openstack/dragonflow
cd dragonflow
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-vbguest
needed (5GB RAM is the minimum to get 1 VM running on the controller node)
needed
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.