Merge "fixing LISP flow mapping addr format table"
[docs.git] / manuals / getting-started-guide / src / main / asciidoc / vtn / vtn-install.adoc
index 4ac0559be2fcc01300212bf72deb739d3691e35e..9968a3cf5515b5f6512987c22e43b3e231913cbe 100644 (file)
@@ -16,7 +16,7 @@ It is implemented as two major components
 * <<_vtn_coordinator,VTN Coordinator>>
 
 ==== VTN Manager
-An OpenDaylight Controller Plugin that interacts with other modules to implement the components of the VTN model. It also provides a REST interface to configure VTN components in ODL controller. VTN Manager is implemented as one plugin to the OpenDaylight controller. This provides a REST interface to create/update/delete VTN components. The user command in VTN Coordinator is translated as REST API to VTN Manager by the ODC Driver component. In addition to the above mentioned role, it also provides an implementation to the Openstack L2 Network Functions API.
+An OpenDaylight Controller Plugin that interacts with other modules to implement the components of the VTN model. It also provides a REST interface to configure VTN components in ODL controller. VTN Manager is implemented as one plugin to the OpenDaylight controller. This provides a REST interface to create/update/delete VTN components. The user command in VTN Coordinator is translated as REST API to VTN Manager by the ODC Driver component. In addition to the above mentioned role, it also provides an implementation to the OpenStack L2 Network Functions API.
 
 ==== VTN Coordinator
 
@@ -28,13 +28,15 @@ The VTN Coordinator is an external application that provides a REST interface fo
 
 ===== Running the Karaf distribution
 
-Follow the instructions in <<_getting_and_installing_opendaylight_helium,Getting and Installing OpenDaylight>>.
+Follow the instructions in <<_getting_and_installing_opendaylight,Getting and Installing OpenDaylight>>.
 
 ==== VTN Coordinator
 
 * Arrange a physical/virtual server with any one of the supported 64-bit OS environment.
-** RHEL 6 / 7 
+** RHEL 6 / 7
 ** CentOS 6 / 7
+** Fedora 20 / 21 / 22
+
 * Install these packages
 
   yum install perl-Digest-SHA uuid libxslt libcurl unixODBC json-c
@@ -49,14 +51,17 @@ Follow the instructions in <<_getting_and_installing_opendaylight_helium,Getting
 
 Install Feature
 
-  feature:install odl-vtn-manager-all
+  feature:install odl-vtn-manager-rest odl-vtn-manager-neutron
+
+NOTE: The above command will install all features of VTN Manager.
+      You can install only REST or Neutron also.
 
 ==== VTN Coordinator
 
 * Enter into the externalapps directory in the top directory of Lithium
 
   cd distribution-karaf-0.2.1-Lithium-SR1/externalapps
-  
+
 * Run the below command to extract VTN Coordinator from the tar.bz2 file in the externalapps directory.
 
   tar –C/ -jxvf distribution.vtn-coordinator-6.0.0.1-Lithium-SR1-bin.tar.bz2