9da0cf41d4
Bullseye requires installing lshw from backports because the default one has broken JSON output: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002025 Bookworm requires installing firmware from a different repository. Change-Id: I1bfecfcaff1547f99fcb48cc54b8f7ff77f0b0d9
47 lines
986 B
Plaintext
47 lines
986 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
},
|
|
"centos": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
},
|
|
"debian": {
|
|
"bullseye": {
|
|
"lshw": "lshw/bullseye-backports"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"genisoimage": "xorriso",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "openssl-devel",
|
|
"open-iscsi": "iscsi-initiator-utils",
|
|
"python-dev": "python3-devel",
|
|
"qemu-utils": "qemu-img"
|
|
},
|
|
"suse": {
|
|
"qemu-utils": "qemu",
|
|
"genisoimage": "mkisofs",
|
|
"gdisk": "gptfdisk",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "libopenssl-devel",
|
|
"python-dev": "python3-devel",
|
|
"git": "",
|
|
"man-db": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"python": "python3",
|
|
"python-dev": "python3-dev"
|
|
}
|
|
}
|