Update git submodules

* Update kolla from branch 'master'
  - Merge "Fix MariaDB 10.3 upgrade"
  - Fix MariaDB 10.3 upgrade
    
    There are a couple of issues with the mariadb image currently.
    
    1. it doesn't include mysql_upgrade on CentOS/RHEL. It is necessary to
       run this after an upgrade of MariaDB. This is fixed by installing
       mariadb-server-utils.
    
    2. it inherits the standard dumb-init entrypoint from the base image,
       which includes a --single-child argument. That causes signals to be
       forwarded only to the process executed by dumb-init, which in the
       case of kolla-ansible is mysqld_safe, however mysqld_safe ignores
       SIGTERM. After a timeout, Docker then forcibly kills the container.
       Executing dumb-init without --single-child ensures the TERM signal is
       sent to mysqld, allowing it to shutdown gracefully.
    
    Change-Id: I1a450736721863b91be1ea3d3c8948990de9fdeb
    Closes-Bug: #1820325
This commit is contained in:
Zuul 2019-03-21 14:12:41 +00:00 committed by Gerrit Code Review
parent 010c581e4a
commit 43bc9387ab
1 changed files with 1 additions and 1 deletions

2
kolla

@ -1 +1 @@
Subproject commit f8976953bf1bf20ae3417d07fe9c52a12edcb399
Subproject commit bebfa70ad143aa0caf41104fe20f7d037dbc249d