]> git.proxmox.com Git - ovs.git/commit
Document OVN support in ovs-sandbox.
authorRussell Bryant <russell@ovn.org>
Mon, 13 Mar 2017 20:26:00 +0000 (16:26 -0400)
committerRussell Bryant <russell@ovn.org>
Wed, 15 Mar 2017 18:16:46 +0000 (14:16 -0400)
commit46a2dc58781a06799f7ec7d44f19db91e9850d43
treec5f4e27a8cb66212294b942d9f9a7783e43cdf80
parenta98b700db617421e8b37c76a444be70bf3b05dba
Document OVN support in ovs-sandbox.

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>
Documentation/automake.mk
Documentation/index.rst
Documentation/tutorials/index.rst
Documentation/tutorials/ovn-sandbox.rst [new file with mode: 0644]
tutorial/automake.mk
tutorial/ovn-setup.sh [new file with mode: 0755]