Add sqlite3 CLI tools to Jenkins master.
To interact with the devstack-gate sqlite DB we need the sqlite3 CLI tool on the Jenkins master. Have puppet install this package for us. Change-Id: I53297b854dcf8897ecc932ed6506d1f77f7971ac Reviewed-on: https://review.openstack.org/14998 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
57d13bacfd
commit
cffec30027
@ -80,6 +80,7 @@ class jenkins::master(
|
|||||||
'python-babel',
|
'python-babel',
|
||||||
'python-sqlalchemy', # devstack-gate
|
'python-sqlalchemy', # devstack-gate
|
||||||
'ssl-cert',
|
'ssl-cert',
|
||||||
|
'sqlite3', # interact with devstack-gate DB
|
||||||
]
|
]
|
||||||
|
|
||||||
package { $packages:
|
package { $packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user