File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
java/oracle/kubernetes/operator/logging Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ data:
119
119
domain_path = os.environ.get("DOMAIN_HOME")
120
120
cluster_name = "%CLUSTER_NAME%"
121
121
number_of_ms = %CONFIGURED_MANAGED_SERVER_COUNT%
122
- initial_replicas = %INITIAL_MANAGED_SERVER_REPLICAS%
123
122
cluster_type = "%CLUSTER_TYPE%"
124
123
125
124
print('domain_path : [%s]' % domain_path);
@@ -231,7 +230,7 @@ data:
231
230
cd('DynamicServers/%s' % cluster_name)
232
231
set('ServerTemplate', st1)
233
232
set('ServerNamePrefix', "%MANAGED_SERVER_NAME_BASE%")
234
- set('DynamicClusterSize', initial_replicas )
233
+ set('DynamicClusterSize', number_of_ms )
235
234
set('MaxDynamicClusterSize', number_of_ms)
236
235
set('CalculatedListenPorts', false)
237
236
set('Id', 1)
Original file line number Diff line number Diff line change @@ -456,7 +456,6 @@ function createYamlFiles {
456
456
sed -i -e " s:%ADMIN_SERVER_NAME%:${adminServerName} :g" ${jobOutput}
457
457
sed -i -e " s:%ADMIN_PORT%:${adminPort} :g" ${jobOutput}
458
458
sed -i -e " s:%CONFIGURED_MANAGED_SERVER_COUNT%:${configuredManagedServerCount} :g" ${jobOutput}
459
- sed -i -e " s:%INITIAL_MANAGED_SERVER_REPLICAS%:${initialManagedServerReplicas} :g" ${jobOutput}
460
459
sed -i -e " s:%MANAGED_SERVER_NAME_BASE%:${managedServerNameBase} :g" ${jobOutput}
461
460
sed -i -e " s:%MANAGED_SERVER_PORT%:${managedServerPort} :g" ${jobOutput}
462
461
sed -i -e " s:%T3_CHANNEL_PORT%:${t3ChannelPort} :g" ${jobOutput}
Original file line number Diff line number Diff line change @@ -141,5 +141,4 @@ private MessageKeys() {}
141
141
public static final String WLS_UPDATE_CLUSTER_SIZE_INVALID_CLUSTER = "WLSKO-0131" ;
142
142
public static final String WLS_CLUSTER_SIZE_UPDATED = "WLSKO-0132" ;
143
143
public static final String WLS_SERVER_TEMPLATE_NOT_FOUND = "WLSKO-0133" ;
144
- public static final String WLS_CREATING_MACHINE = "WLSKO-0134" ;
145
144
}
Original file line number Diff line number Diff line change @@ -132,4 +132,3 @@ WLSKO-0130=Failed to update WebLogic dynamic cluster size for cluster {0} within
132
132
WLSKO-0131=Failed to update WebLogic dynamic cluster size for cluster {0}. Cluster is not a dynamic cluster
133
133
WLSKO-0132=Updated cluster size for WebLogic dynamic cluster {0} to {1}. Time taken {2} ms
134
134
WLSKO-0133=Cannot find WebLogic server template with name {0} which is referenced by WebLogic cluster {1}
135
- WLSKO-0134=Creating WebLogic machine named {0}
You can’t perform that action at this time.
0 commit comments