You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/topology.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
- A dedicated manage database will be named `mas-{instanceId}-{workspaceId}-manage`
10
10
- Multiple `Kafka` clusters will be created using either Strimzi or Red Hat AMQ Streams operators, one for each MAS instance.
11
11
- The instance will be named `mas-{instanceId}-system`
12
-
- A single SLS `LicenseService` instance will be created, all MAS instances in the cluster will share the same pool of AppPoints from a single license file loaded into SLS. Each MAS instance is registered to SLS independently, uniquely identifying it to SLS.
12
+
- A single SLS `LicenseService` instance will be created, all MAS instances in the cluster will share the same pool of AppPoints from a single license file loaded into SLS. Each MAS instance is registered to SLS independently, uniquely identifying it to SLS. Alternatively, a dedicated SLS per MAS instance can be installed on the cluster.
13
13
- A single UDS `AnalyticsProxy` instance will be created, all MAS instaled in the cluster will be configured to report to this instance using a shared API key.
"Multiple releases of Maximo Application Suite are available, each is supported under IBM's standard 3+1+3 support model.",
258
-
"Choose the release of IBM Maximo Application Suite that you want to use for this installation from the table below:",
261
+
"Two types of release are available:",
262
+
" - GA releases of Maximo Application Suite are supported under IBM's standard 3+1+3 support lifecycle policy.",
263
+
" - 'Feature' releases allow early access to new features for evaluation in non-production environments and are only supported through to the next GA release.",
"By default the MAS instance will be configured to use a cluster-shared License, this provides a shared pool of AppPoints available to all MAS instances on the cluster.",
280
+
"",
281
+
]
282
+
)
283
+
284
+
self.slsMode=1
285
+
self.slsLicenseFileLocal=None
286
+
287
+
ifself.showAdvancedOptions:
288
+
self.printDescription(
289
+
[
290
+
"Alternatively you may choose to install using a dedicated license only available to this MAS instance.",
291
+
" 1. Install MAS with Cluster-Shared License (AppPoints)",
292
+
" 2. Install MAS with Dedicated License (AppPoints)",
0 commit comments