Reload haproxy if any configuration changes on HA
In some cases, for instance, when updating from a non-SSL setup in HAProxy to an SSL setup, we don't reload haproxy's configuration. This is problematic since we need HAProxy to serve the certificates and the new endpoints. This forces the reload when puppet notices changes. Change-Id: Ie1dd809e6beef33fadad48de55e488219fb7d686 Closes-Bug: #1636921
This commit is contained in:
parent
88c44f9f24
commit
c01acb0c49
@ -95,7 +95,7 @@ class tripleo::profile::base::haproxy (
|
||||
command => 'systemctl reload haproxy',
|
||||
path => ['/usr/bin', '/usr/sbin'],
|
||||
refreshonly => true,
|
||||
onlyif => 'pcs property | grep -q "maintenance-mode.*true"',
|
||||
onlyif => 'systemctl is-active haproxy | grep -q active',
|
||||
subscribe => Class['::haproxy']
|
||||
}
|
||||
Haproxy::Listen<||> ~> Exec['haproxy-reload']
|
||||
|
Loading…
x
Reference in New Issue
Block a user