1
- // Mandatory variables for terracumber
1
+ // Mandatory variables for terracumber
2
2
variable "URL_PREFIX" {
3
3
type = " string"
4
4
default = " https://ci.suse.de/view/Manager/view/Manager-4.1/job/manager-4.1-qam-setup-cucumber"
@@ -123,7 +123,7 @@ module "base2" {
123
123
name_prefix = " qam-pip-41-"
124
124
use_avahi = false
125
125
domain = " qa.prv.suse.net"
126
- images = [ " sles11sp4" , " sles12sp4" , " sles15" , " centos6o" , " centos7" ]
126
+ images = [ " sles11sp4" , " sles12sp4" , " sles15" , /* "centos6o", */ " centos7" ]
127
127
128
128
mirror = " minima-mirror.qa.prv.suse.net"
129
129
use_mirror_images = true
@@ -149,7 +149,7 @@ module "base3" {
149
149
name_prefix = " qam-pip-41-"
150
150
use_avahi = false
151
151
domain = " qa.prv.suse.net"
152
- images = [ " sles15sp1" , " ubuntu1804" , " ubuntu1604o" , " ubuntu2004o" , " centos8o" ]
152
+ images = [ " sles15sp1" , " ubuntu1804" /* , "ubuntu1604o", "ubuntu2004o", "centos8o" */ ]
153
153
154
154
mirror = " minima-mirror.qa.prv.suse.net"
155
155
use_mirror_images = true
@@ -329,6 +329,7 @@ module "centos7-client" {
329
329
ssh_key_path = " ./salt/controller/id_rsa.pub"
330
330
}
331
331
332
+ /*
332
333
module "centos6-client" {
333
334
providers = {
334
335
libvirt = libvirt.classic179
@@ -346,6 +347,7 @@ module "centos6-client" {
346
347
server_configuration = { hostname = "qam-pip-41-pxy.qa.prv.suse.net" }
347
348
ssh_key_path = "./salt/controller/id_rsa.pub"
348
349
}
350
+ */
349
351
350
352
module "sles12sp4-minion" {
351
353
providers = {
@@ -433,6 +435,7 @@ module "sles15sp1-minion" {
433
435
ssh_key_path = " ./salt/controller/id_rsa.pub"
434
436
}
435
437
438
+ /*
436
439
module "centos8-minion" {
437
440
providers = {
438
441
libvirt = libvirt.classic181
@@ -453,6 +456,7 @@ module "centos8-minion" {
453
456
use_os_released_updates = false
454
457
ssh_key_path = "./salt/controller/id_rsa.pub"
455
458
}
459
+ */
456
460
457
461
module "centos7-minion" {
458
462
providers = {
@@ -475,6 +479,7 @@ module "centos7-minion" {
475
479
ssh_key_path = " ./salt/controller/id_rsa.pub"
476
480
}
477
481
482
+ /*
478
483
module "centos6-minion" {
479
484
providers = {
480
485
libvirt = libvirt.classic179
@@ -514,6 +519,7 @@ module "ubuntu2004-minion" {
514
519
use_os_released_updates = false
515
520
ssh_key_path = "./salt/controller/id_rsa.pub"
516
521
}
522
+ */
517
523
518
524
module "ubuntu1804-minion" {
519
525
providers = {
@@ -536,6 +542,7 @@ module "ubuntu1804-minion" {
536
542
ssh_key_path = " ./salt/controller/id_rsa.pub"
537
543
}
538
544
545
+ /*
539
546
module "ubuntu1604-minion" {
540
547
providers = {
541
548
libvirt = libvirt.classic181
@@ -554,6 +561,7 @@ module "ubuntu1604-minion" {
554
561
use_os_released_updates = false
555
562
ssh_key_path = "./salt/controller/id_rsa.pub"
556
563
}
564
+ */
557
565
558
566
module "sles12sp4-sshminion" {
559
567
providers = {
@@ -625,6 +633,7 @@ module "sles15sp1-sshminion" {
625
633
ssh_key_path = " ./salt/controller/id_rsa.pub"
626
634
}
627
635
636
+ /*
628
637
module "centos8-sshminion" {
629
638
providers = {
630
639
libvirt = libvirt.classic181
@@ -641,6 +650,7 @@ module "centos8-sshminion" {
641
650
use_os_released_updates = false
642
651
ssh_key_path = "./salt/controller/id_rsa.pub"
643
652
}
653
+ */
644
654
645
655
module "centos7-sshminion" {
646
656
providers = {
@@ -659,6 +669,7 @@ module "centos7-sshminion" {
659
669
ssh_key_path = " ./salt/controller/id_rsa.pub"
660
670
}
661
671
672
+ /*
662
673
module "centos6-sshminion" {
663
674
providers = {
664
675
libvirt = libvirt.classic179
@@ -692,6 +703,7 @@ module "ubuntu2004-sshminion" {
692
703
use_os_released_updates = false
693
704
ssh_key_path = "./salt/controller/id_rsa.pub"
694
705
}
706
+ */
695
707
696
708
module "ubuntu1804-sshminion" {
697
709
providers = {
@@ -710,6 +722,7 @@ module "ubuntu1804-sshminion" {
710
722
ssh_key_path = " ./salt/controller/id_rsa.pub"
711
723
}
712
724
725
+ /*
713
726
module "ubuntu1604-sshminion" {
714
727
source = "./modules/sshminion"
715
728
base_configuration = module.base.configuration
@@ -723,6 +736,7 @@ module "ubuntu1604-sshminion" {
723
736
use_os_released_updates = false
724
737
ssh_key_path = "./salt/controller/id_rsa.pub"
725
738
}
739
+ */
726
740
727
741
module "controller" {
728
742
source = " ./modules/controller"
@@ -744,16 +758,16 @@ module "controller" {
744
758
server_configuration = module. server . configuration
745
759
proxy_configuration = module. proxy . configuration
746
760
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
750
764
751
765
centos7_client_configuration = module. centos7-client . configuration
752
766
centos7_minion_configuration = module. centos7-minion . configuration
753
767
centos7_sshminion_configuration = module. centos7-sshminion . configuration
754
768
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
757
771
758
772
sle11sp4_client_configuration = module. sles11sp4-client . configuration
759
773
sle11sp4_minion_configuration = module. sles11sp4-minion . configuration
@@ -775,14 +789,14 @@ module "controller" {
775
789
sle15sp1_minion_configuration = module. sles15sp1-minion . configuration
776
790
sle15sp1_sshminion_configuration = module. sles15sp1-sshminion . configuration
777
791
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
780
794
781
795
ubuntu1804_minion_configuration = module. ubuntu1804-minion . configuration
782
796
ubuntu1804_sshminion_configuration = module. ubuntu1804-sshminion . configuration
783
797
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
786
800
}
787
801
788
802
resource "null_resource" "server_extra_nfs_mounts" {
0 commit comments