Remove architecture rules on lshw dependency in ironic-agent
There's a patch in flight in ironic-python-agent to switch the default hardware manager to use lshw instead of dmidecode. [0] This would require lshw to be installed regardless of architecture. This patch removes the architecture rules from lshw in the package-installs list. [0] Ie370331df6bb5ef131c5cb60f458877e2a7ad71a Change-Id: Idaf05b8efce28cd0cbf339cf693db4f55a693d9b Partial-Bug: #1715790
This commit is contained in:
parent
7470ee26e0
commit
7054a71f7d
@ -4,7 +4,6 @@ curl:
|
|||||||
dmidecode:
|
dmidecode:
|
||||||
not-arch: ppc64,ppc64el
|
not-arch: ppc64,ppc64el
|
||||||
lshw:
|
lshw:
|
||||||
arch: ppc64, ppc64el
|
|
||||||
ipmitool:
|
ipmitool:
|
||||||
qemu-utils:
|
qemu-utils:
|
||||||
gcc:
|
gcc:
|
||||||
|
Loading…
Reference in New Issue
Block a user