db713fdf2d
Splits the install.d into source-install and package-install in order to allow building from a distro packaged version of ironic-python-agent. Change-Id: I17513c29efd8c199e07ac1ef20ea5d7456585413
26 lines
517 B
Plaintext
26 lines
517 B
Plaintext
{
|
|
"distro": {
|
|
"rhel": {
|
|
"tgt": "targetcli"
|
|
"ironic-python-agent": "openstack-ironic-python-agent"
|
|
},
|
|
"centos":{
|
|
"tgt": "scsi-target-utils"
|
|
"ironic-python-agent": "openstack-ironic-python-agent"
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"tgt": "scsi-target-utils"
|
|
"ironic-python-agent": "openstack-ironic-python-agent"
|
|
},
|
|
"debian": {
|
|
"tgt": "tgt"
|
|
}
|
|
},
|
|
"default": {
|
|
"tgt": "tgt"
|
|
"ironic-python-agent": "openstack-ironic-python-agent"
|
|
}
|
|
}
|