summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-03-07 10:47:21 -0500
committerRussell Bryant <russell@ovn.org>2016-03-07 14:12:20 -0500
commit79b4e6dc489fa4c082f8e056bee30a28129f61fc (patch)
treeebaf7ab5177e5df4a73f05a9288b054f7f262a0c /tutorial
parentef5774e30e3232e6d25e6e0d03cdf1fed6577505 (diff)
downloadopenvswitch-79b4e6dc489fa4c082f8e056bee30a28129f61fc.tar.gz
ovs-sandbox: Add note about OVN to initial output.
When you run ovs-sandbox, it finishes with a note describing the dummy environment it has set up. Add some additional text that indicates that OVN is also enabled when that is the case. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org> Acked-by: Ryan Moats <rmoats@us.ibm.com>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox10
1 files changed, 9 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index ea3b827fe..99cc3bb8d 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -360,8 +360,16 @@ cat <<EOF
----------------------------------------------------------------------
You are running in a dummy Open vSwitch environment. You can use
ovs-vsctl, ovs-ofctl, ovs-appctl, and other tools to work with the
-dummy switch.
+dummy switch.
+EOF
+if $ovn; then cat << EOF
+This environment also has the OVN daemons and databases enabled.
+You can use ovn-nbctl and ovn-sbctl to interact with the OVN databases.
+
+EOF
+fi
+cat <<EOF
Log files, pidfiles, and the configuration database are in the
"sandbox" subdirectory.