RETIRED, Fuel plugin for PLUMgrid SDN network backend integration
Go to file
Muhammad Shahzeb 172011019e Improving Upgrade work flow for networking-plugmrid pip version
Change-Id: Icea48f09cdd4c331a3ddfcb411357cc1e9bedba1
Ticket: [SOL-1077]
Signed-off-by: Muhammad Shahzeb <mshahzeb@plumgrid.com>
2016-06-07 01:14:11 -07:00
deployment_scripts Improving Upgrade work flow for networking-plugmrid pip version 2016-06-07 01:14:11 -07:00
doc/plugin_guide Adding Removing / Adding Controllers to Expected Failures 2016-05-12 04:36:15 -07:00
repositories Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
specs Add Fuel PLUMgrid plugin spec 2016-03-21 01:48:36 -07:00
.gitreview Added .gitreview 2015-11-18 14:37:43 +00:00
LICENSE Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
README.md Update README with new repo name 2016-03-08 00:02:41 -08:00
deployment_tasks.yaml Make Edge & Gateway Deployment Sequential 2016-03-01 11:38:45 -08:00
environment_config.yaml Add OPSVM / CloudApex support for MOS7 2016-04-19 06:12:20 -07:00
metadata.yaml Add OPSVM / CloudApex support for MOS7 2016-04-19 06:12:20 -07:00
network_roles.yaml Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
node_roles.yaml Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
pre_build_hook Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
tasks.yaml Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00
volumes.yaml Initial Commit - Fuel PLUMgrid Plugin 2016-02-13 01:12:57 -08:00

README.md

PLUMgrid plugin for Mirantis Fuel

License

Copyright 2016 PLUMgrid Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

PLUMgrid Plugin

PLUMgrid is a core neutron networking plugin that has been a part of OpenStack neutron since Grizzly. It offers a Network Virtualization Platform that uses direct communication with the Hypervisor layer to provide all the networking functionality requested through Neutron APIs. It implements Neutron v2 APIs and helps configure L2/L3 virtual networks created through the PLUMgrid Platform. It also implements External Networks and Port Binding Extensions.

Building the plugin

  1. Clone the PLUMgrid Fuel plugin repository:

# git clone https://github.com/openstack/fuel-plugin-plumgrid

  1. Install Fuel Plugin Builder:

pip install fuel-plugin-builder

  1. Navigate to the cloned PLUMgrid Fuel plugin folder and build the plugin:

cd fuel-plugin-plumgrid/

fpb --build .

  1. The plumgrid-<x.x.x>.rpm plugin file will be created.

  2. Copy this file to the Fuel Master node with secure copy (scp):

scp plumgrid-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp

  1. On the Fuel Master node, Install the PLUMgrid plugin with:

cd /tmp fuel plugins --install plumgrid-<x.x.x>.rpm

  1. The plugin is now ready for use and can be enabled on the Settings tab, PLUMgrid Plugin section of the Fuel web UI.

Note: Contact PLUMgrid for an Installation Pack info@plumgrid.com (includes full/trial license, packages and deployment documentation)