From fd3af3c91bceb251ed7733b6ab5ec8d761971e77 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 13 Sep 2017 20:16:22 -0400 Subject: [PATCH] Add ansible dependencies to infra-package-needs Lets use zuul-worker element to install more ansible task dependencies. Change-Id: Icea27d0de8fce1275f5008e336f7b6711f353913 Signed-off-by: Paul Belanger --- nodepool/elements/zuul-worker/package-installs.yaml | 3 +++ nodepool/elements/zuul-worker/pkg-map | 12 +++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/nodepool/elements/zuul-worker/package-installs.yaml b/nodepool/elements/zuul-worker/package-installs.yaml index 15a3c1af15..efd0b23929 100644 --- a/nodepool/elements/zuul-worker/package-installs.yaml +++ b/nodepool/elements/zuul-worker/package-installs.yaml @@ -1 +1,4 @@ +# Ansible depends +apt-transport-https: libselinux-python: +python-apt: diff --git a/nodepool/elements/zuul-worker/pkg-map b/nodepool/elements/zuul-worker/pkg-map index e1a5bbf20d..f2eea87d89 100644 --- a/nodepool/elements/zuul-worker/pkg-map +++ b/nodepool/elements/zuul-worker/pkg-map @@ -1,13 +1,19 @@ { "family": { "debian": { - "libselinux-python": "" + "apt-transport-https": "apt-transport-https", + "libselinux-python": "", + "python-apt": "python-apt" }, "gentoo": { - "libselinux-python": "sys-libs/libselinux" + "apt-transport-https": "", + "libselinux-python": "sys-libs/libselinux", + "python-apt": "" }, "suse": { - "libselinux-python": "" + "apt-transport-https": "", + "libselinux-python": "", + "python-apt": "" } } }