Don't install dmidecode on Fedora ppc64le

While Debian-based distros use the label of ppc64el for ppc64 little
endian, Fedora uses ppc64le.

The ironic-agent was doing arch specific package install of lshw over
dmidecode for ppc64 and ppc64el but was attempting to install dmidecode
on Fedora ppc64le which caused the test to fail due to a missing
package.

This change just adds ppc64le to the arch-specific package installation
description for the ironic-agent element.

Change-Id: I38c3c1480bbbb2df817856614e6b740a0c02723a
Closes-Bug: 1744944
This commit is contained in:
Tim Flink 2018-01-23 15:14:54 +01:00 committed by Ian Wienand
parent 9bfa45f0c8
commit f8bcc51b55
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ tgt:
curl:
# dmidecode does not exist for ppc* arches so we use lshw
dmidecode:
not-arch: ppc64,ppc64el
not-arch: ppc64,ppc64el,ppc64le
lshw:
ipmitool:
qemu-utils: