forked from annaone/quickstart-nvidia-parabricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
30 lines (30 loc) · 814 Bytes
/
.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
project:
name: quickstart-nvidia-parabricks
owner: [email protected]
#marketplace-ami: true
s3_regional_buckets: true
regions:
- ap-southeast-2
- eu-west-1
- us-east-1
- us-west-2
s3_bucket: ''
template: templates/parabricks-main.template.yaml
tests:
default:
parameters:
AvailabilityZones: "$[taskcat_genaz_2]"
KeyPairName: "$[taskcat_getkeypair]"
PrivateSubnet1ACIDR: "10.0.0.0/19"
PrivateSubnet2CIDR: "10.0.32.0/19"
PublicSubnet1CIDR: "10.0.128.0/20"
PublicSubnet2CIDR: "10.0.144.0/20"
VPCCIDR: "10.0.0.0/16"
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
ParabricksURI: override
regions:
#- eu-west-1
#- us-east-1
- us-west-2
#- ap-southeast-2