This project was created to validate the process to install Open vSwitch and Open Virtual Network through ansible playbooks as method to provision.
This is also helpful to quickly setup a lab described on the post of "A Primer on OVN"
This project uses Vagrant tool for provisioning Virtual Machines automatically. It's highly recommended to use the setup.sh script of the bootstrap-vagrant project for installing Vagrant dependencies and plugins required for its project. The script supports two Virtualization providers (Libvirt and VirtualBox).
$ curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash
Once Vagrant is installed, it's possible to deploy the lab with the following instructions:
$ vagrant up && vagrant up installer
Apache-2.0