This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.taskcat.yml
57 lines (57 loc) · 1.63 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
project:
name: quickstart-microsoft-sql-fci-fsx
owner: [email protected]
package_lambda: false
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
s3_bucket: ''
tests:
mssql-ec2ad:
parameters:
ADScenarioType: 'Microsoft AD on Amazon EC2'
AvailabilityZones: $[taskcat_getaz_2]
DomainAdminPassword: $[taskcat_genpass_16]
EnableAppInsights: 'true'
KeyPairName: $[taskcat_getkeypair]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
NumberOfRDGWHosts: '0'
RDGWCIDR: 0.0.0.0/0
SQLServiceAccountPassword: $[taskcat_genpass_16]
MSSQLMediaBucketName: override
MSSQLMediaPathKey: SQLServer2019-x64-ENU.iso
regions:
- us-east-1
s3_bucket: ''
template: templates/mssqlfsx-main.template.yaml
mssql-mad:
parameters:
ADScenarioType: 'AWS Directory Service for Microsoft AD (Enterprise Edition)'
AvailabilityZones: $[taskcat_getaz_2]
DomainAdminPassword: $[taskcat_genpass_16]
EnableAppInsights: 'true'
KeyPairName: $[taskcat_getkeypair]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
NumberOfRDGWHosts: '0'
RDGWCIDR: 0.0.0.0/0
SQLServiceAccountPassword: $[taskcat_genpass_16]
MSSQLMediaBucketName: override
MSSQLMediaPathKey: SQLServer2019-x64-ENU.iso
regions:
- us-east-2
s3_bucket: ''
template: templates/mssqlfsx-main.template.yaml