forked from aws-quickstart/quickstart-jfrog-artifactory
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.taskcat.yml
60 lines (60 loc) · 1.52 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
project:
name: quickstart-jfrog-artifactory
owner: [email protected]
s3_object_acl: private
s3_regional_buckets: true
shorten_stack_name: true
regions:
- us-east-1
- us-west-2
- us-east-2
- us-west-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- ap-southeast-2
- eu-north-1
- ca-central-1
- sa-east-1
- eu-south-1
- af-south-1
parameters:
ArtifactoryVersion: 7.37.14
XrayVersion: 3.46.0
AccessCidr: "10.0.0.0/0"
QsS3BucketName: "$[taskcat_autobucket]"
QsS3KeyPrefix: "quickstart-jfrog-artifactory/"
QsS3BucketRegion: "$[taskcat_current_region]"
tests:
jfrog-artifactory-ec2-xray:
parameters:
KeyPairName: "$[taskcat_getkeypair]"
RemoteAccessCidr: "10.0.0.0/0"
AvailabilityZones: "$[taskcat_genaz_2]"
DatabasePassword: "$[taskcat_genpass_8A]"
ProvisionBastionHost: "Disabled"
NumberOfSecondary: "2"
ArtifactoryServerName: "artifactory"
InstallXray: "true"
XrayDatabasePassword: "$[taskcat_genpass_8A]"
XrayNumberOfSecondary: 1
MasterKey: "override"
SmLicenseName: "override"
SmCertName: "override"
template: templates/jfrog-artifactory-ec2-main.template.yaml
regions:
- us-east-1
- us-west-2
- us-east-2
- us-west-1
# - eu-central-1
# - eu-west-1
# - eu-west-2
# - eu-west-3
# - ap-southeast-2
# - eu-north-1
# - ca-central-1
# - sa-east-1
# - eu-south-1
# - af-south-1