Skip to content

Commit

Permalink
Update Uyuni-Master-tests-code-coverage.tf (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored Sep 5, 2024
1 parent b146954 commit 654fa6e
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,16 @@ module "cucumber_testsuite" {
cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD

images = ["rocky8o", "opensuse155o", "ubuntu2204o", "sles15sp4o"]
images = ["rocky8o", "opensuse155o", "leapmicro55o", "ubuntu2204o", "sles15sp4o"]

use_avahi = false
name_prefix = "suma-codecov-"
domain = "mgr.prv.suse.net"
from_email = "root@suse.com"

container_server = true
container_proxy = true

mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
use_mirror_images = true

Expand All @@ -129,22 +132,29 @@ module "cucumber_testsuite" {
vcpu = 6
}
}
server = {
server_containerized = {
provider_settings = {
mac = "aa:b2:92:04:00:f1"
memory = 65536
vcpu = 6
}
main_disk_size = 400
login_timeout = 28800
runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers_leap_15.6"
container_tag = "latest"
helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/charts/uyuni/server"
}
proxy = {
proxy_containerized = {
provider_settings = {
mac = "aa:b2:92:04:00:f2"
memory = 16384
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers_leap_15.6"
container_tag = "latest"
}
suse-minion = {
image = "opensuse155o"
Expand Down Expand Up @@ -202,6 +212,15 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}
dhcp-dns = {
name = "dhcp-dns"
image = "opensuse155o"
hypervisor = {
host = "screwdriver.mgr.prv.suse.net"
user = "root"
private_key = file("~/.ssh/id_rsa")
}
}
kvm-host = {
image = "opensuse155o"
name = "min-kvm"
Expand All @@ -217,7 +236,7 @@ module "cucumber_testsuite" {
}

provider_settings = {
pool = "default"
pool = "ssd"
network_name = null
bridge = "br1"
additional_network = "192.168.112.0/24"
Expand Down

0 comments on commit 654fa6e

Please sign in to comment.