tripleo-puppet-elements/elements/overcloud-agent/pkg-map

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