Skip to content

Commit

Permalink
QAM: Fix 4.1 env images
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios committed Oct 8, 2020
1 parent c2b8975 commit 4900812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terracumber_config/tf_files/SUSEManager-4.1-qam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module "base3" {
name_prefix = "qam-pip-41-"
use_avahi = false
domain = "qa.prv.suse.net"
images = [ "sles15sp1", "ubuntu1604", "ubuntu1804o", "ubuntu2004o", "centos8o" ]
images = [ "sles15sp1", "ubuntu1604o", "ubuntu1804o", "ubuntu2004o", "centos8o" ]

mirror = "minima-mirror.qa.prv.suse.net"
use_mirror_images = true
Expand Down Expand Up @@ -525,7 +525,7 @@ module "ubuntu1804-minion" {
base_configuration = module.base3.configuration
product_version = "4.1-released"
name = "min-ubuntu1804"
image = "ubuntu1804"
image = "ubuntu1804o"
provider_settings = {
mac = "52:54:00:7E:7D:ED"
memory = 4096
Expand Down Expand Up @@ -705,7 +705,7 @@ module "ubuntu1804-sshminion" {
base_configuration = module.base3.configuration
product_version = "4.1-released"
name = "minssh-ubuntu1804"
image = "ubuntu1804"
image = "ubuntu1804o"
provider_settings = {
mac = "52:54:00:EE:EC:95"
memory = 4096
Expand Down

0 comments on commit 4900812

Please sign in to comment.