Files
octavia/elements/amphora-agent/pkg-map
Michael Johnson 81ed1334d2 Exclude acpid on Red Hat family DIB builds
Red Hat/centos do not ship acpid for ppc64le, but others do.
This patch sets up a package map for DIB to exclude the acpid
package on Red Hat family image builds, while allowing it for the
other distros.

Change-Id: Iaef520e5f2a66833228e824ec4fb41f5915169af
2020-03-23 09:27:10 -07:00

51 lines
1.1 KiB
Plaintext

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