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 10
/
.taskcat.yml
83 lines (83 loc) · 1.92 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
79
80
81
82
83
project:
name: quickstart-solace-pubsubplus
owner: [email protected]
package_lambda: false
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- sa-east-1
s3_bucket: ''
parameters:
AdminPassword: $[alfred_genpass_10]
BootDiskSize: '24'
ContainerLoggingFormat: graylog
CreatePrivateSubnets: 'true'
KeyPairName: $[alfred_getkeypair]
WorkerNodeInstanceType: m4.large
EventBrokerNodeStorage: '0'
MonitorNodeInstanceType: t2.medium
RemoteAccessCIDR: 10.0.0.0/16
SSHAccessCIDR: 10.0.0.0/16
SolaceDockerImage: solace/solace-pubsub-standard:latest
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
tests:
2az-americas:
parameters:
AvailabilityZones: $[alfred_genaz_2]
NumberOfAZs: '2'
regions:
- us-west-1
- ca-central-1
s3_bucket: ''
template: templates/solace-master.template
2az-asia:
parameters:
AvailabilityZones: $[alfred_genaz_2]
NumberOfAZs: '2'
regions:
- ap-south-1
s3_bucket: ''
template: templates/solace-master.template
3az-americas:
parameters:
AvailabilityZones: $[alfred_genaz_3]
NumberOfAZs: '3'
regions:
- us-east-1
- us-east-2
- us-west-2
s3_bucket: ''
template: templates/solace-master.template
3az-asia:
parameters:
AvailabilityZones: $[alfred_genaz_3]
NumberOfAZs: '3'
regions:
- ap-northeast-1
- ap-southeast-1
- ap-southeast-2
s3_bucket: ''
template: templates/solace-master.template
3az-europe:
parameters:
AvailabilityZones: $[alfred_genaz_3]
NumberOfAZs: '3'
regions:
- eu-west-1
- eu-west-2
- eu-central-1
s3_bucket: ''
template: templates/solace-master.template