Skip to content

Commit 6ecdbdb

Browse files
Continuing fixes to alias definitions
1 parent 843257a commit 6ecdbdb

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"child_folders_type": "multiple",
66
"folders": {},
77
"attributes": {
8+
"AbsoluteInstallDir": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "AbsoluteInstallDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
9+
"AbsolutePlanDir": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "AbsolutePlanDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
10+
"AbsolutePlanPath": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "AbsolutePlanPath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
11+
"AbsoluteSourcePath": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "AbsoluteSourcePath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
812
"AltDescriptorDir": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "AltDescriptorDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "uses_path_tokens": "true" } ],
913
"AltDescriptorPath": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "AltDescriptorPath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "uses_path_tokens": "true" } ],
1014
"AltWLSDescriptorPath": [ {"version": "[10,10.3.6)", "wlst_mode": "offline", "wlst_name": "AltWlsDescriptorPath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "uses_path_tokens": "true" },
@@ -14,6 +18,8 @@
1418
"CacheInAppDirectory": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CacheInAppDirectory", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean" } ],
1519
"CompatibilityName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1620
"DeploymentOrder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DeploymentOrder", "wlst_path": "WP001", "value": {"default": 100 }, "wlst_type": "integer" } ],
21+
"DeploymentPlan": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "DeploymentPlan", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO" } ],
22+
"DeploymentPlanExternalDescriptors": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "DeploymentPlanExternalDescriptors", "wlst_path": "WP001", "value": {"default": "None"},"wlst_type": "string", "access": "RO" } ],
1723
"DeploymentPrincipalName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DeploymentPrincipalName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1824
"InstallDir": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "InstallDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "${:RO}", "uses_path_tokens": "true" } ],
1925
"ModuleType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ModuleType", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"child_folders_type": "single",
5656
"folders": {},
5757
"attributes" : {
58-
"FenceTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "FenceTimeout", "wlst_path": "WP001", "value": {"default": 5 }, "wlst_type": "integer" } ],
59-
"LeaderHeartbeatPeriod": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "LeaderHeartbeatPeriod", "wlst_path": "WP001", "value": {"default": 10 }, "wlst_type": "integer", "restart_required": "true" } ],
60-
"MemberDiscoveryTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "MemberDiscoveryTimeout", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer", "restart_required": "true" } ],
61-
"MessageDeliveryTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "MessageDeliveryTimeout", "wlst_path": "WP001", "value": {"default": 5000 }, "wlst_type": "integer" } ],
62-
"NodeManagerTimeoutMillis": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "NodeManagerTimeoutMillis", "wlst_path": "WP001", "value": {"default": 180000 }, "wlst_type": "integer" } ],
63-
"Notes": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
64-
"PeriodicSrmCheckEnabled": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "PeriodicSrmCheckEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ]
58+
"FenceTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "FenceTimeout", "wlst_path": "WP001", "value": {"default": 5 }, "wlst_type": "integer" } ],
59+
"LeaderHeartbeatPeriod": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "LeaderHeartbeatPeriod", "wlst_path": "WP001", "value": {"default": 10 }, "wlst_type": "integer", "restart_required": "true" } ],
60+
"MemberDiscoveryTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "MemberDiscoveryTimeout", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer", "restart_required": "true" } ],
61+
"MessageDeliveryTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "MessageDeliveryTimeout", "wlst_path": "WP001", "value": {"default": 5000 }, "wlst_type": "integer" } ],
62+
"NodeManagerTimeoutMillis": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "NodeManagerTimeoutMillis", "wlst_path": "WP001", "value": {"default": 180000 }, "wlst_type": "integer" } ],
63+
"Notes": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
64+
"PeriodicSrmCheckEnabled": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "Periodic${Srm:SRM}CheckEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ]
6565
},
6666
"wlst_attributes_path": "WP001",
6767
"wlst_paths": {
@@ -162,13 +162,14 @@
162162
"ClusterType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ClusterType", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "restart_required": "true" } ],
163163
"CoherenceClusterSystemResource": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CoherenceClusterSystemResource", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
164164
"ConcurrentSingletonActivationEnabled": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ConcurrentSingletonActivationEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
165-
"ConsensusParticipants": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "ConsensusParticipants", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
165+
"ConsensusParticipants": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConsensusParticipants", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer", "get_method": "${LSA:GET}", "restart_required": true } ],
166166
"DataSourceForAutomaticMigration": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DataSourceForAutomaticMigration", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "restart_required": "true" } ],
167167
"DataSourceForJobScheduler": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DataSourceForJobScheduler", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
168168
"DataSourceForSessionPersistence": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DataSourceForSessionPersistence", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "restart_required": "true" } ],
169169
"DatabaseLeasingBasisConnectionRetryCount": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "DatabaseLeasingBasisConnectionRetryCount", "wlst_path": "WP001", "value": {"default": 1 }, "wlst_type": "integer", "get_method": "GET" } ],
170170
"DatabaseLeasingBasisConnectionRetryDelay": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "DatabaseLeasingBasisConnectionRetryDelay", "wlst_path": "WP001", "value": {"default": 1000 }, "wlst_type": "integer" } ],
171-
"DeathDetectorHeartbeatPeriod": [ {"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "DeathDetectorHeartbeatPeriod", "wlst_path": "WP001", "value": {"default": 1 }, "wlst_type": "integer" } ],
171+
"DeathDetectorHeartbeatPeriod": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "DeathDetectorHeartbeatPeriod", "wlst_path": "WP001", "value": {"default": 1 }, "wlst_type": "integer", "get_method": "GET", "restart_required": true },
172+
{"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "DeathDetectorHeartbeatPeriod", "wlst_path": "WP001", "value": {"default": 1 }, "wlst_type": "integer" } ],
172173
"DefaultLoadAlgorithm": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DefaultLoadAlgorithm", "wlst_path": "WP001", "value": {"default": "${None:round-robin}" }, "wlst_type": "string" } ],
173174
"FencingGracePeriodMillis": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FencingGracePeriodMillis", "wlst_path": "WP001", "value": {"default": 30000 }, "wlst_type": "integer", "restart_required": "true" } ],
174175
"FrontendHTTPPort": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FrontendHTTPPort", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer", "restart_required": "true" } ],
@@ -177,13 +178,13 @@
177178
"GreedySessionFlushInterval": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "GreedySessionFlushInterval", "wlst_path": "WP001", "value": {"default": 3 }, "wlst_type": "integer" } ],
178179
"HealthCheckIntervalMillis": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "HealthCheckIntervalMillis", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "restart_required": "true" } ],
179180
"HealthCheckPeriodsUntilFencing": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "HealthCheckPeriodsUntilFencing", "wlst_path": "WP001", "value": {"default": 3 }, "wlst_type": "integer", "restart_required": "true" } ],
180-
"HttpPingRetryCount": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "HttpPingRetryCount", "wlst_path": "WP001", "value": {"default": 3 }, "wlst_type": "integer" } ],
181+
"HttpPingRetryCount": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "${Http:HTTP}PingRetryCount", "wlst_path": "WP001", "value": {"default": 3 }, "wlst_type": "integer", "get_method": "${LSA:GET}"} ],
181182
"HttpTraceSupportEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "HttpTraceSupportEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "restart_required": "true" } ],
182183
"IdlePeriodsUntilTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "IdlePeriodsUntilTimeout", "wlst_path": "WP001", "value": {"default": 3 }, "wlst_type": "integer", "restart_required": "true" } ],
183184
"InterClusterCommLinkHealthCheckInterval": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "InterClusterCommLinkHealthCheckInterval", "wlst_path": "WP001", "value": {"default": 30000 }, "wlst_type": "integer" } ],
184185
"JobSchedulerTableName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "JobSchedulerTableName", "wlst_path": "WP001", "value": {"default": "weblogic_timers" }, "wlst_type": "string", "restart_required": "true" } ],
185-
"MaxServerCountForHttpPing": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "MaxServerCountForHttpPing", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
186-
"MemberDeathDetectorEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MemberDeathDetectorEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "restart_required": true } ],
186+
"MaxServerCountForHttpPing": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxServerCountForHttpPing", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer", "get_method": "${LSA:GET}" } ],
187+
"MemberDeathDetectorEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MemberDeathDetectorEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "restart_required": "true" } ],
187188
"MemberWarmupTimeoutSeconds": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MemberWarmupTimeoutSeconds", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer", "restart_required": "true" } ],
188189
"MessageOrderingEnabled": [ {"version": "[10,12.1.1)", "wlst_mode": "both", "wlst_name": "MessageOrderingEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "restart_required": "true" },
189190
{"version": "[12.1.1,)", "wlst_mode": "both", "wlst_name": "MessageOrderingEnabled", "wlst_path": "WP001", "value": {"default": "${false:true}" }, "wlst_type": "boolean", "restart_required": "true" } ],
@@ -218,7 +219,7 @@
218219
"SingletonServiceRequestTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SingletonServiceRequestTimeout", "wlst_path": "WP001", "value": {"default": 30000 }, "wlst_type": "integer" } ],
219220
"SiteName": [ {"version": "[12.2.1.2,)", "wlst_mode": "both", "wlst_name": "SiteName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
220221
"TxnAffinityEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TxnAffinityEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
221-
"UnicastDiscoveryPeriodMillis": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "UnicastDiscoveryPeriodMillis", "wlst_path": "WP001", "value": {"default": 3000 }, "wlst_type": "integer" } ],
222+
"UnicastDiscoveryPeriodMillis": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "UnicastDiscoveryPeriodMillis", "wlst_path": "WP001", "value": {"default": 3000 }, "wlst_type": "integer", "get_method": "${LSA:GET}" } ],
222223
"UnicastReadTimeout": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "UnicastReadTimeout", "wlst_path": "WP001", "value": {"default": 15000 }, "wlst_type": "integer" } ],
223224
"WANSessionPersistenceTableName": [ {"version": "[10,12.1.2)", "wlst_mode": "offline", "wlst_name": "WanSessionPersistenceTableName", "wlst_path": "WP001", "value": {"default": "WLS_WAN_PERSISTENCE_TABLE" }, "wlst_type": "string", "restart_required": "true" },
224225
{"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "WANSessionPersistenceTableName", "wlst_path": "WP001", "value": {"default": "WLS_WAN_PERSISTENCE_TABLE" }, "wlst_type": "string", "restart_required": "true" },

0 commit comments

Comments
 (0)