3 Commits

Author SHA1 Message Date
Cédric Jeanneret
86eab6ce8c Corrected default value for container_cli
Since Stein (OSP-15), we're using podman by default. We therefore must
reflect this in certmonger refresh secripts.

Change-Id: I377511aa0be7efbf58cd2a70e8b9a774bb679f61
2019-11-28 09:12:51 +01:00
Juan Antonio Osorio Robles
c5d8ed538a haproxy/certmonger: use container_cli to trigger HUP signal
We were using pkill, which would fail due to SELinux. Using the
container cli would be a better option. It's also more portable.

Change-Id: I6bf92bc1e74797d9132ae595af8929e67d439f43
Closes-Bug: #1821149
2019-03-21 10:13:07 +00:00
Juan Antonio Osorio Robles
bd9846062c Reload HAProxy when certificate is renewed
This is meant to fix the issue of the certificate renewal not
automatically restarting/reloading the haproxy service.

It's all done by a script that's installed by puppet.

Preferably this patch and the one pointed by this should merge at the
same time.

Co-Authored-By: Grzegorz Grasza <xek@redhat.com>
Needed-By: Id409899bf04e7f9f2653e6c48cfebd0a92ca2d08
Change-Id: I5d91f8d9b5cd4f86ae0511a69e58858c5dccd35d
2019-01-25 10:40:44 +01:00