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 8
/
.taskcat.yml
64 lines (63 loc) · 1.72 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
project:
name: quickstart-uipath-robot
parameters:
QSS3KeyPrefix: "quickstart-uipath-robot/"
QSS3BucketName: "$[taskcat_autobucket]"
QSS3BucketRegion: "$[taskcat_current_region]"
HAAPassword: "$[taskcat_genpass_8]"
OrchestratorPassword: "$[taskcat_genpass_8]"
RDSUsername: "$[taskcat_random-string]"
RDSPassword: "$[taskcat_genpass_8]"
RDSDBName: "$[taskcat_random-string]"
GatewayName: "$[taskcat_random-string]"
HAAUser: [email protected]
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-east-1
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- me-south-1
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
shorten_stack_name: true
package_lambda: false
s3_regional_buckets: true
tests:
robotsimple:
template: ./templates/main.template.yaml
regions:
- us-west-2
parameters:
AvailabilityZones: "$[taskcat_getaz_2]"
AdminPassword: "$[taskcat_genpass_8]"
RobotRole: localadmin
OrchestratorURL: ""
OrchestratorAPIUser: ""
OrchestratorAPIPassword: ""
OrchestratorTenant: ""
KeyPairName: "$[taskcat_getkeypair]"
# existing-vpc:
# template: ./templates/uipath-robot.template.yaml
# regions:
# - us-east-2
# parameters:
# AvailabilityZones: "$[taskcat_getaz_2]"
# AdminPassword: "$[taskcat_genpass_8]"
# RobotRole: localadmin
# OrchestratorURL: ""
# OrchestratorAPIUser: ""
# OrchestratorAPIPassword: ""
# OrchestratorTenant: ""
# KeyPairName: "$[taskcat_getkeypair]"
# VPCCIDR: 10.0.0.0/16
# VPCID: <<vpc-id>>
# PublicSubnetID: <<subnet-id>>
# PrivateSubnetID: <<subnet-id>>