Files
project-config/nodepool/elements/infra-package-needs/pkg-map
Clark Boylan a8a41f162f Install gpg tooling on dib images
This is particularly important for debuntu where we need working gpg for
apt and a missing gpg-agent is fatal. We install it globally so that
consistent tooling is available across systems.

Note everyone but suse seems to have a gnupg2 package. Suse calls it
gpg2.

Change-Id: I6c56e85db501f2c9d7c648e614f1efbaadc213a2
2020-04-03 13:30:26 -07:00

77 lines
1.9 KiB
Plaintext

{
"release": {
"centos": {
"8": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": ""
}
}
},
"distro": {
"fedora": {
"python3-dev": "python3-devel",
"iptables": "iptables-services",
"haveged": "haveged",
"redhat-rpm-config": "redhat-rpm-config",
"redhat-lsb-core": "redhat-lsb-core"
},
"gentoo": {
"build-essential": "",
"cron": "sys-process/cronie",
"curl": "net-misc/curl",
"dnsutils": "net-dns/bind-tools",
"gentoolkit": "app-portage/gentoolkit",
"git": "dev-vcs/git",
"iptables": "net-firewall/iptables",
"iputils-ping": "net-misc/iputils",
"ntp": "net-misc/ntp",
"ntpdate": "net-misc/ntp",
"python-dev": "",
"python3-dev": "",
"tox": "dev-python/tox",
"traceroute": "net-analyzer/traceroute",
"uuid-runtime": ""
}
},
"family": {
"redhat": {
"cron": "cronie",
"build-essential": "glibc-devel gcc make",
"dnsutils": "bind-utils",
"iproute2": "iproute",
"iputils-ping": "iputils",
"ntp": "ntp ntp-perl",
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": "",
"iptables": "iptables-services",
"haveged": ""
},
"suse": {
"build-essential": "glibc-devel gcc make",
"dnsutils": "bind-utils",
"git": "git-core",
"gnupg2": "gpg2",
"iputils-ping": "iputils",
"ntpdate": "",
"python-xml": "python-xml",
"python-dev": "python-devel",
"python3-dev": "python3-devel",
"python3": "python3",
"iptables": "iptables",
"uuid-runtime": "uuidd"
}
},
"default": {
"curl": "curl",
"iptables": "iptables-persistent",
"gentoolkit": "",
"redhat-rpm-config": "",
"redhat-lsb-core": "",
"python-xml": "",
"python3": "",
"tox": ""
}
}