Merge "Exclude acpid on Red Hat family DIB builds"

This commit is contained in:
Zuul 2020-03-25 19:34:36 +00:00 committed by Gerrit Code Review
commit 73fca169ab
2 changed files with 7 additions and 0 deletions

View File

@ -10,7 +10,12 @@ python-dev:
installtype: source
acl:
# Note: Red Hat family does not currently ship acpid for ppc64le.
# This sets up a pkg-map to exclude it for Red Hat family ppc64le arch
acpid-ppc64le:
arch: ppc64le, ppc64el
acpid:
arch: i386, amd64, arm64, s390x
apparmor:
apt-transport-https:
at:

View File

@ -22,6 +22,7 @@
"family": {
"redhat": {
"amphora-agent": "openstack-octavia-amphora-agent",
"acpid-ppc64le": "",
"netcat-openbsd": "nmap-ncat",
"netbase": "",
"cron": "",
@ -43,6 +44,7 @@
},
"default": {
"amphora-agent": "amphora-agent",
"acpid-ppc64le": "acpid",
"network-scripts": ""
}
}