-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
33 lines (33 loc) · 1 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
project:
name: quickstart-vmware-tanzu-application-platform
owner: [email protected]
s3_regional_buckets: true
template: templates/aws-tap-entrypoint-new-vpc.template.yaml
package_lambda: true
lambda_source_path: functions/source
lambda_zip_path: functions/packages
build_submodules: true
parameters:
AcceptEULAs: --override--
AcceptCEIP: --override--
AvailabilityZones: $[taskcat_genaz_3]
NumberOfAZs: 3
KeyPairName: --override--
RemoteAccessCidr: --override--
S3TAPConfigBucketName: $[taskcat_random-string]-$[taskcat_current_region]
EKSClusterName: $[taskcat_random-string]
NumberOfNodes: 4
MaxNumberOfNodes: 4
TanzuNetUsername: --override--
TanzuNetPassword: --override--
TanzuNetApiToken: --override--
TanzuNetRelocateImages: --override--
TAPDomainName: --override--
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
regions:
- us-east-1
tests:
default:
regions:
- us-east-1