RETIRED, Fuel plugin to enable and configure networking-bgpvpn component
Go to file
OpenDev Sysadmins c750852006 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:35 +00:00
deployment_scripts/puppet Integrate OpenStack Horizon support for BGPVPN 2017-01-27 12:40:36 +02:00
repositories import code 2015-12-10 11:15:36 +01:00
.gitignore Improve gitignore to clean git status after build 2017-01-09 14:58:25 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:35 +00:00
deployment_tasks.yaml Integrate OpenStack Horizon support for BGPVPN 2017-01-27 12:40:36 +02:00
environment_config.yaml Remove deployment time failure 2017-01-18 09:39:30 +02:00
metadata.yaml Uplift to Fuel 10 and OpenStack Newton 2017-01-17 15:20:10 +02:00
pre_build_hook Uplift to Fuel 10 and OpenStack Newton 2017-01-17 15:20:10 +02:00
README.md Uplift to Fuel 10 and OpenStack Newton 2017-01-17 15:20:10 +02:00

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

  1. Clone the fuel-plugin-bgpvpn repo from github:

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

     pip install fuel-plugin-builder
    
  3. Install the fpm gem:

     gem install fpm
    
  4. Build bgpvpn Fuel plugin:

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

  6. 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
    
  7. While logged in Fuel Master install the BGPVPN plugin:

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

     fuel plugins
    
     id | name         | version | package_version
     ---|--------------|---------|----------------
     1  | bgpvpn       | 0.1.0   | 3.0.0
    
  9. 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