
- Change repo branches to point to stable/newton - Fix inject plugins script Change-Id: Ia3622f7123d79f59f9d45efeef7f6982b54f5038
BGPVPN Plugin for Fuel
BGPVPN plugin
Overview
This is the Fuel plugin for the networking-bgpvpn project.
Requirements
Requirement | Version/Comment |
---|---|
Mirantis OpenStack compatibility | 10.0 |
Recommendations
None.
Limitations
Installation Guide
BGPVPN plugin installation
-
Clone the fuel-plugin-bgpvpn repo from github:
git clone https://github.com/openstack/fuel-plugin-bgpvpn
-
Install the Fuel Plugin Builder:
pip install fuel-plugin-builder
-
Install the fpm gem:
gem install fpm
-
Build bgpvpn Fuel plugin:
fpb --build fuel-plugin-bgpvpn/
-
The bgpvpn-[x.x.x].rpm plugin package will be created in the plugin folder.
-
Move this file to the Fuel Master node with secure copy (scp):
scp bgpnvpn-[x.x.x].rpm root@<the_Fuel_Master_node_IP address>:/tmp
-
While logged in Fuel Master install the BGPVPN plugin:
fuel plugins --install bgpvpn-[x.x.x].rpm
-
Check if the plugin was installed successfully:
fuel plugins id | name | version | package_version ---|--------------|---------|---------------- 1 | bgpvpn | 0.1.0 | 3.0.0
-
Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
User Guide
Contributors
nikolas.hermanns@ericsson.com mskalski@mirantis.com tim.irnich@ericsson.com rski@intracom-telecom.com
Description