Skip to content

Commit 1e0a0fb

Browse files
authored
remove opensuse155o from images list for BV (#1858)
1 parent 7326b53 commit 1e0a0fb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

terracumber_config/tf_files/templates/build-validation-single-provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "base_core" {
3535
"rocky8o", "rocky9o",
3636
"ubuntu2204o", "ubuntu2404o",
3737
"debian12o",
38-
"opensuse155o", "opensuse156o"
38+
"opensuse156o"
3939
])
4040

4141
mirror = var.PLATFORM_LOCATION_CONFIGURATION[var.LOCATION].mirror

terracumber_config/tf_files/tfvars/build-validation-tfvars/suma50_micro_build_validation_slc.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ BASE_CONFIGURATION = {
245245
hypervisor = "florina.mgr.slc1.suse.org"
246246
}
247247
base_retail = {
248-
images = ["sles15sp6o","sles15sp7o", "opensuse155o", "slemicro55o"]
248+
images = ["sles15sp6o","sles15sp7o", "opensuse156o", "slemicro55o"]
249249
pool = "ssd"
250250
bridge = "br1"
251251
additional_network = "192.168.50.0/24"

terracumber_config/tf_files/tfvars/build-validation-tfvars/uyuni_master_build_validation_slc.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ ENVIRONMENT_CONFIGURATION = {
229229

230230
BASE_CONFIGURATIONS = {
231231
base_core = {
232-
images = [ "tumbleweedo", "opensuse155o", "sles15sp7o" ]
232+
images = [ "tumbleweedo", "opensuse156o", "sles15sp7o" ]
233233
pool = "ssd"
234234
bridge = "br1"
235235
additional_network = null
@@ -257,7 +257,7 @@ BASE_CONFIGURATIONS = {
257257
hypervisor = "ginfizz.mgr.slc1.suse.org"
258258
}
259259
base_retail = {
260-
images = [ "sles15sp6o", "sles15sp7o", "opensuse155o", "leapmicro55o" ]
260+
images = [ "sles15sp6o", "sles15sp7o", "opensuse156o", "leapmicro55o" ]
261261
pool = "ssd"
262262
bridge = "br1"
263263
additional_network = "192.168.100.0/24"

0 commit comments

Comments
 (0)