RHEL-86/EC2 SAP: install @Server package group

Related to https://bugzilla.redhat.com/show_bug.cgi?id=2074107
This commit is contained in:
Tomas Hozza 2022-04-20 15:20:34 +02:00 committed by Tomáš Hozza
parent 4bba54b1b3
commit 54ba98f8c1
2 changed files with 2708 additions and 12 deletions

View file

@ -510,6 +510,8 @@ func rhelEc2HaPackageSet(t *imageType) rpmmd.PackageSet {
func rhelEc2SapPackageSet(t *imageType) rpmmd.PackageSet {
ec2SapPackageSet := ec2CommonPackageSet(t)
ec2SapPackageSet.Include = append(ec2SapPackageSet.Include,
// RHBZ#2074107
"@Server",
// SAP System Roles
// https://access.redhat.com/sites/default/files/attachments/rhel_system_roles_for_sap_1.pdf
"ansible",

File diff suppressed because it is too large Load diff