RETIRED, Fuel plugin to detach HAproxy from controller role
Go to file
OpenDev Sysadmins d42177b7de 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:43 +00:00
deployment_scripts/puppet/manifests Initial commit with all files 2016-04-01 14:44:13 +02:00
repositories Initial commit with all files 2016-04-01 14:44:13 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:43 +00:00
LICENSE Initial commit with all files 2016-04-01 14:44:13 +02:00
README.md Initial commit with all files 2016-04-01 14:44:13 +02:00
deployment_tasks.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00
environment_config.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00
metadata.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00
network_roles.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00
node_roles.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00

README.md

fuel-plugin-detach-haproxy

Purpose

The main purpose of this plugin is to provide ability to deploy Load Balancer (Haproxy) separately from controllers.

Compatibility

Plugin version Fuel version
1.x.x Fuel-8.x
2.x.x Fuel-9.x

How to build plugin

  • Install fuel plugin builder (fpb)
  • Clone plugin repo and run fpb there:
git clone https://github.com/openstack/fuel-plugin-detach-haproxy
cd fuel-plugin-detach-haproxy
fpb --build .
  • Check if file detach_haproxy-*.noarch.rpm was created.

Known limitations

  • OSTF is not working

Configuration

No need to configure plugin. Just assign Haproxy roles to needed nodes. If you're using it along with External Load Balancer plugin for testing purposes, you also don't need to configure External Load Balancer plugin, it will be configured to use Haproxy nodes automaticaly.