Skip to content

Commit ed0f82f

Browse files
committed
CCE-4643 - change the format of JAVASYSPROPS
1 parent 1211a10 commit ed0f82f

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

templates/sag-um-cluster/template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ templates:
7373
"@name": "-XX:MaxDirectMemorySize"
7474
$: ${um.memory.direct}
7575
COMMON-JAVASYSPROPS:
76-
COMMON-JAVASYSPROPS: |
77-
REALM=${node.alias} # IMPORTANT: this can only be set before first startup
78-
com.sun.management.jmxremote.port=${um.jmx.port}
79-
com.sun.management.jmxremote.authenticate=false
80-
com.sun.management.jmxremote.ssl=false
76+
COMMON-JAVASYSPROPS:
77+
REALM: ${node.alias} # IMPORTANT: this can only be set before first startup
78+
com.sun.management.jmxremote.port: ${um.jmx.port}
79+
com.sun.management.jmxremote.authenticate: false
80+
com.sun.management.jmxremote.ssl: false
8181

8282

8383
um-cluster-2:

templates/sag-um-server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ All supported Windows and UNIX platforms.
4242
* License
4343
* JVM memory
4444
* NHP and JMX ports
45+
* COMMON-JAVASYSPROPS configuration in yaml format used in the template is supported for 10.1 or higher.
4546
* Building docker images for 10.x releases
4647

4748
## Provisioning of new server instance

templates/sag-um-server/template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ templates:
6363
"@name": "-XX:MaxDirectMemorySize"
6464
$: ${um.memory.direct} # JVM maximum direct memory size
6565
COMMON-JAVASYSPROPS:
66-
COMMON-JAVASYSPROPS: |
67-
REALM=${um.realm} # realm name IMPORTANT: this can only be set before first startup
68-
com.sun.management.jmxremote.port=${um.jmx.port} # JVM JMX port number
69-
com.sun.management.jmxremote.authenticate=false # do not use JMX authentication
70-
com.sun.management.jmxremote.ssl=false # do not use JMX SSL
66+
COMMON-JAVASYSPROPS:
67+
REALM: ${um.realm} # realm name IMPORTANT: this can only be set before first startup
68+
com.sun.management.jmxremote.port: ${um.jmx.port} # JVM JMX port number
69+
com.sun.management.jmxremote.authenticate: false # do not use JMX authentication
70+
com.sun.management.jmxremote.ssl: false # do not use JMX SSL
7171

7272
provision:
7373
default:

0 commit comments

Comments
 (0)