From f8bcc51b554bd26fe0a184432b2ad5d4f79f05b0 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 23 Jan 2018 15:14:54 +0100 Subject: [PATCH] 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 --- diskimage_builder/elements/ironic-agent/package-installs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskimage_builder/elements/ironic-agent/package-installs.yaml b/diskimage_builder/elements/ironic-agent/package-installs.yaml index 59157828a..c4b9fe226 100644 --- a/diskimage_builder/elements/ironic-agent/package-installs.yaml +++ b/diskimage_builder/elements/ironic-agent/package-installs.yaml @@ -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: