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.