8ae51276c4
This change implements CentOS7 and Ubuntu 16.04 support for the HAProxy role. Because RHEL does not package HATop the installation of HATop has been moved to a source installation so that it can be used universally. Implements: blueprint multi-platform-host Change-Id: Ib4f33185202b694b9611cc5fd6323c30a1c8d489 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
11 lines
679 B
YAML
11 lines
679 B
YAML
---
|
|
features:
|
|
- CentOS 7 and Ubuntu 16.04 support have been added to the ``haproxy`` role.
|
|
- The ``haproxy`` role installs *hatop* from source to ensure that the same operator
|
|
tooling is available across all supported distributions. The download URL for
|
|
the source can be set using the variable ``haproxy_hatop_download_url``.
|
|
upgrade:
|
|
- Within the ``haproxy`` role *hatop* has been changed from a package installation
|
|
to a source-based installation. This has been done to ensure that the same operator
|
|
tooling is available across all supported distributions. The download URL for
|
|
the source can be set using the variable ``haproxy_hatop_download_url``. |