Skip to content

Commit

Permalink
doc: Remove tutorials/ovn-basics.
Browse files Browse the repository at this point in the history
The only thing worse than a lack of documentation is incorrect or
out-of-date documentation.  Over time, this document has not kept up with
the pace of OVN and is no longer a good current resource.

For a sandbox based tutorial like this, I'd like to start over using
ovn-trace as the basis.

An even more important type of tutorial would be something along the lines
of: http://blog.spinhirne.com/p/blog-series.html

That blog series was fantastic and has been the primary tutorial reference
I have been sending people to since it was written.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
russellb committed Jan 23, 2017
1 parent db0e819 commit ce1b99a
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 1,897 deletions.
1 change: 0 additions & 1 deletion Documentation/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ EXTRA_DIST += \
Documentation/intro/install/windows.rst \
Documentation/intro/install/xenserver.rst \
Documentation/tutorials/index.rst \
Documentation/tutorials/ovn-basics.rst \
Documentation/tutorials/ovs-advanced.rst \
Documentation/topics/index.rst \
Documentation/topics/bonding.rst \
Expand Down
1 change: 0 additions & 1 deletion Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ vSwitch? Start here.
:doc:`intro/install/dpdk`

- **Tutorials:** :doc:`tutorials/ovs-advanced` |
:doc:`tutorials/ovn-basics`

Deeper Dive
-----------
Expand Down
1 change: 0 additions & 1 deletion Documentation/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ vSwitch.
:maxdepth: 2

ovs-advanced
ovn-basics
974 changes: 0 additions & 974 deletions Documentation/tutorials/ovn-basics.rst

This file was deleted.

33 changes: 1 addition & 32 deletions tutorial/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,6 @@ EXTRA_DIST += \
tutorial/t-stage1 \
tutorial/t-stage2 \
tutorial/t-stage3 \
tutorial/t-stage4 \
tutorial/ovn/env1/setup.sh \
tutorial/ovn/env1/packet1.sh \
tutorial/ovn/env1/packet2.sh \
tutorial/ovn/env1/packet3.sh \
tutorial/ovn/env1/packet4.sh \
tutorial/ovn/env1/add-third-port.sh \
tutorial/ovn/env1/add-unknown-ports.sh \
tutorial/ovn/env1/add-security-ip-ports.sh \
tutorial/ovn/env2/setup.sh \
tutorial/ovn/env2/packet1.sh \
tutorial/ovn/env2/packet2.sh \
tutorial/ovn/env3/setup.sh \
tutorial/ovn/env3/packet1.sh \
tutorial/ovn/env3/packet2.sh \
tutorial/ovn/env4/setup.sh \
tutorial/ovn/env4/packet1.sh \
tutorial/ovn/env4/packet2.sh \
tutorial/ovn/env4/packet3.sh \
tutorial/ovn/env4/packet4.sh \
tutorial/ovn/env5/setup.sh \
tutorial/ovn/env5/packet1.sh \
tutorial/ovn/env5/packet2.sh \
tutorial/ovn/env6/setup.sh \
tutorial/ovn/env6/add-acls.sh \
tutorial/ovn/env7/add-container-ports.sh \
tutorial/ovn/env7/packet1.sh \
tutorial/ovn/env7/packet2.sh \
tutorial/ovn/env7/setup.sh \
tutorial/ovn/env8/packet1.sh \
tutorial/ovn/env8/packet2.sh \
tutorial/ovn/env8/setup.sh
tutorial/t-stage4
sandbox: all
cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)
25 changes: 0 additions & 25 deletions tutorial/ovn/env1/add-security-ip-ports.sh

This file was deleted.

21 changes: 0 additions & 21 deletions tutorial/ovn/env1/add-third-port.sh

This file was deleted.

25 changes: 0 additions & 25 deletions tutorial/ovn/env1/add-unknown-ports.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tutorial/ovn/env1/packet1.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tutorial/ovn/env1/packet2.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tutorial/ovn/env1/packet3.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tutorial/ovn/env1/packet4.sh

This file was deleted.

46 changes: 0 additions & 46 deletions tutorial/ovn/env1/setup.sh

This file was deleted.

18 changes: 0 additions & 18 deletions tutorial/ovn/env2/packet1.sh

This file was deleted.

18 changes: 0 additions & 18 deletions tutorial/ovn/env2/packet2.sh

This file was deleted.

36 changes: 0 additions & 36 deletions tutorial/ovn/env2/setup.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tutorial/ovn/env3/packet1.sh

This file was deleted.

31 changes: 0 additions & 31 deletions tutorial/ovn/env3/packet2.sh

This file was deleted.

Loading

0 comments on commit ce1b99a

Please sign in to comment.