test: Install package sssd in all edge images for BZ#2088459

This commit is contained in:
Xiaofeng Wang 2022-05-24 10:11:51 +08:00 committed by Achilleas Koutsou
parent a5a1611335
commit 9a66ffa78b
5 changed files with 40 additions and 0 deletions

View file

@ -370,6 +370,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[customizations.user]] [[customizations.user]]
name = "admin" name = "admin"
description = "Administrator account" description = "Administrator account"
@ -618,6 +622,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[packages]] [[packages]]
name = "wget" name = "wget"
version = "*" version = "*"

View file

@ -288,6 +288,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[customizations.kernel] [customizations.kernel]
name = "kernel-rt" name = "kernel-rt"
@ -549,6 +553,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[packages]] [[packages]]
name = "wget" name = "wget"
version = "*" version = "*"

View file

@ -290,6 +290,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[customizations.user]] [[customizations.user]]
name = "admin" name = "admin"
description = "Administrator account" description = "Administrator account"
@ -466,6 +470,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[packages]] [[packages]]
name = "wget" name = "wget"
version = "*" version = "*"

View file

@ -340,6 +340,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[customizations.kernel] [customizations.kernel]
name = "kernel-rt" name = "kernel-rt"
@ -782,6 +786,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[packages]] [[packages]]
name = "wget" name = "wget"
version = "*" version = "*"

View file

@ -310,6 +310,10 @@ groups = []
[[packages]] [[packages]]
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
EOF EOF
# RHEL 8.5 and later support user configuration in blueprint for edge-commit image # RHEL 8.5 and later support user configuration in blueprint for edge-commit image
@ -472,6 +476,10 @@ groups = []
name = "python3" name = "python3"
version = "*" version = "*"
[[packages]]
name = "sssd"
version = "*"
[[packages]] [[packages]]
name = "wget" name = "wget"
version = "*" version = "*"