X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide%2Fvirtual-tenant-network-%28vtn%29.rst;h=bb0073cd1b64d11e602ad3957cc9958c55537769;hb=975a06fde6546a1680b19d72d3005ac5811c95f2;hp=57765755d4f9a37c3dfa091e427b953c4259a7d2;hpb=64f7c436ab49bf686beb2fe665b76911d8f7afa0;p=docs.git diff --git a/docs/developer-guide/virtual-tenant-network-(vtn).rst b/docs/developer-guide/virtual-tenant-network-(vtn).rst index 57765755d..bb0073cd1 100644 --- a/docs/developer-guide/virtual-tenant-network-(vtn).rst +++ b/docs/developer-guide/virtual-tenant-network-(vtn).rst @@ -1,3 +1,5 @@ +.. _vtn-dev-guide: + Virtual Tenant Network (VTN) ============================ @@ -38,9 +40,11 @@ virtual network irrespective of the physical network. It is implemented as two major components -- `VTN Manager <#_vtn_manager>`__ +- :ref:`vtn-manager` + +- :ref:`vtn-coordinator` -- `VTN Coordinator <#_vtn_coordinator>`__ +.. _vtn-manager: VTN Manager ~~~~~~~~~~~ @@ -91,7 +95,7 @@ Components: | | | rdinator:RestApi:L2_Netw | | | | ork_Example_Using_VTN_Vi | | | | rtualization>`__ | -| | | for usage. | +| | | for usage. | +--------------------------+--------------------------+--------------------------+ Feature Overview @@ -113,36 +117,7 @@ https://nexus.opendaylight.org/content/sites/site/org.opendaylight.vtn/boron/man For VTN Java API documentation, please refer to: https://nexus.opendaylight.org/content/sites/site/org.opendaylight.vtn/boron/apidocs/index.html -Once the Karaf distribution is up, install dlux and apidocs. - -:: - - feature:install odl-dlux-all odl-mdsal-apidocs - -Logging In -'''''''''' - -To Log in to DLUX, after installing the application: - -- Open a browser and enter the login URL as - `http://:8181/index.html :8181/index.html>`__. - -.. note:: - - Replace "" with the IP address of OpenDaylight - based on your environment. - -- Login to the application with user ID and password credentials as - admin. - -.. note:: - - admin is the only default user available for DLUX in this release. - -- In the right hand side frame, click "Yang UI". - -YANG documentation for VTN Manager, please refer to: -https://nexus.opendaylight.org/content/sites/site/org.opendaylight.vtn/boron/manager.model/apidocs/index.html +.. _vtn-coordinator: VTN Coordinator ~~~~~~~~~~~~~~~ @@ -276,4 +251,3 @@ Usage Examples - `L2 Network using Single Controller `__ -