From 4815bbbc9873d2351ae97a9e7b0f52c409c8f2bc Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 27 Jul 2018 15:24:06 -0700 Subject: [PATCH] Install openstacksdk on zuul executors For use in uploading logs to swift. Change-Id: I1302d960951b9358cd5d4c878194e9ad68036076 --- manifests/executor.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/executor.pp b/manifests/executor.pp index f54d40e..df33d44 100644 --- a/manifests/executor.pp +++ b/manifests/executor.pp @@ -51,6 +51,13 @@ class zuul::executor ( require => Class['::pip::python3'], } + # openstacksdk is used by the swift role in zuul-jobs + package { 'openstacksdk': + ensure => latest, + provider => 'pip3', + require => Class['pip'], + } + if ($::operatingsystem == 'Ubuntu') and ($::operatingsystemrelease >= '16.04') { # This is a hack to make sure that systemd is aware of the new service # before we attempt to start it.