Add mariadb client binaries to kolla-toolbox
The kolla-toolbox container contains ansible which has the mysql_db module which helps on various mysql tasks such as db creation. The mysql_db module requires certain mysql binaries in order to accomplish tasks such as restoring a database from a dump. This change adds those client libraries which weren't previously included in the container. Change-Id: I6516838381bf9327c8901fc4c32ebd5151fb053f Signed-off-by: Stephan Michaud <michauds90@gmail.com> Closes-Bug: #1616155
This commit is contained in:
parent
ed678a829a
commit
29c542186b
@ -17,6 +17,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
'libxslt-devel',
|
'libxslt-devel',
|
||||||
'MariaDB-devel',
|
'MariaDB-devel',
|
||||||
'MariaDB-shared',
|
'MariaDB-shared',
|
||||||
|
'MariaDB-client',
|
||||||
'openssl-devel',
|
'openssl-devel',
|
||||||
'python-devel',
|
'python-devel',
|
||||||
'openssh-clients'
|
'openssh-clients'
|
||||||
@ -32,6 +33,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
'jq',
|
'jq',
|
||||||
'libffi-dev',
|
'libffi-dev',
|
||||||
'libmariadbclient-dev',
|
'libmariadbclient-dev',
|
||||||
|
'mariadb-client',
|
||||||
'libssl-dev',
|
'libssl-dev',
|
||||||
'libxslt1-dev',
|
'libxslt1-dev',
|
||||||
'python-dev'
|
'python-dev'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user