Skip to content

Commit 86554cd

Browse files
rakillenddsharpe
authored andcommitted
JIRA WDT-317 - Change Cluster / DynamicClusters to single/unpredictable type (#432)
1 parent ef5adc8 commit 86554cd

File tree

1 file changed

+3
-2
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+3
-2
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Cluster.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"DynamicServers": {
88
"wlst_type": "DynamicServers",
99
"version": "[12.1.2,)",
10-
"child_folders_type": "single",
10+
"child_folders_type": "single_unpredictable",
11+
"default_name_value": "${NO_NAME_0:%CLUSTER%}",
1112
"folders": {},
1213
"attributes": {
1314
"CalculatedListenPorts": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CalculatedListenPorts", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
@@ -31,7 +32,7 @@
3132
},
3233
"wlst_attributes_path": "WP001",
3334
"wlst_paths": {
34-
"WP001": "/Cluster${:s}/%CLUSTER%/DynamicServers/${NO_NAME_0:%CLUSTER%}"
35+
"WP001": "/Cluster${:s}/%CLUSTER%/DynamicServers/%DYNAMICSERVERS%"
3536
}
3637
},
3738
"CoherenceTier" : {

0 commit comments

Comments
 (0)