RHEL-9.0: add EC2 SAP image definition.

The image is not available via Weldr API, because it requires RHUI
client RPMs.

The content and configuration is based on RHEL-8.6 EC2 SAP image, since
there is no definition for the RHEL-9 SAP image yet.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2021-09-21 10:01:36 +02:00 committed by Tom Gundersen
parent 7c6c67ef98
commit 0e90217fcc
8 changed files with 250 additions and 2 deletions

View file

@ -87,6 +87,7 @@ func GetDefaultConfig() *ComposerConfigFile {
ImageTypeDenyList: []string{
"ec2",
"ec2-ha",
"ec2-sap",
},
},
},

View file

@ -47,6 +47,7 @@ func TestDefaultConfig(t *testing.T) {
[]string{
"ec2",
"ec2-ha",
"ec2-sap",
},
},
},