Skip to content

Commit fae413c

Browse files
committed
QAM: Disabling again some failing clients
1 parent 2c63f40 commit fae413c

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

terracumber_config/tf_files/SUSEManager-4.1-qam.tf

+26-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Mandatory variables for terracumber
1+
// Mandatory variables for terracumber
22
variable "URL_PREFIX" {
33
type = "string"
44
default = "https://ci.suse.de/view/Manager/view/Manager-4.1/job/manager-4.1-qam-setup-cucumber"
@@ -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", "centos7" ]
126+
images = [ "sles11sp4", "sles12sp4", "sles15", /*"centos6o", */ "centos7" ]
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", "ubuntu1804", "ubuntu1604o", "ubuntu2004o", "centos8o" ]
152+
images = [ "sles15sp1", "ubuntu1804" /* , "ubuntu1604o", "ubuntu2004o", "centos8o" */ ]
153153

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

332+
/*
332333
module "centos6-client" {
333334
providers = {
334335
libvirt = libvirt.classic179
@@ -346,6 +347,7 @@ module "centos6-client" {
346347
server_configuration = { hostname = "qam-pip-41-pxy.qa.prv.suse.net" }
347348
ssh_key_path = "./salt/controller/id_rsa.pub"
348349
}
350+
*/
349351

350352
module "sles12sp4-minion" {
351353
providers = {
@@ -433,6 +435,7 @@ module "sles15sp1-minion" {
433435
ssh_key_path = "./salt/controller/id_rsa.pub"
434436
}
435437

438+
/*
436439
module "centos8-minion" {
437440
providers = {
438441
libvirt = libvirt.classic181
@@ -453,6 +456,7 @@ module "centos8-minion" {
453456
use_os_released_updates = false
454457
ssh_key_path = "./salt/controller/id_rsa.pub"
455458
}
459+
*/
456460

457461
module "centos7-minion" {
458462
providers = {
@@ -475,6 +479,7 @@ module "centos7-minion" {
475479
ssh_key_path = "./salt/controller/id_rsa.pub"
476480
}
477481

482+
/*
478483
module "centos6-minion" {
479484
providers = {
480485
libvirt = libvirt.classic179
@@ -514,6 +519,7 @@ module "ubuntu2004-minion" {
514519
use_os_released_updates = false
515520
ssh_key_path = "./salt/controller/id_rsa.pub"
516521
}
522+
*/
517523

518524
module "ubuntu1804-minion" {
519525
providers = {
@@ -536,6 +542,7 @@ module "ubuntu1804-minion" {
536542
ssh_key_path = "./salt/controller/id_rsa.pub"
537543
}
538544

545+
/*
539546
module "ubuntu1604-minion" {
540547
providers = {
541548
libvirt = libvirt.classic181
@@ -554,6 +561,7 @@ module "ubuntu1604-minion" {
554561
use_os_released_updates = false
555562
ssh_key_path = "./salt/controller/id_rsa.pub"
556563
}
564+
*/
557565

558566
module "sles12sp4-sshminion" {
559567
providers = {
@@ -625,6 +633,7 @@ module "sles15sp1-sshminion" {
625633
ssh_key_path = "./salt/controller/id_rsa.pub"
626634
}
627635

636+
/*
628637
module "centos8-sshminion" {
629638
providers = {
630639
libvirt = libvirt.classic181
@@ -641,6 +650,7 @@ module "centos8-sshminion" {
641650
use_os_released_updates = false
642651
ssh_key_path = "./salt/controller/id_rsa.pub"
643652
}
653+
*/
644654

645655
module "centos7-sshminion" {
646656
providers = {
@@ -659,6 +669,7 @@ module "centos7-sshminion" {
659669
ssh_key_path = "./salt/controller/id_rsa.pub"
660670
}
661671

672+
/*
662673
module "centos6-sshminion" {
663674
providers = {
664675
libvirt = libvirt.classic179
@@ -692,6 +703,7 @@ module "ubuntu2004-sshminion" {
692703
use_os_released_updates = false
693704
ssh_key_path = "./salt/controller/id_rsa.pub"
694705
}
706+
*/
695707

696708
module "ubuntu1804-sshminion" {
697709
providers = {
@@ -710,6 +722,7 @@ module "ubuntu1804-sshminion" {
710722
ssh_key_path = "./salt/controller/id_rsa.pub"
711723
}
712724

725+
/*
713726
module "ubuntu1604-sshminion" {
714727
source = "./modules/sshminion"
715728
base_configuration = module.base.configuration
@@ -723,6 +736,7 @@ module "ubuntu1604-sshminion" {
723736
use_os_released_updates = false
724737
ssh_key_path = "./salt/controller/id_rsa.pub"
725738
}
739+
*/
726740

727741
module "controller" {
728742
source = "./modules/controller"
@@ -744,16 +758,16 @@ module "controller" {
744758
server_configuration = module.server.configuration
745759
proxy_configuration = module.proxy.configuration
746760

747-
centos6_client_configuration = module.centos6-client.configuration
748-
centos6_minion_configuration = module.centos6-minion.configuration
749-
centos6_sshminion_configuration = module.centos6-sshminion.configuration
761+
# centos6_client_configuration = module.centos6-client.configuration
762+
# centos6_minion_configuration = module.centos6-minion.configuration
763+
# centos6_sshminion_configuration = module.centos6-sshminion.configuration
750764

751765
centos7_client_configuration = module.centos7-client.configuration
752766
centos7_minion_configuration = module.centos7-minion.configuration
753767
centos7_sshminion_configuration = module.centos7-sshminion.configuration
754768

755-
centos8_minion_configuration = module.centos8-minion.configuration
756-
centos8_sshminion_configuration = module.centos8-sshminion.configuration
769+
# centos8_minion_configuration = module.centos8-minion.configuration
770+
# centos8_sshminion_configuration = module.centos8-sshminion.configuration
757771

758772
sle11sp4_client_configuration = module.sles11sp4-client.configuration
759773
sle11sp4_minion_configuration = module.sles11sp4-minion.configuration
@@ -775,14 +789,14 @@ module "controller" {
775789
sle15sp1_minion_configuration = module.sles15sp1-minion.configuration
776790
sle15sp1_sshminion_configuration = module.sles15sp1-sshminion.configuration
777791

778-
ubuntu1604_minion_configuration = module.ubuntu1604-minion.configuration
779-
ubuntu1604_sshminion_configuration = module.ubuntu1604-sshminion.configuration
792+
# ubuntu1604_minion_configuration = module.ubuntu1604-minion.configuration
793+
# ubuntu1604_sshminion_configuration = module.ubuntu1604-sshminion.configuration
780794

781795
ubuntu1804_minion_configuration = module.ubuntu1804-minion.configuration
782796
ubuntu1804_sshminion_configuration = module.ubuntu1804-sshminion.configuration
783797

784-
ubuntu2004_minion_configuration = module.ubuntu2004-minion.configuration
785-
ubuntu2004_sshminion_configuration = module.ubuntu2004-sshminion.configuration
798+
# ubuntu2004_minion_configuration = module.ubuntu2004-minion.configuration
799+
# ubuntu2004_sshminion_configuration = module.ubuntu2004-sshminion.configuration
786800
}
787801

788802
resource "null_resource" "server_extra_nfs_mounts" {

0 commit comments

Comments
 (0)