This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.taskcat.yml
53 lines (53 loc) · 1.48 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
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--
EKSClusterName: $[taskcat_random-string]
TanzuNetUsername: --override--
TanzuNetPassword: --override--
TanzuNetApiToken: --override--
TAPDomainName: --override--
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
regions:
#! Don't change that without adapting the internal pipeline, we use the
#! first .project.region as the default for CI buckets (for caching, ...)
- us-east-1
tests:
single-cluster:
parameters:
TAPClusterArch: single
TanzuNetRelocateImages: "No"
regions:
- us-east-1
- eu-south-1
multi-cluster:
parameters:
TAPClusterArch: multi
TanzuNetRelocateImages: "No"
regions:
- us-west-2
relocation-single:
parameters:
TAPClusterArch: single
TanzuNetRelocateImages: "Yes"
regions:
- us-west-2
relocation-multi:
parameters:
TAPClusterArch: multi
TanzuNetRelocateImages: "Yes"
regions:
- us-east-1