diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-01-29 21:22:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-29 21:22:46 +0000 |
commit | 4aa1ce14bb812da904f65e8c8f6e6a92053a41e3 (patch) | |
tree | 7efd6931897c4c3674dcdb1b6c62d6443998097b /docs/userguides/installation.rst | |
parent | 31694463288aebc06bfd5b4a75d934af4124dd0f (diff) | |
parent | 3f4eb4bbabbc6bc06f663abaaf60cc4573fb4fcd (diff) |
Merge "docs: Add initial documentation"
Diffstat (limited to 'docs/userguides/installation.rst')
-rwxr-xr-x | docs/userguides/installation.rst | 21 |
1 files changed, 21 insertions, 0 deletions
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 <fuel-plugin-file>" +* On the Fuel UI, re-deploy the environment. |