Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 562 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 562 Bytes

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