Install gear for python2 on zuul executors
We need to be able to use it from a module on the executors. Change-Id: If4e84deb6abdd34bc6e2850f72d375daf04373d0
This commit is contained in:
parent
08583ae0e3
commit
c70233113d
@ -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