summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:24 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:55:32 -0800
commit795752a3cf5a598ebb6a6f7656c9ccf05c8175f4 (patch)
treebd1272e14c17cf65ed7df76463ea16bc57a956fa /vtep
parentd0e53b15323ebc18c88f13334200543b20cf3408 (diff)
downloadopenvswitch-795752a3cf5a598ebb6a6f7656c9ccf05c8175f4.tar.gz
doc: Populate 'install', 'howto' sections
This is a dumb move of all 'INSTALL*' docs, with very little refactoring (mostly updating links and making the titles a little more consistent. Additional refactoring will be done in subsequent changes. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rw-r--r--vtep/README.ovs-vtep.rst15
-rw-r--r--vtep/vtep-ctl.8.in6
2 files changed, 10 insertions, 11 deletions
diff --git a/vtep/README.ovs-vtep.rst b/vtep/README.ovs-vtep.rst
index 75f03d0b7..668ee08f2 100644
--- a/vtep/README.ovs-vtep.rst
+++ b/vtep/README.ovs-vtep.rst
@@ -36,13 +36,12 @@ The VTEP emulator is a Python script that invokes calls to tools like vtep-ctl
and ovs-vsctl. It is only useful when Open vSwitch daemons like ovsdb-server
and ovs-vswitchd are running and installed. To do this, either:
-- Follow the instructions in the `installation guide <..INSTALL.rst>`__ (don't
+- Follow the instructions in ``Documentation/intro/install/general`` (don't
start any daemons yet).
-- Follow the instructions in `Debian installation guide
- <../INSTALL.Debian.rst>`__ and then install the ``openvswitch-vtep`` package
- (if operating on a debian based machine). This will automatically start the
- daemons.
+- Follow the instructions in ``Documentation/intro/install/debian`` and then
+ install the ``openvswitch-vtep`` package (if operating on a debian based
+ machine). This will automatically start the daemons.
Design
------
@@ -152,9 +151,9 @@ using the debian packages as mentioned in step 2 of the "Requirements" section.
$ vtep-ctl add-ps br0
$ vtep-ctl set Physical_Switch br0 tunnel_ips=10.2.2.1
-6. Start the VTEP emulator. If you installed the components following the
- `installation guide <../INSTALL.rst>`__ file, run the following from the
- same directory as this README:
+6. Start the VTEP emulator. If you installed the components following
+ ``Documentation/intro/install/general``, run the following from the same
+ directory as this README:
::
diff --git a/vtep/vtep-ctl.8.in b/vtep/vtep-ctl.8.in
index e0f49a78d..190135665 100644
--- a/vtep/vtep-ctl.8.in
+++ b/vtep/vtep-ctl.8.in
@@ -325,9 +325,9 @@ List the remote MAC bindings for \fIlswitch\fR, one per line.
These commands manipulate the \fBmanagers\fR column in the \fBGlobal\fR
table and rows in the \fBManagers\fR table. When \fBovsdb\-server\fR is
configured to use the \fBmanagers\fR column for OVSDB connections (as
-described in \fBINSTALL.Linux\fR and in the startup scripts provided
-with Open vSwitch), this allows the administrator to use \fBvtep\-ctl\fR
-to configure database connections.
+described in the startup scripts provided with Open vSwitch), this
+allows the administrator to use \fBvtep\-ctl\fR to configure database
+connections.
.
.IP "\fBget\-manager\fR"
Prints the configured manager(s).