forked from aws-quickstart/quickstart-nvidia-cloudxr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.taskcat.yml
More file actions
26 lines (26 loc) · 740 Bytes
/
Copy path.taskcat.yml
File metadata and controls
26 lines (26 loc) · 740 Bytes
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
project:
name: quickstart-nvidia-cloudxr
owner: quickstart-eng@amazon.com
#marketplace-ami: true
s3_regional_buckets: true
regions:
- eu-central-1
s3_bucket: ''
template: templates/main.template.yaml
tests:
default:
parameters:
AvailabilityZones: "$[taskcat_genaz_3]"
KeyPairName: "$[taskcat_getkeypair]"
PublicSubnet1CIDR: "10.0.128.0/20"
PublicSubnet2CIDR: "10.0.144.0/20"
PublicSubnet3CIDR: "10.0.160.0/20"
VPCCIDR: "10.0.0.0/16"
PublicRemoteCidr: 0.0.0.0/0
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
MediaS3Bucket: override
MediaS3Key: override
SceneAddress: override
regions:
- eu-central-1