001100e2e2
... but keep support for iscsistart used by iBFT. Change-Id: I8e892b505d39197dbfffc8d47408b4747679cc85
41 lines
859 B
Plaintext
41 lines
859 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
},
|
|
"centos": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"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"
|
|
}
|
|
}
|