RETIRED, Fuel plugin to detach HAproxy from controller role
Go to file
Aleksandr Didenko 6b089ec99c Disable haproxy-vip colocation
We no longer need it since haproxy service does not migrate along
with VIPs, it's running on all needed roles.

Change-Id: I217b13391d10376e5c658b59c5aa3ee8df7c8d2c
2016-09-05 17:04:16 +02:00
deployment_scripts/puppet/manifests Disable haproxy-vip colocation 2016-09-05 17:04:16 +02:00
repositories Initial commit with all files 2016-04-01 14:44:13 +02:00
.gitreview Added .gitreview 2016-03-21 06:24:10 +00:00
LICENSE Initial commit with all files 2016-04-01 14:44:13 +02:00
README.md Update compatibility table in docs 2016-05-11 17:44:06 +02:00
deployment_tasks.yaml Fix ordeting for standalone-haproxy-mysqld-status 2016-07-28 14:44:48 +02:00
environment_config.yaml Initial commit with all files 2016-04-01 14:44:13 +02:00
metadata.yaml Support for fuel-9.0 2016-04-27 11:45:09 +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
tasks.yaml Add empty tasks.yaml 2016-05-18 15:51:57 +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 Branch Fuel version
1.x.x stable/8.0 Fuel-8.x
2.x.x stable/mitaka 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.