![Nisha Brahmankar](/assets/img/avatar_default.png)
Copies "ironic-agent" element from DIB and addition of a new bash script to build the image using DIB. Change-Id: If392f793ed1b5d902b541fe89299648fae16e427 Task: 30072 Story: 2005114
34 lines
724 B
Plaintext
34 lines
724 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"tgt": "targetcli",
|
|
"curl": "curl",
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"qemu-utils": "qemu-img",
|
|
"python-dev": "python3-devel"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"tgt": "scsi-target-utils",
|
|
"curl": "curl",
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"qemu-utils": "qemu-img",
|
|
"python-dev": "python2-devel"
|
|
},
|
|
"debian": {
|
|
"tgt": "tgt",
|
|
"curl": "curl"
|
|
}
|
|
},
|
|
"default": {
|
|
"tgt": "tgt",
|
|
"curl": "curl",
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"qemu-utils": "qemu-utils",
|
|
"python-dev": "python-dev"
|
|
}
|
|
}
|