Specify additional package in blueprint for tests
Related RHBZ#2065734
This commit is contained in:
parent
eba29c9007
commit
3d6256a89d
2 changed files with 10 additions and 0 deletions
|
|
@ -112,6 +112,11 @@ version = "0.0.1"
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "bash"
|
name = "bash"
|
||||||
|
|
||||||
|
# Related RHBZ#2065734
|
||||||
|
[[packages]]
|
||||||
|
name = "ipa-client"
|
||||||
|
version = "*"
|
||||||
|
|
||||||
[customizations.services]
|
[customizations.services]
|
||||||
enabled = ["sshd"]
|
enabled = ["sshd"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,11 @@ if [ -z "${LIBVIRT_IMAGE_URL}" ]; then
|
||||||
name = "bp"
|
name = "bp"
|
||||||
description = "A base system"
|
description = "A base system"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
|
# Related RHBZ#2065734
|
||||||
|
[[packages]]
|
||||||
|
name = "ipa-client"
|
||||||
|
version = "*"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Prepare the blueprint for the compose.
|
# Prepare the blueprint for the compose.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue