diff --git a/backend_modules/libvirt/base/main.tf b/backend_modules/libvirt/base/main.tf index 0badbd41c..b3015a8b9 100644 --- a/backend_modules/libvirt/base/main.tf +++ b/backend_modules/libvirt/base/main.tf @@ -29,7 +29,7 @@ locals { sles15sp3o = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/install/SLE-15-SP3-JeOS-GM/SLES15-SP3-JeOS.x86_64-15.3-OpenStack-Cloud-GM.qcow2" sles15sp4o = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/install/SLE-15-SP4-Minimal-GM/SLES15-SP4-Minimal-VM.x86_64-OpenStack-Cloud-GM.qcow2" sles15sp5o = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/install/SLE-15-SP5-Minimal-GM/SLES15-SP5-Minimal-VM.x86_64-Cloud-GM.qcow2" - sles15sp6o = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/install/SLE-15-SP6-Minimal-TEST/SLES15-SP6-Minimal-VM.x86_64-Cloud-Build6.64.qcow2" + sles15sp6o = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/install/SLE-15-SP6-Minimal-GM/SLES15-SP6-Minimal-VM.x86_64-Cloud-Build6.73.qcow2 sles11sp4 = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/ibs/Devel:/Galaxy:/Terraform:/Images/images/sles11sp4.x86_64.qcow2" sles12sp3 = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/ibs/Devel:/Galaxy:/Terraform:/Images/images/sles12sp3.x86_64.qcow2" sles12sp4 = "${var.use_mirror_images ? "http://${var.mirror}" : "http://download.suse.de"}/ibs/Devel:/Galaxy:/Terraform:/Images/images/sles12sp4.x86_64.qcow2" diff --git a/salt/mirror/etc/mirror-images.conf b/salt/mirror/etc/mirror-images.conf index 9d3e63872..84f6d8148 100644 --- a/salt/mirror/etc/mirror-images.conf +++ b/salt/mirror/etc/mirror-images.conf @@ -14,6 +14,7 @@ https://schnell.suse.de/SLE12/SLE-12-SP4-JeOS-GM/SLES12-SP4-JeOS.x86_64-12.4-Ope http://download.suse.de/install/SLE-12-SP5-JeOS-GM/SLES12-SP5-JeOS.x86_64-12.5-OpenStack-Cloud-GM.qcow2 http://download.suse.de/install/SLE-15-SP3-JeOS-GM/SLES15-SP3-JeOS.x86_64-15.3-OpenStack-Cloud-GM.qcow2 http://download.suse.de/install/SLE-15-SP4-Minimal-Snapshot-202205-1/SLES15-SP4-Minimal-VM.x86_64-OpenStack-Cloud-Snapshot-202205-1.qcow2 +http://download.suse.de/install/SLE-15-SP6-Minimal-GM/SLES15-SP6-Minimal-VM.x86_64-Cloud-Build6.73.qcow2 http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img http://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img