Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch refhead to sle micro 5.5 and podman #1086

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions terracumber_config/tf_files/SUSEManager-Head-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ module "cucumber_testsuite" {
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD

images = ["rocky8o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]
images = ["rocky8o", "opensuse155o", "sles15sp4o", "ubuntu2204o", "slemicro55-ign"]
jordimassaguerpla marked this conversation as resolved.
Show resolved Hide resolved

container_server = true

use_avahi = false
name_prefix = "suma-refhead-"
Expand All @@ -131,12 +133,16 @@ module "cucumber_testsuite" {
memory = 2048
}
}
server = {
server_containerized = {
image = "slemicro55-ign"
provider_settings = {
mac = "aa:b2:93:01:00:c1"
vcpu = 4
memory = 16384
}
login_timeout = 28800
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0"
}
proxy = {
provider_settings = {
Expand Down
Loading