RETIRED, Fuel plugin to deploy OVS with NSH and DPDK
Go to file
Alexandru Avadanii 8736c8f6e6 Multiarch: Arch-qualify DEB binary archives
Append "_amd64" (or "_arm64" for binaries built on AArch64) to
the names of plugin archives containing DEB binaries.
E.g. <ovs-dpdk.tar.gz> for <amd64> becomes <ovs-dpdk_amd64.tar.gz>

Change-Id: Ib54e56ad9cc764cf4260b72236e306aaa8857c0e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-25 20:23:54 +01:00
demo Fix slave reboot issue 2017-01-18 14:05:30 -08:00
deployment_scripts Multiarch: Arch-qualify DEB binary archives 2017-01-25 20:23:54 +01:00
ovs_build Multiarch: Arch-qualify DEB binary archives 2017-01-25 20:23:54 +01:00
vagrant Rebase to fuel 10.0 2016-10-31 17:50:47 -04:00
.gitignore Add .gitignore 2016-04-22 10:37:13 +08:00
.gitreview Added .gitreview 2015-10-27 12:52:25 +00:00
LICENSE Implement: Fuel install OVS with NSH/DPDK 2015-11-15 21:42:01 +08:00
README.md support fuel 9.0 2016-04-28 16:37:18 +08:00
deployment_tasks.yaml Installing same ovs version on the controller 2016-11-07 12:28:15 +01:00
environment_config.yaml Installing same ovs version on the controller 2016-11-07 12:28:15 +01:00
metadata.yaml Rebase to fuel 10.0 2016-10-31 17:50:47 -04:00
pre_build_hook AArch64: Add native build support 2017-01-25 20:23:54 +01:00
tasks.yaml refactor scripts and update NSH patch 2016-05-24 08:06:51 +00:00

README.md

Openvswitch Plugin for Fuel

Openvswitch plugin

Overview

Fuel plugin fuel-plugin-ovs is developed to deploy OVS with NSH + DPDK

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 9.0

Recommendations

None.

Limitations

None.

Installation Guide

Openvswitch plugin installation

  1. Clone the fuel-plugin-ovs repo from stackforge:

     git clone https://github.com/openstack/fuel-plugin-ovs
    
  2. Install the Fuel Plugin Builder:

     pip install fuel-plugin-builder
    
  3. Build Openvswitch Fuel plugin:

     fpb --build fuel-plugin-ovs/
    
  4. The fuel-plugin-ovs-[x.x.x].rpm plugin package will be created in the plugin folder.

  5. Move this file to the Fuel Master node with secure copy (scp):

     scp fuel-plugin-ovs-[x.x.x].rpm root@<the_Fuel_Master_node_IP address>:/tmp
    
  6. While logged in Fuel Master install the Openvswitch plugin:

     fuel plugins --install fuel-plugin-ovs-[x.x.x].rpm
    
  7. Check if the plugin was installed successfully:

     fuel plugins
    
     id | name            | version | package_version
     ---|-----------------|---------|----------------
     1  | fuel-plugin-ovs | 0.9.0   | 4.0.0
    
  8. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.

User Guide

Openvswitch plugin configuration

  1. Create a new environment with the Fuel UI wizard.
  2. Click on the Settings tab of the Fuel web UI.
  3. Scroll down the page, select the plugin checkbox.

Build options

It is possible to modify process of building plugin by setting environment variables. Look into pre_build_hook file for more details.

Dependencies

If you plan to use plugin in environment without internet access or/and CentOS environment modify build command:

 INCLUDE_DEPENDENCIES=true fpb --build fuel-plugin-ovs/

Pre build script will try download required dependencies so it become part of the compiled plugin.

Note: List of packages for ubuntu and centos may need to be modified if packages in centos or ubuntu repositories will change.

Testing

None.

Known issues

None.

Development

The OpenStack Development Mailing List is the preferred way to communicate, emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][ovs].

Reporting Bugs

Bugs should be filled on the Launchpad fuel-plugins project (not GitHub) with the tag ovs.

Contributing

If you would like to contribute to the development of this Fuel plugin you must follow the OpenStack development workflow.

Patch reviews take place on the OpenStack gerrit system.

Contributors