-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsolcache-solace-semp-vars.yml
202 lines (191 loc) · 6.52 KB
/
solcache-solace-semp-vars.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
#####################################################
# Config variables SEMP calls
#####################################################
semp_admin_user: admin
semp_admin_password: admin
#####################################################
# Broker Max Spool
#####################################################
max_spool_usage: 100000
#####################################################
# config variables for creating the VPN
#####################################################
#Message VPN params
vpn:
vpn_name: "PSCache_VPN"
maxMsgSpoolUsage: 100000
authenticationBasicType: "none"
serviceMqttMaxConnectionCount: 200000
serviceMqttPlainTextEnabled: "true"
serviceMqttPlainTextListenPort: 1884
#####################################################
# config variables for creating the ClientProfile
#####################################################
client_profiles:
- clientProfileName: "PSCacheCP"
allowGuaranteedMsgSendEnabled: "false"
allowGuaranteedMsgReceiveEnabled: "false"
allowTransactedSessionsEnabled: "false"
allowSharedSubscriptionsEnabled: "true"
maxConnectionCountPerClientUsername: 50
serviceSmfMaxConnectionCountPerClientUsername: 50
serviceWebMaxConnectionCountPerClientUsername: 0
allowBridgeConnectionsEnabled: "false"
allowGuaranteedEndpointCreateEnabled: "false"
maxEndpointCountPerClientUsername: 10000
maxEgressFlowCount: 10000
maxIngressFlowCount: 10000
apiQueueManagementCopyFromOnCreateName: ""
apiTopicEndpointManagementCopyFromOnCreateName: ""
maxSubscriptionCount: 10000
maxTransactedSessionCount: 10
maxTransactionCount: 10
- clientProfileName: "webCP"
allowGuaranteedMsgSendEnabled: "true"
allowGuaranteedMsgReceiveEnabled: "true"
allowTransactedSessionsEnabled: "false"
allowSharedSubscriptionsEnabled: "true"
maxConnectionCountPerClientUsername: 200000
serviceSmfMaxConnectionCountPerClientUsername: 10000
serviceWebMaxConnectionCountPerClientUsername: 200000
allowBridgeConnectionsEnabled: "false"
allowGuaranteedEndpointCreateEnabled: "false"
maxEndpointCountPerClientUsername: 10000
maxEgressFlowCount: 10000
maxIngressFlowCount: 10000
apiQueueManagementCopyFromOnCreateName: ""
apiTopicEndpointManagementCopyFromOnCreateName: ""
maxSubscriptionCount: 10000
maxTransactedSessionCount: 10
maxTransactionCount: 10
- clientProfileName: "testCP"
allowGuaranteedMsgSendEnabled: "true"
allowGuaranteedMsgReceiveEnabled: "true"
allowTransactedSessionsEnabled: "false"
allowSharedSubscriptionsEnabled: "true"
maxConnectionCountPerClientUsername: 200000
serviceSmfMaxConnectionCountPerClientUsername: 10000
serviceWebMaxConnectionCountPerClientUsername: 200000
allowBridgeConnectionsEnabled: "false"
allowGuaranteedEndpointCreateEnabled: "false"
maxEndpointCountPerClientUsername: 10000
maxEgressFlowCount: 10000
maxIngressFlowCount: 10000
apiQueueManagementCopyFromOnCreateName: ""
apiTopicEndpointManagementCopyFromOnCreateName: ""
maxSubscriptionCount: 10000
maxTransactedSessionCount: 10
maxTransactionCount: 10
#####################################################
# config variables for creating the Client-Usernames
#####################################################
client_usernames:
- username: "PSCacheUsr"
aclProfileName: "default"
clientProfileName: "PSCacheCP"
enabled: true
password: solace123
- username: "webUsr"
aclProfileName: "default"
clientProfileName: "webCP"
enabled: true
password: solace123
- username: "testUsr"
aclProfileName: "default"
clientProfileName: "testCP"
enabled: true
password: solace123
#####################################################
# config variables for creating queues
#####################################################
# List of Queues generated from Terraform based on the number of SDKPerf Nodes
queues:
- queueName: "default"
accessType: "non-exclusive"
consumerAckPropagationEnabled: "true"
egressEnabled: false
ingressEnabled: false
maxBindCount: 1000
maxMsgSize: 10000000
maxMsgSpoolUsage: 50000
permission: "delete"
rejectMsgToSenderOnDiscardBehavior: "never"
subscription_topics:
- "TestTopic1"
- "TestTopic2"
#####################################################
# config variables for creating Distributed Caches
#####################################################
distributed_caches:
- cacheName: "AMER_DistributedCache"
enabled: true
heartbeat: 10
scheduledDeleteMsgDayList: ""
scheduledDeleteMsgTimeList: ""
- cacheName: "EMEA_DistributedCache"
enabled: true
heartbeat: 10
scheduledDeleteMsgDayList: ""
scheduledDeleteMsgTimeList: ""
#####################################################
# config variables for creating Caches Clusters
#####################################################
cache_clusters:
- cacheName: "AMER_DistributedCache"
clusterName: "NYSE_CacheCluster"
enabled: true
globalCachingEnabled: false
globalCachingHeartbeat: 3
globalCachingTopicLifetime: 3600
maxMemory: 2048
maxMsgsPerTopic: 1
maxRequestQueueDepth: 100000
maxTopicCount: 2000000
msgLifetime: 0
newTopicAdvertisementEnabled: false
subscription_topics:
- "MD/*/NYSE/>"
- "TestTopic1"
- cacheName: "AMER_DistributedCache"
clusterName: "BMV_CacheCluster"
enabled: true
globalCachingEnabled: false
globalCachingHeartbeat: 3
globalCachingTopicLifetime: 3600
maxMemory: 2048
maxMsgsPerTopic: 1
maxRequestQueueDepth: 100000
maxTopicCount: 2000000
msgLifetime: 0
newTopicAdvertisementEnabled: false
subscription_topics:
- "MD/*/BMV/>"
- "TestTopic2"
#####################################################
# config variables for creating Caches Instances
#####################################################
cache_instances:
- cacheName: "AMER_DistributedCache"
clusterName: "NYSE_CacheCluster"
instanceName: "PS_CacheInstance_0"
enabled: true
autoStartEnabled: true
stopOnLostMsgEnabled: false
- cacheName: "AMER_DistributedCache"
clusterName: "NYSE_CacheCluster"
instanceName: "PS_CacheInstance_1"
enabled: true
autoStartEnabled: true
stopOnLostMsgEnabled: true
- cacheName: "AMER_DistributedCache"
clusterName: "BMV_CacheCluster"
instanceName: "PS_CacheInstance_2"
enabled: true
autoStartEnabled: true
stopOnLostMsgEnabled: false
- cacheName: "AMER_DistributedCache"
clusterName: "BMV_CacheCluster"
instanceName: "PS_CacheInstance_3"
enabled: true
autoStartEnabled: true
stopOnLostMsgEnabled: true