Debian Bullseye is EOL since a year now and its default python version is 3.9 which is incompatible with Ironic Python Agent. This patch removes its support. Change-Id: I057de3d4773132c535e935b48a6c7b1bdd434af2 Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
42 lines
914 B
Plaintext
42 lines
914 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"9": {
|
|
"python": "python3.12",
|
|
"python-dev": "python3.12-devel"
|
|
}
|
|
},
|
|
"centos": {
|
|
"9-stream": {
|
|
"python": "python3.12",
|
|
"python-dev": "python3.12-devel"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|