From 3f4eb4bbabbc6bc06f663abaaf60cc4573fb4fcd Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Mon, 18 Jan 2016 14:13:54 +0000 Subject: docs: Add initial documentation Change-Id: Ie08ee783093fcb4df91601aa3b2ee4b1b8468154 Signed-off-by: Billy O'Mahony --- docs/userguides/installation.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 docs/userguides/installation.rst (limited to 'docs/userguides/installation.rst') diff --git a/docs/userguides/installation.rst b/docs/userguides/installation.rst new file mode 100755 index 0000000..c2a0cd2 --- /dev/null +++ b/docs/userguides/installation.rst @@ -0,0 +1,21 @@ +============================= +Installing OVSNFV Fuel Plugin +============================= + +* On the Fuel UI, create a new environment. +* In Settings > Userspace OVS support, check "Userspace OVS support". +* Continue with environment configuration and deployment as normal. + +Upgrading the plugin +-------------------- + +From time to time new versions of the plugin may become available. + +The plugin cannot be upgraded if an active environment is using the plugin. + +In order to upgrade the plugin: + +* Copy the updated plugin file to the fuel-master. +* On the Fuel UI, reset the environment. +* On the Fuel CLI "fuel plugins --update " +* On the Fuel UI, re-deploy the environment. -- cgit 1.2.3-korg