This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.taskcat.yml
135 lines (135 loc) · 4.11 KB
/
.taskcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
project:
name: cfn-ps-sios-datakeeper
owner: quickstart-eng@amazon.com
package_lambda: false
regions:
- ap-northeast-2
- ap-south-1
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
s3_bucket: ''
general:
s3_regional_buckets: true
parameters:
DomainAdminPassword: $[taskcat_genpass_16]
KeyPairName: $[taskcat_getkeypair]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
RDGWCIDR: 10.0.0.0/16
tests:
ws2022-payg-nosql-mad-none:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_2]
ClusterNodeOSServerVersion: WS2022
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: none
regions:
- ap-south-1
ws2016-payg-nosql-mad-witness:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2016
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: witness
regions:
- ap-southeast-2
WS2022-payg-nosql-mad-full:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2022
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: full
regions:
- ca-central-1
ws2019-payg-nosql-sad-none:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: Microsoft AD on Amazon EC2
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_2]
ClusterNodeOSServerVersion: WS2019
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: none
regions:
- eu-central-1
WS2022-payg-nosql-sad-witness:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: Microsoft AD on Amazon EC2
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2022
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: witness
regions:
- eu-west-1
ws2016-payg-nosql-sad-full:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: Microsoft AD on Amazon EC2
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2016
SQLServerVersion: None
SQLServiceAccountPassword: ''
ThirdAZ: full
regions:
- eu-west-2
ws2019-payg-sql2017-mad-none:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_2]
ClusterNodeOSServerVersion: WS2019
SQLServerVersion: 2017
SQLServiceAccountPassword: $[taskcat_genpass_16]
ThirdAZ: none
regions:
- eu-west-3
WS2022-payg-sql2017-mad-witness:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2022
SQLServerVersion: 2017
SQLServiceAccountPassword: $[taskcat_genpass_16]
ThirdAZ: witness
regions:
- sa-east-1
ws2016-payg-sql2017-mad-full:
template: templates/sios-datakeeper-main.template.yaml
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Standard Edition)
AmiType: PAYG
AvailabilityZones: $[taskcat_getaz_3]
ClusterNodeOSServerVersion: WS2016
SQLServerVersion: 2017
SQLServiceAccountPassword: $[taskcat_genpass_16]
ThirdAZ: full
regions:
- us-east-1