forked from aws-quickstart/quickstart-checkpoint-autoscale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
99 lines (99 loc) · 2.35 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
project:
name: quickstart-checkpoint-autoscale
owner: [email protected]
package_lambda: false
parameters:
AdminCIDR: 10.0.0.0/16
AvailabilityZones: $[alfred_getaz_2]
Certificate: ""
GatewaysAddresses: 10.0.0.0/16
GatewaysBlades: 'true'
GatewaysInstanceType: c5.xlarge
GatewaysLicense: R80.30-BYOL
GatewaysMaxSize: "10"
GatewaysMinSize: "2"
GatewaysPolicy: Standard
GatewaySICKey: $[alfred_genpass_8]
KeyName: $[alfred_getkeypair]
ManagementLicense: R80.30-BYOL
NumberOfAZs: "2"
PrivateSubnetCidrA: 10.0.1.0/24
PrivateSubnetCidrB: 10.0.3.0/24
PrivateSubnetCidrC: 10.0.5.0/24
PrivateSubnetCidrD: 10.0.7.0/24
Protocol: HTTP
PublicSubnetCidrA: 10.0.0.0/24
PublicSubnetCidrB: 10.0.2.0/24
PublicSubnetCidrC: 10.0.4.0/24
PublicSubnetCidrD: 10.0.6.0/24
ServerAMI: ""
ServersDeploy: "false"
ServicePort: ""
VpcCidr: 10.0.0.0/16
CloudWatch: 'true'
EnableInstanceConnect: 'false'
AllowUploadDownload: 'true'
EnableVolumeEncryption: 'true'
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
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
- eu-west-3
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
s3_bucket: ''
tests:
checkpoint-alb-mgmt:
parameters:
ExternalLoadBalancerType: Application Load Balancer
ManagementDeploy: "false"
Tag: TaskCat1
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
- us-east-1
- us-east-2
- us-west-1
- us-west-2
s3_bucket: ''
template: templates/qs-autoscale-main.template.yaml
checkpoint-nlb-no-mgmt:
parameters:
ExternalLoadBalancerType: Network Load Balancer
ManagementDeploy: "true"
ManagementInstanceType: "m5.xlarge"
Tag: TaskCat2
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
- us-east-1
- us-east-2
- us-west-1
- us-west-2
s3_bucket: ''
template: templates/qs-autoscale-main.template.yaml