project-config/nodepool/elements/infra-package-needs/pkg-map
Ian Wienand 20d69256ff infra-package-needs: stub ntp for Fedora
ntp/ntpdate isn't a package on Fedora any more [1].  Make this like
centos 8 above and install chrony for time services.

[1] https://fedoraproject.org/wiki/Changes/NtpReplacement

Change-Id: I361059c6b62ea240b6fef5a61d254959622199d7
2021-06-15 19:43:31 +10:00

87 lines
2.0 KiB
Plaintext

{
"release": {
"centos": {
"8": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": ""
}
},
"ubuntu": {
"focal": {
"ntp": "",
"ntpdate": "",
"python-dev": ""
}
}
},
"distro": {
"fedora": {
"python3-dev": "python3-devel",
"iptables": "iptables-services",
"haveged": "haveged",
"ntp": "chrony",
"ntpdate": "",
"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",
"gnupg2": "app-crypt/gnupg",
"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": ""
}
}