tripleo-puppet-elements/elements/overcloud-agent/pkg-map
Chandan Kumar (raukadah) 2ea13b72ce Disable yum-plugin-priorities elements for CentOS8
Since yum-plugin-priorities packages is a part of dnf so no
need to install otherwise DNF was complain saying no package found.

It also maps the same element for CentOS 8.

Change-Id: I01198752fc9d0bb532ca1898ab63bc628706a33e
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-02-21 17:30:47 +05:30

29 lines
509 B
Plaintext

{
"family": {
"debian": {
"os-collect-config": "python-os-collect-config"
}
},
"release": {
"fedora": {
"28": {
"python-heat-agent": "python3-heat-agent"
}
},
"rhel": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
},
"centos": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
}
},
"default": {
"os-collect-config": "os-collect-config",
"python-heat-agent": "python-heat-agent"
}
}