ironic-python-agent-builder/dib/extra-hardware/pkg-map
Dmitry Tantsur 8adfcc65c6 Add an element to install python-hardware
Requires returning EPEL support because of some dependencies.

Co-Authored-By: Mark Goddard <mark@stackhpc.com>
Co-Authored-By: Will Szumski <will@stackhpc.com>
Change-Id: I8da33dabda34e626baf6e7895fc450973d0a8fef
2020-09-24 14:39:57 +02:00

18 lines
275 B
Plaintext

{
"release": {
"rhel": {
"8": {
"python-hardware": "python3-hardware-detect"
}
},
"centos": {
"8": {
"python-hardware": "python3-hardware-detect"
}
}
},
"default": {
"python-hardware": "python-hardware"
}
}