Skip to content

Commit

Permalink
Merge pull request #1462 from SUSE/ion-use-5.0
Browse files Browse the repository at this point in the history
Ion: Use 5.0-released
  • Loading branch information
agraul authored Nov 12, 2024
2 parents 9eebbf8 + 8400d91 commit 6f6634d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terracumber_config/tf_files/SUSEManager-Test-Ion-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ provider "libvirt" {
module "cucumber_testsuite" {
source = "./modules/cucumber_testsuite"

product_version = "uyuni-released"
product_version = "5.0-released"

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down Expand Up @@ -124,13 +124,13 @@ module "cucumber_testsuite" {
mac = "aa:b2:93:01:00:40"
}
}
server = {
server_containerized = {
provider_settings = {
mac = "aa:b2:93:01:00:41"
memory = 12288
}
}
proxy = {
proxy_containerized = {
provider_settings = {
mac = "aa:b2:93:01:00:42"
}
Expand Down

0 comments on commit 6f6634d

Please sign in to comment.