tripleo-heat-templates/deployment/database
Damien Ciabrini 8437f6c9cd ensure /var/run/redis is present upon reboot
/var/run is mounted as a tmpfs, which means /var/run/redis
disappears on reboot. Since podman doesn't try to recreate a
directory if it doesn't exist, containerized redis cannot
be restarted because one of its bind mount is missing.

Force the creation of /var/run/redis after every reboot, with
default permissions. On container restart, Kolla will chown and
chmod the directory to the proper value.

Change-Id: I36c81f58c3b3e9366212a93f73b6212cca4ea569
Closes-Bug: #1826554
Depends-On: Iaa8a99eb9ced21fb6c7c87c5b56dec55383af9a9
(cherry picked from commit 75361e66b0)
2019-05-01 14:46:42 +00:00
..
mysql-base.yaml Merge "Request certificate for using host service principals" 2019-03-14 07:54:06 +00:00
mysql-client.yaml flatten database service MySQL Client 2019-01-30 09:38:32 -05:00
mysql-container-puppet.yaml Only attempt to start previous MariaDB if the image is available 2019-03-20 16:01:29 +01:00
mysql-pacemaker-puppet.yaml Move containers-common.yaml into deployment 2019-04-14 18:15:12 -04:00
redis-base-puppet.yaml flatten database service Redis 2019-03-01 10:58:31 -05:00
redis-container-puppet.yaml ensure /var/run/redis is present upon reboot 2019-05-01 14:46:42 +00:00
redis-pacemaker-puppet.yaml ensure /var/run/redis is present upon reboot 2019-05-01 14:46:42 +00:00