Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use Leap 16.0 online repo because of GPG keys #1526

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ module "cucumber_testsuite" {
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile"
container_tag = "latest"
beta_enabled = true
additional_repos = {
// remove when mirroring of iptables fix is finished
leap_online = "http://download.opensuse.org/distribution/leap/16.0/repo/oss/"
}
}
proxy_containerized = {
provider_settings = {
Expand All @@ -160,10 +156,6 @@ module "cucumber_testsuite" {
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile"
container_tag = "latest"
additional_repos = {
// remove when mirroring of iptables fix is finished
leap_online = "http://download.opensuse.org/distribution/leap/16.0/repo/oss/"
}
}
suse_minion = {
image = "sles15sp4o"
Expand Down
8 changes: 0 additions & 8 deletions terracumber_config/tf_files/SUSEManager-Head-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ module "cucumber_testsuite" {
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile"
container_tag = "latest"
beta_enabled = true
additional_repos = {
// remove when mirroring of iptables fix is finished
leap_online = "http://download.opensuse.org/distribution/leap/16.0/repo/oss/"
}
}
proxy_containerized = {
provider_settings = {
Expand All @@ -163,10 +159,6 @@ module "cucumber_testsuite" {
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile"
container_tag = "latest"
additional_repos = {
// remove when mirroring of iptables fix is finished
leap_online = "http://download.opensuse.org/distribution/leap/16.0/repo/oss/"
}
}
suse_minion = {
image = "sles15sp4o"
Expand Down
Loading