This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
.taskcat.yml
78 lines (78 loc) · 2.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
project:
name: quickstart-tableau-server
owner: [email protected]
s3_bucket: ''
package_lambda: false
s3_regional_buckets: true
shorten_stack_name: true
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- ca-central-1
- eu-west-2
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
tags:
Name: Tableau Server Quick Start
Application: AWS Quick Starts
Description: Resources used by Tableau Server Quick Start testing
parameters:
AvailabilityZones: $[taskcat_genaz_2]
Route53HostedZone: override #Valid Route53 configuration required
Route53DomainName: override #Valid FQDN and SSL cert with DNS validation required
TableauS3BucketName: ''
AcceptEULA: 'yes'
InstanceType: m6i.4xlarge
KeyPairName: $[taskcat_getkeypair]
SourceCIDR: 10.0.0.0/16
TableauServerAdminPassword: $[taskcat_genpass_32]
TableauServerAdminUser: admin
LicenseKey: ''
TsmUsername: tsmadmin
TsmPassword: $[taskcat_genpass_32]
QSS3BucketName: $[taskcat_autobucket]
QSS3KeyPrefix: quickstart-tableau-server/
QSS3BucketRegion: $[taskcat_current_region]
RegCity: Test City
RegCompany: Test Company
RegCountry: Test Country
RegDepartment: Test Department
RegEmail: [email protected]
RegFirstName: Test First Name
RegIndustry: Test Industry
RegLastName: Test Last Name
RegPhone: Test Phone
RegState: Test State
RegTitle: Test Title
RegZip: Test Zip
RegOptIn: "false"
RegCompanyEmployees: "5"
tests:
tableau-linux:
parameters:
OS: Linux
TableauServerSubDomainName: tlin-$[taskcat_random-string]
template: templates/tableau-single-server-main.template.yaml
regions:
- ap-northeast-1
- ap-south-1
- ap-southeast-2
- eu-west-2
- us-east-1
tableau-windows:
parameters:
OS: Windows
TableauServerSubDomainName: twin-$[taskcat_random-string]
template: templates/tableau-single-server-main.template.yaml
regions:
- ap-northeast-2
- ap-southeast-1
- ca-central-1
- us-east-2
- us-west-2