From 318aadb0956fe598ab8d405682976bfc7276e324 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 19 Mar 2019 14:40:43 -0700 Subject: [PATCH] Install gear into executor Ansible environment This is required by the subunit/logstash jobs Change-Id: I73fff8fa61497eaf174a3a2bbd207c76b3c6915b --- manifests/executor.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/executor.pp b/manifests/executor.pp index cf28659..63f5bc5 100644 --- a/manifests/executor.pp +++ b/manifests/executor.pp @@ -42,6 +42,7 @@ class zuul::executor ( exec { 'zuul_manage_ansible': command => 'zuul-manage-ansible', + environment => ['ANSIBLE_EXTRA_PACKAGES=gear'], path => '/usr/local/bin:/usr/bin:/bin/', subscribe => Exec['install_zuul'], refreshonly => true,