Skip to content

Commit

Permalink
Head branch is now 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Sep 2, 2024
1 parent 643e009 commit d028e9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ module "server_containerized" {
}
main_disk_size = 3000
runtime = "podman"
# Temporary using the correct URL for the 5.0.1 BV only. See https://github.com/SUSE/spacewalk/issues/25120
container_repository = "registry.suse.de/suse/maintenance/35237/suse_sle-15-sp6_update_products_manager50_update_containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile"

server_mounted_mirror = "minima-mirror-ci-bv.mgr.suse.de"
java_debugging = false
Expand Down Expand Up @@ -216,8 +215,7 @@ module "proxy_containerized" {
password = "admin"
}
runtime = "podman"
# Temporary using the correct URL for the 5.0.1 BV only. See https://github.com/SUSE/spacewalk/issues/25120
container_repository = "registry.suse.de/suse/maintenance/35237/suse_sle-15-sp6_update_products_manager50_update_containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile/suse/manager/5.0/x86_64"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ module "server_containerized" {
}
main_disk_size = 3000
runtime = "podman"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile"

server_mounted_mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
java_debugging = false
Expand Down Expand Up @@ -365,8 +365,6 @@ module "proxy_containerized" {
}
runtime = "podman"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile/suse/manager/5.0/x86_64"
// Most recent code. Enable again once Beta 2 will be approved:
// container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile/suse/manager/5.0/x86_64"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile/suse/manager/5.1/x86_64"
container_tag = "latest"
}
suse-minion = {
Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-Head-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containerfile/suse/manager/5.1/x86_64"
container_tag = "latest"
}
suse-minion = {
Expand Down

0 comments on commit d028e9d

Please sign in to comment.