f0f3e3bac4
This allows nodes with remote devices configured via iBFT to be correctly used during Ironic introspection and deployment, at least for non-multipath configurations. The new element is added as a dependency for ironic-agent. Change-Id: If3dac6504d26535593f12e851092065b688ef696
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"iscsi_package": "iscsi-initiator-utils"
|
|
},
|
|
"gentoo": {
|
|
"iscsi_package": "sys-block/open-iscsi"
|
|
}
|
|
},
|
|
"default": {
|
|
"iscsi_package": "open-iscsi"
|
|
}
|
|
}
|