diskimage-builder/elements/ironic-agent/pkg-map
Om Kumar 9f46c3ba0c Adds Ubuntu and Debian to ironic-python-agent Support-list
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
2015-07-30 12:51:24 +00:00

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"
}
}