From 85d896cbca2b723bab19cf287c19df079e29a5e3 Mon Sep 17 00:00:00 2001 From: Ricardo Mateus Date: Wed, 17 Aug 2022 09:51:12 +0100 Subject: [PATCH] remove eol images from default download list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo Mateus Update backend_modules/null/base/variables.tf Co-authored-by: Ondřej Holeček --- backend_modules/null/base/variables.tf | 2 +- modules/cucumber_testsuite/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend_modules/null/base/variables.tf b/backend_modules/null/base/variables.tf index e2bc8620c..fa35a57aa 100644 --- a/backend_modules/null/base/variables.tf +++ b/backend_modules/null/base/variables.tf @@ -65,6 +65,6 @@ variable "provider_settings" { variable "images" { description = "list of images to be uploaded to the libvirt host, leave default for all" - default = ["centos6o", "centos7o", "centos8o", "opensuse152o", "opensuse153o", "opensuse154o", "sles11sp4", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "ubuntu1604o", "ubuntu1804o", "ubuntu2004o", "amazonlinux2o", "almalinux8o", "rocky8o"] + default = ["centos7o", "centos8o", "opensuse153o", "opensuse154o", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "ubuntu1804o", "ubuntu2004o", "amazonlinux2o", "almalinux8o", "rocky8o"] type = set(string) } diff --git a/modules/cucumber_testsuite/variables.tf b/modules/cucumber_testsuite/variables.tf index 1237dba9c..baecc5f6a 100644 --- a/modules/cucumber_testsuite/variables.tf +++ b/modules/cucumber_testsuite/variables.tf @@ -36,7 +36,7 @@ variable "name_prefix" { variable "images" { description = "list of images to be uploaded to the libvirt host, leave default for all" - default = ["centos6o", "centos7o", "centos8o", "opensuse152o", "opensuse153o", "opensuse154o", "sles11sp4", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "sles15sp4o", "ubuntu1604o", "ubuntu1804o", "ubuntu2004o", "rocky8o"] + default = ["centos7o", "centos8o", "opensuse152o", "opensuse153o", "opensuse154o", "sles11sp4", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "sles15sp4o", "ubuntu1804o", "ubuntu2004o", "rocky8o"] } variable "mirror" {