distro: add cloud-init to VMDK image on RHEL-85/86/90
Install `cloud-init` by default on the VMDK image on RHEL-85/86/90 and as a result also CentOS Stream 8/9. Regenerate image test cases. Signed-off-by: Tomas Hozza <thozza@redhat.com> test cases fixup
This commit is contained in:
parent
fd49ed9a07
commit
c6507c21b9
8 changed files with 2947 additions and 9 deletions
|
|
@ -304,11 +304,17 @@ func vhdCommonPackageSet(t *imageType) rpmmd.PackageSet {
|
|||
func vmdkCommonPackageSet(t *imageType) rpmmd.PackageSet {
|
||||
return rpmmd.PackageSet{
|
||||
Include: []string{
|
||||
"@core", "chrony", "firewalld", "langpacks-en", "open-vm-tools",
|
||||
"@core",
|
||||
"chrony",
|
||||
"cloud-init",
|
||||
"firewalld",
|
||||
"langpacks-en",
|
||||
"open-vm-tools",
|
||||
"selinux-policy-targeted",
|
||||
},
|
||||
Exclude: []string{
|
||||
"dracut-config-rescue", "rng-tools",
|
||||
"dracut-config-rescue",
|
||||
"rng-tools",
|
||||
},
|
||||
}.Append(bootPackageSet(t))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue