Skip to content

Commit

Permalink
Ignore debian and rock
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Oct 16, 2023
1 parent e1de427 commit 852b048
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 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,7 +161,8 @@ module "cucumber_testsuite" {
mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
use_mirror_images = true

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

use_avahi = false
name_prefix = "suma-pr${var.ENVIRONMENT}-"
Expand Down Expand Up @@ -231,34 +232,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 852b048

Please sign in to comment.