forked from shinesolutions/quickstart-aem-opencloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
70 lines (70 loc) · 1.83 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
---
project:
owner: [email protected]
name: quickstart-aem-opencloud
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- eu-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- sa-east-1
- us-east-1
- us-west-1
- us-east-2
- us-west-2
- ca-central-1
lambda_source_path: functions/source
lambda_zip_path: functions/packages
package_lambda: false
parameters:
AvailabilityZones: "$[taskcat_getaz_2]"
RemoteAccessCIDR: 10.2.16.0/21
VPCCIDR: 10.2.16.0/21
PrivateSubnet1CIDR: 10.2.16.0/24
PrivateSubnet2CIDR: 10.2.18.0/24
PublicSubnet1CIDR: 10.2.20.0/24
PublicSubnet2CIDR: 10.2.22.0/24
AOCStackPrefix: "$[taskcat_random-string]"
EnableCloudfront: 'true'
ExternalCertificateARN: ''
ExternalFQDN: ''
ExternalRoute53ZoneID: ''
InternalCertificateARN: ''
InternalRoute53ZoneName: ''
InternalRoute53ZoneID: ''
JavaJDKVersion: '8u251'
KeyPairName: "$[taskcat_getkeypair]"
QSS3BucketName: "$[taskcat_autobucket]"
QSS3BucketRegion: "$[taskcat_current_region]"
QSS3KeyPrefix: quickstart-aem-opencloud/
tests:
aem65:
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
template: templates/workload-main.template.yaml
parameters:
AemVersion: '65'
S3InstallBucketName: "$[taskcat_autobucket]"
S3InstallKeyPrefix: "quickstart-aem-opencloud/library/"
aem65-sp4:
regions:
- us-east-1
- us-west-1
- us-east-2
- us-west-2
- ca-central-1
template: templates/workload-main.template.yaml
parameters:
AemVersion: '65-SP4'
S3InstallBucketName: "$[taskcat_autobucket]"
S3InstallKeyPrefix: "quickstart-aem-opencloud/library/"