Add README.DPDK.md

Change-Id: Iebe4a88be4a5070017023cce59ee20586d34f59f
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
Guo Ruijing 2016-06-12 02:31:46 +08:00
parent 537bee446f
commit 0c3fa80b69
1 changed files with 26 additions and 0 deletions

26
demo/README.DPDK.md Normal file
View File

@ -0,0 +1,26 @@
Fuel OVS + DPDK Plugin Demo
===========================
Overview
--------
How to enable OVS + DPDK plugin in fuel 9.0
How to enalbe
-------------
1. ssh to the master node
2. Edit FEATURE_GROUPS field in /etc/nailgun/settings.yaml as:
FEATURE_GROUPS:
- "experimental"
3. Restart Nailgun
systemctl restart nailgun.
delete cluster nodes from fuel DB as fuel node --node-id 1,2 --delete-from-db --force.
Boot cluster nodes.
4. set OVS plugin
5. Follow document[1]
Related Documents
---------------
[1] http://github.com/openstack/fuel-specs/blob/master/specs/9.0/support-dpdk.rst