diff --git a/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-NUE.tf b/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-NUE.tf index 11fae8c5f..711ca61e1 100644 --- a/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-NUE.tf +++ b/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-NUE.tf @@ -168,8 +168,8 @@ module "proxy_containerized" { } runtime = "podman" - // Temporary workaround to see if we pass proxy stage. Also needs to be updated on next MU - container_repository = var.CONTAINER_REPOSITORY + // The proxy is not appending this path via product code, we need to do it in our infra + container_repository = "${var.CONTAINER_REPOSITORY}/suse/manager/5.0/x86_64" container_tag = "latest" auto_configure = false diff --git a/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-PRV.tf b/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-PRV.tf index 70b8fe5e2..f8f974b31 100644 --- a/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-PRV.tf +++ b/terracumber_config/tf_files/SUSEManager-5.0-SLE-update-PRV.tf @@ -168,8 +168,8 @@ module "proxy_containerized" { } runtime = "podman" - // Temporary workaround to see if we pass proxy stage. Also needs to be updated on next MU - container_repository = var.CONTAINER_REPOSITORY + // The proxy is not appending this path via product code, we need to do it in our infra + container_repository = "${var.CONTAINER_REPOSITORY}/suse/manager/5.0/x86_64" container_tag = "latest" auto_configure = false diff --git a/terracumber_config/tf_files/SUSEManager-5.0-build-validation-NUE.tf b/terracumber_config/tf_files/SUSEManager-5.0-build-validation-NUE.tf index e33632423..53608ed67 100644 --- a/terracumber_config/tf_files/SUSEManager-5.0-build-validation-NUE.tf +++ b/terracumber_config/tf_files/SUSEManager-5.0-build-validation-NUE.tf @@ -218,7 +218,8 @@ module "proxy_containerized" { memory = 4096 } runtime = "podman" - container_repository = var.CONTAINER_REPOSITORY + // The proxy is not appending this path via product code, we need to do it in our infra + container_repository = "${var.CONTAINER_REPOSITORY}/suse/manager/5.0/x86_64" container_tag = "latest" auto_configure = false ssh_key_path = "./salt/controller/id_rsa.pub" @@ -1018,7 +1019,7 @@ module "sles15sp5s390_sshminion" { // use_os_released_updates = false // ssh_key_path = "./salt/controller/id_rsa.pub" // -// +// // //} @@ -1034,7 +1035,7 @@ module "sles15sp5s390_sshminion" { // } // use_os_released_updates = false // ssh_key_path = "./salt/controller/id_rsa.pub" -// +// // //} @@ -1050,7 +1051,7 @@ module "sles15sp5s390_sshminion" { // } // use_os_released_updates = false // ssh_key_path = "./salt/controller/id_rsa.pub" -// +// // //} diff --git a/terracumber_config/tf_files/SUSEManager-5.0-build-validation-PRV.tf b/terracumber_config/tf_files/SUSEManager-5.0-build-validation-PRV.tf index 1b415837e..9238fb9f0 100644 --- a/terracumber_config/tf_files/SUSEManager-5.0-build-validation-PRV.tf +++ b/terracumber_config/tf_files/SUSEManager-5.0-build-validation-PRV.tf @@ -377,7 +377,8 @@ module "proxy_containerized" { password = "admin" } runtime = "podman" - container_repository = var.CONTAINER_REPOSITORY + // The proxy is not appending this path via product code, we need to do it in our infra + container_repository = "${var.CONTAINER_REPOSITORY}/suse/manager/5.0/x86_64" container_tag = "latest" auto_configure = false ssh_key_path = "./salt/controller/id_rsa.pub"