Skip to content

Commit

Permalink
Revert "Ignore debian and rock"
Browse files Browse the repository at this point in the history
Let's try it

This reverts commit 852b048.
  • Loading branch information
jordimassaguerpla committed Oct 16, 2023
1 parent 852b048 commit 4d68572
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions terracumber_config/tf_files/SUSE-Manager-4.3-PR-tests-env5.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ module "cucumber_testsuite" {
mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
use_mirror_images = true

// images = ["rocky9o", "opensuse154o", "sles15sp4o", "ubuntu2204o"]
images = ["opensuse154o", "sles15sp4o"]
images = ["rocky9o", "opensuse154o", "sles15sp4o", "ubuntu2204o"]

use_avahi = false
name_prefix = "suma-pr${var.ENVIRONMENT}-"
Expand Down Expand Up @@ -232,34 +231,34 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion", "iptables" ]
install_salt_bundle = true
}
// redhat-minion = {
// image = "rocky9o"
// name = "min-rocky9"
// provider_settings = {
// mac = "aa:b2:92:04:00:46"
// memory = 2048
// vcpu = 2
// }
// additional_repos = {
// client_repo = var.RHLIKE_CLIENT_REPO,
// }
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
//}
//debian-minion = {
// image = "ubuntu2204o"
// name = "min-ubuntu2204"
// provider_settings = {
// mac = "aa:b2:92:04:00:47"
// }
// additional_repos = {
// client_repo = var.DEBLIKE_CLIENT_REPO,
// }
// additional_packages = [ "venv-salt-minion" ]
redhat-minion = {
image = "rocky9o"
name = "min-rocky9"
provider_settings = {
mac = "aa:b2:92:04:00:46"
memory = 2048
vcpu = 2
}
additional_repos = {
client_repo = var.RHLIKE_CLIENT_REPO,
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}
debian-minion = {
image = "ubuntu2204o"
name = "min-ubuntu2204"
provider_settings = {
mac = "aa:b2:92:04:00:47"
}
additional_repos = {
client_repo = var.DEBLIKE_CLIENT_REPO,
}
additional_packages = [ "venv-salt-minion" ]
// FIXME: cloudl-init fails if venv-salt-minion is not avaiable
// We can set "install_salt_bundle = true" as soon as venv-salt-minion is available Uyuni:Stable
// install_salt_bundle = false
//}
install_salt_bundle = false
}
build-host = {
image = "sles15sp4o"
name = "min-build"
Expand Down

0 comments on commit 4d68572

Please sign in to comment.