Skip to content

Commit 6200586

Browse files
committed
Modified the wdt model file to include RCUDbInfo
1 parent 7ec5d1a commit 6200586

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/wdt_model_configured.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ domainInfo:
22
AdminUserName: '@@FILE:/weblogic-operator/secrets/username@@'
33
AdminPassword: '@@FILE:/weblogic-operator/secrets/password@@'
44
ServerStartMode: prod
5+
RCUDbInfo:
6+
rcu_prefix : '@@PROP:rcuSchemaPrefix@@'
7+
rcu_schema_password : Oradoc_db1
8+
rcu_admin_password : Oradoc_db1
9+
rcu_db_conn_string : '@@PROP:rcuDatabaseURL@@'
510
topology:
611
AdminServerName: '@@PROP:adminServerName@@'
712
Name: '@@PROP:domainName@@'

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/wdt_model_dynamic.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ domainInfo:
22
AdminUserName: '@@FILE:/weblogic-operator/secrets/username@@'
33
AdminPassword: '@@FILE:/weblogic-operator/secrets/password@@'
44
ServerStartMode: prod
5+
RCUDbInfo:
6+
rcu_prefix : '@@PROP:rcuSchemaPrefix@@'
7+
rcu_schema_password : Oradoc_db1
8+
rcu_admin_password : Oradoc_db1
9+
rcu_db_conn_string : '@@PROP:rcuDatabaseURL@@'
510
topology:
611
Name: '@@PROP:domainName@@'
712
AdminServerName: '@@PROP:adminServerName@@'

0 commit comments

Comments
 (0)