07367ece76
Remove duplicate items from pkg-map and uninstall build-time dependencies after building the image. Uninstall cloud-init, tuned and teamd in post-install since they may get pulled by other elements. Uninstall GObject components and mozjs which seem to be included. Remove non-existing cronie. Change-Id: I656c7524d8f543056194207fab371c6e313f9548
41 lines
800 B
Plaintext
41 lines
800 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"tgt": "target-restore",
|
|
"python": "python3",
|
|
"python-dev": "python3-devel"
|
|
}
|
|
},
|
|
"centos": {
|
|
"8": {
|
|
"tgt": "target-restore",
|
|
"python": "python3",
|
|
"python-dev": "python3-devel"
|
|
}
|
|
},
|
|
"ubuntu": {
|
|
"bionic": {
|
|
"python": "python3",
|
|
"python-dev": "python3-dev"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"tgt": "scsi-target-utils",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "openssl-devel",
|
|
"qemu-utils": "qemu-img",
|
|
"python-dev": "python-devel"
|
|
},
|
|
"debian": {
|
|
"python": "python3",
|
|
"python-dev": "python3-dev"
|
|
}
|
|
},
|
|
"default": {
|
|
"ironic-python-agent": "openstack-ironic-python-agent"
|
|
}
|
|
}
|