summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-08-22 12:29:48 +0200
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-08-22 12:30:28 +0200
commit64f27d32b6ae7321145b01524b8a2c86c88137e9 (patch)
tree11c243892528c54e3c90e532af65875251622874
parent1cc5e4b07944b2fec64be0f0a8a1ce07fa2a2539 (diff)
Add more information how to manually configure
Change-Id: I143346d5268ad53eafcb8d2f5420173440f4c2a3 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
-rw-r--r--docs/userguide/feature.userguide.rst25
1 files changed, 24 insertions, 1 deletions
diff --git a/docs/userguide/feature.userguide.rst b/docs/userguide/feature.userguide.rst
index 4ff3d81..0e6a6ba 100644
--- a/docs/userguide/feature.userguide.rst
+++ b/docs/userguide/feature.userguide.rst
@@ -193,9 +193,32 @@ A useful alternative to the full automatic procedure is to only autodeploy the F
With -e option the installer does not launch environment deployment, so
a user can do some modification before the scenario is really deployed.
-
Another interesting option is the -f option which deploys the scenario using an existing Fuel host.
+The result of this installation is a fuel sever with the right config for
+BGPVPN. Now the deploy button on fuel dashboard can be used to deploy the environment.
+It is as well possible to do the configuration manuell.
+
+Feature configuration on existing Fuel
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+If a Fuel server is already provided but the fuel plugins for Opendaylight, Openvswitch
+and BGPVPN are not provided install them by:
+::
+
+ cd /opt/opnfv/
+ fuel plugins --install fuel-plugin-ovs-*.noarch.rpm
+ fuel plugins --install opendaylight-*.noarch.rpm
+ fuel plugins --install bgpvpn-*.noarch.rpm
+
+If plugins are installed and you want to update them use --force flag.
+
+Now the feature can be configured. Create a new environment with "Neutron with ML2 plugin" and
+in there "Neutron with tunneling segmentation".
+Then go to settings/other and check "OpenDaylight plugin", "Install Openvswitch with NSH/DPDK" and
+"BGPVPN plugin". Then you should be able to check "BGPVPN extensions" in OpenDaylight plugin section.
+
+Now the deploy button on fuel dashboard can be used to deploy the environment.
+
Feature and API usage guidelines and example
============================================
.. Describe with examples how to use specific features, provide API examples and details required to