Skip to content

Commit 4900812

Browse files
committed
QAM: Fix 4.1 env images
1 parent c2b8975 commit 4900812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terracumber_config/tf_files/SUSEManager-4.1-qam.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module "base3" {
149149
name_prefix = "qam-pip-41-"
150150
use_avahi = false
151151
domain = "qa.prv.suse.net"
152-
images = [ "sles15sp1", "ubuntu1604", "ubuntu1804o", "ubuntu2004o", "centos8o" ]
152+
images = [ "sles15sp1", "ubuntu1604o", "ubuntu1804o", "ubuntu2004o", "centos8o" ]
153153

154154
mirror = "minima-mirror.qa.prv.suse.net"
155155
use_mirror_images = true
@@ -525,7 +525,7 @@ module "ubuntu1804-minion" {
525525
base_configuration = module.base3.configuration
526526
product_version = "4.1-released"
527527
name = "min-ubuntu1804"
528-
image = "ubuntu1804"
528+
image = "ubuntu1804o"
529529
provider_settings = {
530530
mac = "52:54:00:7E:7D:ED"
531531
memory = 4096
@@ -705,7 +705,7 @@ module "ubuntu1804-sshminion" {
705705
base_configuration = module.base3.configuration
706706
product_version = "4.1-released"
707707
name = "minssh-ubuntu1804"
708-
image = "ubuntu1804"
708+
image = "ubuntu1804o"
709709
provider_settings = {
710710
mac = "52:54:00:EE:EC:95"
711711
memory = 4096

0 commit comments

Comments
 (0)