Skip to content

Commit

Permalink
CI: remove proxy from head test pipelines
Browse files Browse the repository at this point in the history
As we don't have yet support to deploy a containerized proxy for Head.
Let's keep for now Proxy VM out of Head test environments, until we do.

Signed-off-by: Jordi Massaguer Pla <[email protected]>
  • Loading branch information
jordimassaguerpla committed Jan 24, 2024
1 parent c798c9a commit 0976867
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ module "cucumber_testsuite" {
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0"
}
proxy = {
provider_settings = {
mac = "aa:b2:93:01:00:b2"
vcpu = 2
memory = 2048
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}
#proxy = {
# provider_settings = {
# mac = "aa:b2:93:01:00:b2"
# vcpu = 2
# memory = 2048
# }
# additional_packages = [ "venv-salt-minion" ]
# install_salt_bundle = true
#}
suse-minion = {
image = "sles15sp4o"
name = "min-sles15"
Expand Down
20 changes: 10 additions & 10 deletions terracumber_config/tf_files/SUSEManager-Head-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ module "cucumber_testsuite" {
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0"
}
proxy = {
image = "slemicro55-ign"
provider_settings = {
mac = "aa:b2:93:01:00:c2"
vcpu = 2
memory = 2048
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}
#proxy = {
# image = "slemicro55-ign"
# provider_settings = {
# mac = "aa:b2:93:01:00:c2"
# vcpu = 2
# memory = 2048
# }
# additional_packages = [ "venv-salt-minion" ]
# install_salt_bundle = true
#}
suse-minion = {
image = "sles15sp4o"
name = "min-sles15"
Expand Down

0 comments on commit 0976867

Please sign in to comment.