forked from aws-quickstart/quickstart-microsoft-iis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.taskcat.yml
110 lines (110 loc) · 3.28 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
general:
s3_regional_buckets: true
parameters:
ADServer1InstanceType: m5.xlarge
ADServer1NetBIOSName: DC1
ADServer1PrivateIP: 10.0.0.10
ADServer2InstanceType: m5.xlarge
ADServer2NetBIOSName: DC2
ADServer2PrivateIP: 10.0.32.10
DomainAdminPassword: $[taskcat_genpass_16]
DomainAdminUser: Admin
DomainDNSName: test.com
DomainNetBIOSName: test
ECSImage: "microsoft/iis"
NumberOfAZs: '2'
NumberOfRDGWHosts: '0'
PrivateSubnet1CIDR: 10.0.0.0/19
PrivateSubnet2CIDR: 10.0.32.0/19
PrivateSubnet3CIDR: 10.0.64.0/19
PublicSubnet1CIDR: 10.0.128.0/20
PublicSubnet2CIDR: 10.0.144.0/20
PublicSubnet3CIDR: 10.0.160.0/20
VPCCIDR: 10.0.0.0/16
IISServerInstanceType: 't3.2xlarge'
QSS3KeyPrefix: quickstart-microsoft-iis/
RDGWCIDR: 10.0.0.0/16
RDGWInstanceType: t2.large
WebAccessCIDR: 10.0.0.0/16
QSS3BucketName: $[taskcat_autobucket]
project:
name: quickstart-microsoft-iis
owner: [email protected]
regions:
- us-east-1
- us-west-2
- ap-northeast-1
- ap-southeast-1
- ca-central-1
- eu-central-1
- us-west-1
- eu-west-2
build_submodules: false
package_lambda: false
tests:
# test-scenario1:
# template: ./templates/iis-main.template.yaml
# regions:
# - us-east-1
# - eu-west-1
# parameters:
# ADScenarioType: AWS Directory Service for Microsoft AD (Enterprise Edition)
# AvailabilityZones: $[taskcat_genaz_2]
# KeyPairName: $[taskcat_getkeypair]
# QSS3BucketRegion: $[taskcat_current_region]
# ELBSchemeParameter: internet-facing
# ASGDesiredCapacity: 2
# ASGMaxSize: 3
# ASGMinSize: 1
# WebAccessCIDR: 10.0.0.0/16
# DeploymentType: ECS
# test-scenario2:
# template: ./templates/iis-main.template.yaml
# regions:
# - ap-southeast-1
# - us-east-2
# parameters:
# ADScenarioType: Microsoft AD on Amazon EC2
# AvailabilityZones: $[taskcat_genaz_2]
# KeyPairName: $[taskcat_getkeypair]
# QSS3BucketRegion: $[taskcat_current_region]
# ELBSchemeParameter: internet-facing
# ASGDesiredCapacity: 4
# ASGMaxSize: 5
# ASGMinSize: 2
# WebAccessCIDR: 10.0.0.0/16
# DeploymentType: ECS
test-scenario3:
template: ./templates/iis-main.template.yaml
regions:
- ca-central-1
- eu-west-2
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Enterprise Edition)
AvailabilityZones: $[taskcat_genaz_2]
KeyPairName: $[taskcat_getkeypair]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
ELBSchemeParameter: internet-facing
ASGDesiredCapacity: 3
ASGMaxSize: 4
ASGMinSize: 2
WebAccessCIDR: 10.0.0.0/16
DeploymentType: EC2
test-scenario4:
template: ./templates/iis-main.template.yaml
regions:
- eu-central-1
- ap-northeast-1
parameters:
ADScenarioType: AWS Directory Service for Microsoft AD (Enterprise Edition)
ASGDesiredCapacity: 3
ASGMaxSize: 4
ASGMinSize: 2
AvailabilityZones: $[taskcat_genaz_2]
ELBSchemeParameter: internet-facing
KeyPairName: $[taskcat_getkeypair]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
WebAccessCIDR: 10.0.0.0/16
DeploymentType: EC2