Merge "Install gear for python2 on zuul executors"
This commit is contained in:
commit
dddf50888c
@ -1177,6 +1177,14 @@ node /^ze\d+\.openstack\.org$/ {
|
||||
|
||||
class { '::zuul::executor': }
|
||||
|
||||
# This is used by the log job submission playbook which runs under
|
||||
# python2
|
||||
package { 'gear':
|
||||
ensure => latest,
|
||||
provider => openstack_pip,
|
||||
require => Class['pip'],
|
||||
}
|
||||
|
||||
file { '/var/lib/zuul/ssh/nodepool_id_rsa':
|
||||
owner => 'zuul',
|
||||
group => 'zuul',
|
||||
|
Loading…
Reference in New Issue
Block a user