Skip to content

Commit

Permalink
Merge pull request #1086 from jordimassaguerpla/switch_refhead_to_sle…
Browse files Browse the repository at this point in the history
…_micro_podman

switch refhead to sle micro 5.5 and podman
  • Loading branch information
jordimassaguerpla authored Jan 23, 2024
2 parents 69cdc45 + 023b95e commit 061ed95
Showing 1 changed file with 8 additions and 2 deletions.
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"]

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

0 comments on commit 061ed95

Please sign in to comment.