Add missing packages to jenkins master.
These were installed outside of puppet. They are needed for devstack-gate. Change-Id: I09a8e6e545b24d146f98f01a62685d2debffdad5 Reviewed-on: https://review.openstack.org/14586 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
03e6c349b2
commit
4392f8d020
@ -78,6 +78,8 @@ class jenkins::master(
|
||||
|
||||
$packages = [
|
||||
'python-babel',
|
||||
'python-jenkins', # devstack-gate
|
||||
'python-sqlalchemy', # devstack-gate
|
||||
'ssl-cert',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user