fb602da597d90f1472be45f0c893dbe4a72e4651
HAProxy Redis configuration contains the tcp-check section.
That tcp-check section is missing authentication response.
Auth request:
> tcp-check send AUTH\ password\r\n
Should be followed by:
> expect string +OK
This make sure we won't continue when auth was not suncesful.
Change-Id: Ia4d615a2a038f0b2e5e33f4b0eabe7f777a74145
Closes-Bug: #1843535
Team and repository tags
puppet-tripleo
Lightweight composition layer for Puppet TripleO.
Contributing
- Free software: Apache License (2.0)
- Source: http://git.openstack.org/cgit/openstack/puppet-tripleo
- Bugs: http://bugs.launchpad.net/tripleo (tag: puppet)
- Documentation:
- TripleO: https://docs.openstack.org/tripleo-docs/latest/
- Testing with puppet: https://docs.openstack.org/puppet-openstack-guide/latest/contributor/testing.html
- Release Notes https://docs.openstack.org/releasenotes/puppet-tripleo
Description