Merge "Apply stop period for paunch-managed stateful svcs"

This commit is contained in:
Zuul 2019-02-27 19:02:53 +00:00 committed by Gerrit Code Review
commit 814cf04b82
5 changed files with 6 additions and 1 deletions

View File

@ -127,6 +127,7 @@ outputs:
command: ['/bin/bash', '-c', 'chown -R qdrouterd:qdrouterd /var/log/qdrouterd']
qdrouterd:
start_order: 1
stop_grace_period: 60
image: *qdrouterd_image
net: host
user: qdrouterd

View File

@ -242,6 +242,7 @@ outputs:
- {get_param: [DefaultPasswords, rabbit_cookie]}
rabbitmq:
start_order: 2
stop_grace_period: 60
image: *rabbitmq_image
net: host
privileged: false

View File

@ -242,6 +242,7 @@ outputs:
- {get_param: [DefaultPasswords, rabbit_cookie]}
rabbitmq:
start_order: 2
stop_grace_period: 60
image: *rabbitmq_image
net: host
privileged: false

View File

@ -98,7 +98,7 @@ outputs:
config_image: &mysql_config_image {get_param: DockerMysqlConfigImage}
kolla_config:
/var/lib/kolla/config_files/mysql.json:
command: /usr/bin/mysqld_safe
command: /usr/libexec/mysqld --user=mysql
config_files:
- source: "/var/lib/kolla/config_files/src/*"
dest: "/"
@ -191,6 +191,7 @@ outputs:
- {get_param: [DefaultPasswords, mysql_root_password]}
mysql:
start_order: 2
stop_grace_period: 60
image: *mysql_image
restart: unless-stopped
net: host

View File

@ -113,6 +113,7 @@ outputs:
command: ['/bin/bash', '-c', 'chown -R redis:redis /var/log/redis']
- redis:
start_order: 1
stop_grace_period: 60
image: *redis_image
net: host
privileged: false