]> git.proxmox.com Git - mirror_ovs.git/commit
sandbox: Add ports to br-int in ovn-setup.
authorRussell Bryant <russell@ovn.org>
Thu, 10 Aug 2017 20:18:06 +0000 (16:18 -0400)
committerRussell Bryant <russell@ovn.org>
Thu, 10 Aug 2017 21:08:21 +0000 (17:08 -0400)
commit0b31b69fea1b86dee71e292342ec607ff5821e31
tree5b5189726c416e7e437a018f9b246400378c6b0e
parent2904883c27a5804c8377363c2706e6842c6bf3c7
sandbox: Add ports to br-int in ovn-setup.

ovs-sandbox comes with a script to quickly set up a simple
OVN configuration, ovn-setup.sh.  This script set up config in the OVN
northbound database, but didn't create the corresponding ports on
br-int.  Add that to save another step in provisioning this simple
environment.

Add "ovn-sbctl show" output as well, to follow the existing "ovn-nbctl
show" output.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tutorial/ovn-setup.sh