Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/ovn-lab
Project for provisioning OVS and OVN via Ansible playbook
https://github.com/electrocucaracha/ovn-lab
ansible openvswitch ovn vagrant
Last synced: 1 day ago
JSON representation
Project for provisioning OVS and OVN via Ansible playbook
- Host: GitHub
- URL: https://github.com/electrocucaracha/ovn-lab
- Owner: electrocucaracha
- Created: 2016-03-27T15:50:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T01:09:43.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T16:12:42.567Z (about 2 months ago)
- Topics: ansible, openvswitch, ovn, vagrant
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenVSwitch & OVN
This project was created to validate the process to install
[Open vSwitch][1] and [Open Virtual Network][2] 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"][3]## Setup
This project uses [Vagrant tool][4] for provisioning Virtual Machines
automatically. It's highly recommended to use the *setup.sh* script
of the [bootstrap-vagrant project][5] 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
## License
Apache-2.0
[1]: http://docs.openvswitch.org/en/latest/topics/#ovs
[2]: http://docs.openvswitch.org/en/latest/topics/#ovn
[3]: http://blog.spinhirne.com/2016/09/a-primer-on-ovn.html
[4]: https://www.vagrantup.com/
[5]: https://github.com/electrocucaracha/bootstrap-vagrant