Merge "Install gear for python2 on zuul executors"

This commit is contained in:
Jenkins 2017-09-11 18:40:48 +00:00 committed by Gerrit Code Review
commit dddf50888c

View File

@ -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',