Skip to content

Commit bfb4d9b

Browse files
committed
QAM: Enabling Centos6 and Centos8 VMs on 4.1
1 parent ba022b7 commit bfb4d9b

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

terracumber_config/tf_files/SUSEManager-4.1-qam.tf

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module "base2" {
123123
name_prefix = "qam-pip-41-"
124124
use_avahi = false
125125
domain = "qa.prv.suse.net"
126-
images = [ "sles11sp4", "sles12sp4", "sles15", /*"centos6o", */ "centos7o" ]
126+
images = [ "sles11sp4", "sles12sp4", "sles15", "centos6o", "centos7o" ]
127127

128128
mirror = "minima-mirror.qa.prv.suse.net"
129129
use_mirror_images = true
@@ -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", "ubuntu1604", "ubuntu1804o", "ubuntu2004o", "centos8o" ]
153153

154154
mirror = "minima-mirror.qa.prv.suse.net"
155155
use_mirror_images = true
@@ -329,7 +329,6 @@ module "centos7-client" {
329329
ssh_key_path = "./salt/controller/id_rsa.pub"
330330
}
331331

332-
/*
333332
module "centos6-client" {
334333
providers = {
335334
libvirt = libvirt.classic179
@@ -347,7 +346,6 @@ module "centos6-client" {
347346
server_configuration = { hostname = "qam-pip-41-pxy.qa.prv.suse.net" }
348347
ssh_key_path = "./salt/controller/id_rsa.pub"
349348
}
350-
*/
351349

352350
module "sles12sp4-minion" {
353351
providers = {
@@ -435,7 +433,6 @@ module "sles15sp1-minion" {
435433
ssh_key_path = "./salt/controller/id_rsa.pub"
436434
}
437435

438-
/*
439436
module "centos8-minion" {
440437
providers = {
441438
libvirt = libvirt.classic181
@@ -456,7 +453,6 @@ module "centos8-minion" {
456453
use_os_released_updates = false
457454
ssh_key_path = "./salt/controller/id_rsa.pub"
458455
}
459-
*/
460456

461457
module "centos7-minion" {
462458
providers = {
@@ -479,7 +475,6 @@ module "centos7-minion" {
479475
ssh_key_path = "./salt/controller/id_rsa.pub"
480476
}
481477

482-
/*
483478
module "centos6-minion" {
484479
providers = {
485480
libvirt = libvirt.classic179
@@ -499,6 +494,7 @@ module "centos6-minion" {
499494
ssh_key_path = "./salt/controller/id_rsa.pub"
500495
}
501496

497+
/*
502498
module "ubuntu2004-minion" {
503499
providers = {
504500
libvirt = libvirt.classic181
@@ -631,7 +627,6 @@ module "sles15sp1-sshminion" {
631627
ssh_key_path = "./salt/controller/id_rsa.pub"
632628
}
633629

634-
/*
635630
module "centos8-sshminion" {
636631
providers = {
637632
libvirt = libvirt.classic181
@@ -648,7 +643,6 @@ module "centos8-sshminion" {
648643
use_os_released_updates = false
649644
ssh_key_path = "./salt/controller/id_rsa.pub"
650645
}
651-
*/
652646

653647
module "centos7-sshminion" {
654648
providers = {
@@ -667,7 +661,6 @@ module "centos7-sshminion" {
667661
ssh_key_path = "./salt/controller/id_rsa.pub"
668662
}
669663

670-
/*
671664
module "centos6-sshminion" {
672665
providers = {
673666
libvirt = libvirt.classic179
@@ -685,6 +678,7 @@ module "centos6-sshminion" {
685678
ssh_key_path = "./salt/controller/id_rsa.pub"
686679
}
687680

681+
/*
688682
module "ubuntu2004-sshminion" {
689683
providers = {
690684
libvirt = libvirt.classic181
@@ -754,16 +748,16 @@ module "controller" {
754748
server_configuration = module.server.configuration
755749
proxy_configuration = module.proxy.configuration
756750

757-
# centos6_client_configuration = module.centos6-client.configuration
758-
# centos6_minion_configuration = module.centos6-minion.configuration
759-
# centos6_sshminion_configuration = module.centos6-sshminion.configuration
751+
centos6_client_configuration = module.centos6-client.configuration
752+
centos6_minion_configuration = module.centos6-minion.configuration
753+
centos6_sshminion_configuration = module.centos6-sshminion.configuration
760754

761755
centos7_client_configuration = module.centos7-client.configuration
762756
centos7_minion_configuration = module.centos7-minion.configuration
763757
centos7_sshminion_configuration = module.centos7-sshminion.configuration
764758

765-
# centos8_minion_configuration = module.centos8-minion.configuration
766-
# centos8_sshminion_configuration = module.centos8-sshminion.configuration
759+
centos8_minion_configuration = module.centos8-minion.configuration
760+
centos8_sshminion_configuration = module.centos8-sshminion.configuration
767761

768762
sle11sp4_client_configuration = module.sles11sp4-client.configuration
769763
sle11sp4_minion_configuration = module.sles11sp4-minion.configuration

0 commit comments

Comments
 (0)