|
1 | | -# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved. |
2 | | -# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. |
3 | | - |
4 | | -# This domain inputs file is used to create multiple dynamic clusters in in image home |
5 | 1 | domainInfo: |
6 | | - AdminUserName: '@@FILE:/weblogic-operator/secrets/username@@' |
7 | | - AdminPassword: '@@FILE:/weblogic-operator/secrets/password@@' |
8 | | - ServerStartMode: prod |
| 2 | + AdminUserName: '@@FILE:/u01/oracle/properties/adminuser.properties@@' |
| 3 | + AdminPassword: '@@FILE:/u01/oracle/properties/adminpass.properties@@' |
9 | 4 | topology: |
10 | | - Name: '@@PROP:domainName@@' |
11 | | - AdminServerName: '@@PROP:adminServerName@@' |
12 | | - ProductionModeEnabled: '@@PROP:productionModeEnabled@@' |
| 5 | + Name: '@@PROP:DOMAIN_NAME@@' |
| 6 | + AdminServerName: '@@PROP:ADMIN_NAME@@' |
| 7 | + ProductionModeEnabled: '@@PROP:PRODUCTION_MODE_ENABLED@@' |
13 | 8 | Cluster: |
14 | | - '@@PROP:clusterName@@': |
| 9 | + '@@PROP:CLUSTER_NAME@@': |
15 | 10 | DynamicServers: |
16 | 11 | CalculatedListenPorts: false |
17 | | - DynamicClusterSize: '@@PROP:configuredManagedServerCount@@' |
18 | | - MaxDynamicClusterSize: '@@PROP:configuredManagedServerCount@@' |
19 | | - ServerNamePrefix: '@@PROP:managedServerNameBase@@' |
20 | | - ServerTemplate: '@@PROP:clusterName@@-template' |
21 | | - '@@PROP:clusterName@@-2': |
| 12 | + DynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' |
| 13 | + MaxDynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' |
| 14 | + ServerNamePrefix: '@@PROP:MANAGED_SERVER_NAME_BASE@@' |
| 15 | + ServerTemplate: '@@PROP:CLUSTER_NAME@@-template' |
| 16 | + '@@PROP:CLUSTER_NAME@@-2': |
22 | 17 | DynamicServers: |
23 | 18 | CalculatedListenPorts: false |
24 | | - DynamicClusterSize: '@@PROP:configuredManagedServerCount@@' |
25 | | - MaxDynamicClusterSize: '@@PROP:configuredManagedServerCount@@' |
26 | | - ServerNamePrefix: '@@PROP:managedServerNameBase@@' |
27 | | - ServerTemplate: '@@PROP:clusterName@@-template' |
| 19 | + DynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' |
| 20 | + MaxDynamicClusterSize: '@@PROP:CONFIGURED_MANAGED_SERVER_COUNT@@' |
| 21 | + ServerNamePrefix: '@@PROP:MANAGED_SERVER_NAME_BASE@@' |
| 22 | + ServerTemplate: '@@PROP:CLUSTER_NAME@@-template' |
28 | 23 | Server: |
29 | | - '@@PROP:adminServerName@@': |
| 24 | + '@@PROP:ADMIN_NAME@@': |
| 25 | + ListenPort: '@@PROP:ADMIN_PORT@@' |
30 | 26 | NetworkAccessPoint: |
31 | 27 | T3Channel: |
32 | | - ListenPort: '@@PROP:t3ChannelPort@@' |
33 | | - PublicAddress: '@@PROP:t3PublicAddress@@' |
34 | | - PublicPort: '@@PROP:t3ChannelPort@@' |
| 28 | + ListenPort: '@@PROP:T3_CHANNEL_PORT@@' |
| 29 | + PublicAddress: '@@PROP:T3_PUBLIC_ADDRESS@@' |
| 30 | + PublicPort: '@@PROP:T3_CHANNEL_PORT@@' |
35 | 31 | ServerTemplate: |
36 | | - '@@PROP:clusterName@@-template': |
37 | | - Cluster: '@@PROP:clusterName@@' |
38 | | - ListenPort: '@@PROP:managedServerPort@@' |
| 32 | + '@@PROP:CLUSTER_NAME@@-template': |
| 33 | + Cluster: '@@PROP:CLUSTER_NAME@@' |
| 34 | + ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' |
39 | 35 | JTAMigratableTarget: |
40 | | - Cluster: '@@PROP:clusterName@@' |
| 36 | + Cluster: '@@PROP:CLUSTER_NAME@@' |
0 commit comments