Skip to content

Commit 6a496fc

Browse files
Wdt 442 rcu enhancement documentation (#689)
* Update with rcu xml file locations documentation * Update with rcu xml file locations documentation * Update rcuinfo.md * extra back tick removed.
1 parent c2bf3d4 commit 6a496fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

site/rcuinfo.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ domainInfo:
4545
```
4646

4747
**Note: Prior to release 0.23, the useATP flag only accepts values of 0, 1, 'true' or 'false'.**
48+
49+
When creating a domain using WDT and the -run_rcu option, you can specify your extended XML files in the RCUDbInfo section.
50+
51+
This correlates to the `createRepository` and `dropRepository` command line arguments `RCU -compInfoXMLLocation <file path> -storageXMLLocation <file path>`
52+
53+
Include your XML files in your archive file using location `wlsdeploy/rcu/config`. Then include this relative location in the RCUDbInfo section of the model.
54+
55+
```yaml
56+
domainInfo:
57+
RCUDbInfo:
58+
compInfoXMLLocation: 'wlsdeploy/rcu/config/MyComponentInfo.xml'
59+
storageXMLLocation: 'wlsdeploy/rcu/config/MyStorage.xml'
60+
```

0 commit comments

Comments
 (0)