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]]
|
||||
name = "bash"
|
||||
|
||||
# Related RHBZ#2065734
|
||||
[[packages]]
|
||||
name = "ipa-client"
|
||||
version = "*"
|
||||
|
||||
[customizations.services]
|
||||
enabled = ["sshd"]
|
||||
|
||||
|
|
|
|||
|
|
@ -144,6 +144,11 @@ if [ -z "${LIBVIRT_IMAGE_URL}" ]; then
|
|||
name = "bp"
|
||||
description = "A base system"
|
||||
version = "0.0.1"
|
||||
|
||||
# Related RHBZ#2065734
|
||||
[[packages]]
|
||||
name = "ipa-client"
|
||||
version = "*"
|
||||
EOF
|
||||
|
||||
# Prepare the blueprint for the compose.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue