RETIRED, Fuel plugin for Network Node deployment integration
Go to file
OpenDev Sysadmins de311a2d9b 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:12 +00:00
deployment_scripts Initial commit 2015-10-29 14:20:01 +09:00
repositories Initial commit 2015-10-29 14:20:01 +09:00
.gitignore Initial commit 2015-10-29 14:20:01 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:12 +00:00
LICENSE Initial commit 2015-10-29 14:20:01 +09:00
README.md Initial commit 2015-10-29 14:20:01 +09:00
deployment_tasks.yaml Initial commit 2015-10-29 14:20:01 +09:00
environment_config.yaml Initial commit 2015-10-29 14:20:01 +09:00
metadata.yaml Initial commit 2015-10-29 14:20:01 +09:00
network_roles.yaml Initial commit 2015-10-29 14:20:01 +09:00
node_roles.yaml Initial commit 2015-10-29 14:20:01 +09:00
pre_build_hook Initial commit 2015-10-29 14:20:01 +09:00
volumes.yaml Initial commit 2015-10-29 14:20:01 +09:00

README.md

fuel-plugin-network-node

Fuel plugin to seperate the network agent on the their own nodes.

Summary

The plugin will disable the L3, metatdata and DHCP agents on the openstack controllers, and install and configure the agents on a new network-node role that is created.

Usage

The plugin must be installed and turned on prior to adding the controllers to the fuel environment to ensure that the deployment task are created correctly.

Building the Plugin

  1. Clone the fuel-plugin repo from:

    git clone https://github.com/p5ntangle/fuel-plugin-network-node

  2. Install the Fuel Plugin Builder:

    pip install fuel-plugin-builder

  3. Build Network Node Fuel plugin:

    fpb --build fuel-plugin-network-node/

  4. The network-plugin-<x.x.x>.rpm plugin package will be created in the plugin folder (fuel-plugin-network/).

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

    scp network-node-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp cd /tmp

  6. Install the Network Node plugin:

    fuel plugins --install network-plugin-<x.x.x>.rpm

  7. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.