9f46c3ba0c
Adds support for Ubuntu and Debian to ironic-python-agent. This will enable building ramdisk with Ubuntu and Debian as base OS. Updated README to further clarify what the element does. Change-Id: I194f85b051974d8ccb197a0993a67761046cfe98
22 lines
275 B
Plaintext
22 lines
275 B
Plaintext
{
|
|
"distro": {
|
|
"rhel": {
|
|
"tgt": "targetcli"
|
|
},
|
|
"centos":{
|
|
"tgt": "scsi-target-utils"
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"tgt": "scsi-target-utils"
|
|
},
|
|
"debian": {
|
|
"tgt": "tgt"
|
|
}
|
|
},
|
|
"default": {
|
|
"tgt": "tgt"
|
|
}
|
|
}
|