Skip to content

Commit

Permalink
switch refhead to sle micro 5.5 and podman
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <[email protected]>
  • Loading branch information
jordimassaguerpla committed Jan 23, 2024
1 parent b19deeb commit 1769fcd
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,7 @@ 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"]

use_avahi = false
name_prefix = "suma-refhead-"
Expand All @@ -131,12 +131,18 @@ 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"
repository_disk_size = 150
database_disk_size = 50
}
proxy = {
provider_settings = {
Expand Down

0 comments on commit 1769fcd

Please sign in to comment.