Update overcloud-base element pkg-map

With this patch, we are removing yum_plugin_priorities_package and
python_ipaddr from overcloud-base element as a part of refactoring
to only support centos/rhel 8/9.

This repo have stable branches, so train builds should be using
stable/train of tripleo-puppet-elements.

Change-Id: Ica02244aedf4f4192f8aedfab82e41fdbca47e77
This commit is contained in:
Sandeep Yadav 2022-01-19 12:27:44 +05:30
parent a60be92dd6
commit fce5d94e02
3 changed files with 0 additions and 28 deletions

View File

@ -4,7 +4,6 @@ crudini
gdisk
podman
libreswan
python_ipaddr
openstack_selinux
net_snmp
numactl

View File

@ -1,22 +1,4 @@
{
"release": {
"rhel": {
"8": {
"yum_plugin_priorities_package": "",
"python_ipaddr": ""
}
},
"centos": {
"8": {
"yum_plugin_priorities_package": "",
"python_ipaddr": ""
},
"9": {
"yum_plugin_priorities_package": "",
"python_ipaddr": ""
}
}
},
"default": {
"aide": "aide",
"ansible_pacemaker": "ansible-pacemaker",
@ -24,11 +6,9 @@
"gdisk": "gdisk",
"podman": "podman",
"libreswan": "libreswan",
"python_ipaddr": "python-ipaddr",
"openstack_selinux": "openstack-selinux",
"net_snmp": "net-snmp",
"numactl": "numactl",
"yum_plugin_priorities_package": "yum-plugin-priorities",
"iptables_services": "iptables-services",
"tmpwatch": "tmpwatch",
"sysstat": "sysstat"

View File

@ -1,7 +0,0 @@
#!/bin/bash
set -e
set -o xtrace
if [[ "$DISTRO_NAME" == "centos7" || "$DISTRO_NAME" == "fedora" ]]; then
install-packages -m overcloud-base yum_plugin_priorities_package
fi