Skip to content

Commit ba193de

Browse files
Temporary versioning for 19c - remove when version returns expected
1 parent 15015a8 commit ba193de

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

core/src/main/typedefs/JRF.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"12.1.2": "JRF_1212",
88
"12.1.3": "JRF_1213",
99
"12.2.1": "JRF_12CR2",
10-
"12.2.1.3": "JRF_12213"
10+
"12.2.1.3": "JRF_12213",
11+
"19.1": "JRF_19CR1"
1112
},
1213
"definitions": {
1314
"JRF_1212" : {
@@ -51,6 +52,16 @@
5152
],
5253
"serverGroupsToTarget": [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
5354
"rcuSchemas": [ "WLS", "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS" ]
55+
},
56+
"JRF_19CR1": {
57+
"baseTemplate": "Basic WebLogic Server Domain",
58+
"extensionTemplates": [
59+
"Oracle JRF WebServices Asynchronous services",
60+
"Oracle WSM Policy Manager",
61+
"Oracle Enterprise Manager"
62+
],
63+
"serverGroupsToTarget": [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
64+
"rcuSchemas": [ "WLS", "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS" ]
5465
}
5566
}
5667
}

core/src/main/typedefs/RestrictedJRF.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@
44
"name": "RestrictedJRF",
55
"description": "Restricted JRF type domain definitions",
66
"versions": {
7-
"12.2.1": "RJRF_12CR2"
7+
"12.2.1": "RJRF_12CR2",
8+
"19.1": "RJRF_19CR1"
89
},
910
"definitions": {
1011
"RJRF_12CR2": {
1112
"baseTemplate": "Basic WebLogic Server Domain",
1213
"extensionTemplates": [ "Oracle Enterprise Manager-Restricted JRF" ],
1314
"serverGroupsToTarget": [ "JRF-MAN-SVR" ],
1415
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS"]
16+
},
17+
"RJRF_19CR1": {
18+
"baseTemplate": "Basic WebLogic Server Domain",
19+
"extensionTemplates": [ "Oracle Enterprise Manager-Restricted JRF" ],
20+
"serverGroupsToTarget": [ "JRF-MAN-SVR" ],
21+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS"]
1522
}
1623
}
1724
}

core/src/main/typedefs/WLS.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"12.1.1": "WLS_11G",
99
"12.1.2": "WLS_12CR1",
1010
"12.1.3": "WLS_12CR1",
11-
"12.2.1": "WLS_12CR2"
11+
"12.2.1": "WLS_12CR2",
12+
"19.1": "WLS_19CR1"
1213
},
1314
"definitions": {
1415
"WLS_11G": {
@@ -28,6 +29,12 @@
2829
"extensionTemplates": [ ],
2930
"serverGroupsToTarget": [ ],
3031
"rcuSchemas": [ ]
32+
},
33+
"WLS_19CR1": {
34+
"baseTemplate": "Basic WebLogic Server Domain",
35+
"extensionTemplates": [ ],
36+
"serverGroupsToTarget": [ ],
37+
"rcuSchemas": [ ]
3138
}
3239
}
3340
}

0 commit comments

Comments
 (0)