Files
octavia/elements/amphora-agent/pkg-map
Gregory Thiemonge e4c76108eb Add explicitly vim-minimal in CentOS-based images
CentOS-9-Stream doesn't include any editor in the base image, map
vim-tiny to vim-minimal so we get at least one editor (and the terminfo
package that is helpful when using top).

Change-Id: Ibf85f279a9d0440dd6134e58f4d4f718407a277f
2022-05-17 10:26:29 +02:00

74 lines
1.8 KiB
Plaintext

{
"release": {
"rhel": {
"8": {
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "python3-virtualenv",
"python3": "python36",
"vlan": "",
"screen": "",
"dkms": ""
},
"9": {
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "",
"python3": "python39",
"vlan": "",
"screen": "",
"dkms": "",
"network-scripts": ""
}
},
"centos": {
"8": {
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "python3-virtualenv",
"python3": "python36",
"vlan": "",
"screen": "",
"dkms": ""
},
"9-stream": {
"isc-dhcp-client": "dhcp-client",
"python3-dev": "platform-python-devel",
"python3-venv": "",
"python3": "python39",
"vlan": "",
"screen": "",
"dkms": "",
"network-scripts": ""
}
}
},
"family": {
"redhat": {
"amphora-agent": "openstack-octavia-amphora-agent",
"acpid-ppc64le": "",
"netcat-openbsd": "nmap-ncat",
"netbase": "",
"cron": "cronie",
"ifenslave": "",
"iputils-tracepath": "",
"cloud-guest-utils": "cloud-utils-growpart",
"apparmor": "",
"dmeventd": "",
"isc-dhcp-client": "dhclient",
"uuid-runtime": "",
"ubuntu-cloudimage-keyring": "",
"vim-tiny": "vim-minimal",
"apt-transport-https": "",
"pollinate": "",
"ifupdown": "",
"network-scripts": "network-scripts"
}
},
"default": {
"amphora-agent": "amphora-agent",
"acpid-ppc64le": "acpid",
"network-scripts": ""
}
}