diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2017-02-27 10:44:25 +0000 |
---|---|---|
committer | Billy O'Mahony <billy.o.mahony@intel.com> | 2017-02-27 10:58:11 +0000 |
commit | 925f84b6875ba8543f97eaca8664c4ebb9a6bf81 (patch) | |
tree | f81023aecf69c2b8fd5885698ece02b62d08fb28 /docs/configguide | |
parent | 68444d67424763ad483df9c02732847e243c4887 (diff) |
Migrate docs to the new Danube dir structure.
Change-Id: If749fa744c29b8a6895d0e420333ce6b6c28ea72
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Diffstat (limited to 'docs/configguide')
-rwxr-xr-x | docs/configguide/featureconfig.rst | 37 | ||||
-rw-r--r-- | docs/configguide/index.rst | 14 |
2 files changed, 0 insertions, 51 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst deleted file mode 100755 index 093f236..0000000 --- a/docs/configguide/featureconfig.rst +++ /dev/null @@ -1,37 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors - -Installing OVSNFV Fuel Plugin -============================= - -* On the Fuel UI, create a new environment. -* Assign nodes as normal. -* In Settings > Compute, ensure KVM is selected which is required to enable DPDK on nodes' interfaces. -* On the compute nodes' interface settings enable DPDK on the interface running the - private network. -* *Do not enable DPDK on the control nodes.* -* In Settings > Other - * Enable "Install Openvswitch with NSH/DPDK" - * Enable "Install DPDK" - * Disable "Install NSH" -* In Nodes, for each compute node: - * Reserve some memory for DPDK hugepages - typically 128-512MB per NUMA node. - * Reserve some memory for Nova hugepages - typically 70-90% of total memory. - * Pin DPDK cores - typically 2. -* 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. diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst deleted file mode 100644 index 70bb4a4..0000000 --- a/docs/configguide/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors - -============================== -OVSNFV Guides and Installation -============================== - -.. toctree:: - :numbered: - :maxdepth: 3 - - featureconfig.rst - |