summaryrefslogtreecommitdiff
path: root/tutorial/ovn-setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* tutorial: wait=hv is not valid for ovn-sbctl:aginwala2018-04-041-2/+0
| | | | | | | Hence removing it from ovn-setup.sh Signed-off-by: aginwala <aginwala@ebay.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
* Use new default nb and sb dbs for sandbox northd:aginwala2018-03-311-0/+4
| | | | | | | | | | | As per new clustering change, ovn-northd sandbox should use nb1.ovsdb and sb1.ovsdb. It was updated in ovn-northd --help section but missed for sandbox. This commit fixes the same Reported-by: Mark Michelson <mmichels@redhat.com> Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-March/345535.html Signed-off-by: aginwala <aginwala@ebay.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
* sandbox: Add ports to br-int in ovn-setup.Russell Bryant2017-08-101-0/+8
| | | | | | | | | | | | | | 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>
* Document OVN support in ovs-sandbox.Russell Bryant2017-03-151-0/+27
A previous commit removed the original ovs-sandbox based OVN tutorial because it became too outdated and difficult to maintain. However, the use of ovs-sandbox for basic OVN development and testing is incredibly useful, so we should provide at least basic documentation on how to use it. This commit introduces a new and shorter document that shows how to use OVN in ovs-sandbox. It provides a single sample configuration, as well as a sample ovn-trace command. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Numan Siddique <nusiddiq@redhat.com>