Skip to content

Instantly share code, notes, and snippets.

@MaheshwarReddyGade
Created March 14, 2020 12:26
Show Gist options
  • Save MaheshwarReddyGade/0b6a1293c215fe91d23b5d53fcdd89f6 to your computer and use it in GitHub Desktop.
Save MaheshwarReddyGade/0b6a1293c215fe91d23b5d53fcdd89f6 to your computer and use it in GitHub Desktop.
asserterdt.yaml
domainInfo:
AdminUserName: '@@PROP:ADMIN_USER@@'
AdminPassword: '@@PROP:ADMIN_PWD@@'
domainLibraries: [ wlsdeploy/domainLibraries/fndext.jar ]
topology:
Name: asr_domain
ProductionModeEnabled: false
Cluster:
AsrPOC_Cluster:
DefaultLoadAlgorithm: 'round-robin'
WeblogicPluginEnabled: true
Server:
AdminServer:
NetworkAccessPoint:
T3Channel:
PublicPort: 30012
ListenPort: 7012
PublicAddress: ebsasserter.omcs.tech
SSL:
HostnameVerificationIgnored: true
OutboundCertificateValidation: BuiltinSSLValidationOnly
InboundCertificateValidation: BuiltinSSLValidationOnly
KeyStores: CustomIdentityAndJavaStandardTrust
asrPOCserver1:
NetworkAccessPoint:
T3Channel:
PublicPort: 30018
ListenPort: 7018
PublicAddress: ebsasserter.omcs.tech
SSL:
HostnameVerificationIgnored: true
OutboundCertificateValidation: BuiltinSSLValidationOnly
InboundCertificateValidation: BuiltinSSLValidationOnly
Machine: ebsasserter
KeyStores: CustomIdentityAndJavaStandardTrust
Cluster: AsrPOC_Cluster
JTAMigratableTarget:
Cluster: AsrPOC_Cluster
UserPreferredServer: asrPOCserver1
ServerStart:
Arguments: '-Dweblogic.ssl.JSSEEnabled=true -Dweblogic.wsee.client.ssl.usejdk=true -Dweblogic.wsee.skip.async.response=true -Dweblogic.wsee.client.ssl.stricthostchecking=false -Dweblogic.webservice.client.ssl.adapterclass=weblogic.webservice.client.JSSEAdapter'
MigratableTarget:
asrPOCserver1 (migratable):
Cluster: AsrPOC_Cluster
MigrationPolicy: manual
UserPreferredServer: asrPOCserver1
Notes: This is a system generated default migratable target for a server. Do not delete manually.
UnixMachine:
ebsasserter:
NodeManager:
NMType: Plain
ListenAddress: ebsasserter.omcs.tech
ListenPort: 5558
resources:
JDBCSystemResource:
ebsdbDS:
Target: AsrPOC_Cluster
DescriptorFileName: 'jdbc/ebsdbDS-6357-jdbc.xml'
JdbcResource:
DatasourceType: GENERIC
JDBCConnectionPoolParams:
TestTableName: SQL ISVALID
JDBCDataSourceParams:
JNDIName: ebsdbDS
JDBCDriverParams:
URL: 'jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=<ebs host public ip>)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ebsdb)))'
PasswordEncrypted: '@@PROP:EBSDB_PWD@@'
DriverName: oracle.jdbc.OracleDriver
Properties:
user:
Value: apps
appDeployments:
Application:
ebs:
SourcePath: 'wlsdeploy/applications/ebs/ebs.war'
ModuleType: war
StagingMode: nostage
Target: AsrPOC_Cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment