galetis / vagrants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVN Vagrants

This repository contains a list of vagrant files that can be used to set up OVN in many different topologies.

How to

  1. Install the vagrant
  2. Install the vagrant-libvirt extension:

    $ vagrant plugin install vagrant-libvirt
  3. Choose the topology and start Vagrant (e.g ovn-multinode):

    $ cd ovn-multinode
    $ vagrant up
  4. Once the configuration step is done you can SSH into the nodes and start playing with OVN:

    $ vagrant status
    $ vagrant ssh <target node>
    $ sudo ovn-sbctl list Chassis

About


Languages

Language:Shell 100.0%