Skip to content

Commit ed34b39

Browse files
authored
WebCenter Content and WebCenter Portal 21.2.3 release scripts and documentation (#64)
WCC & WCP 21.2.3 release deployment scripts and documentation
1 parent 6d46b7a commit ed34b39

File tree

163 files changed

+111193
-1718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+111193
-1718
lines changed

OracleSOASuite/kubernetes/create-database/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

OracleSOASuite/kubernetes/create-database/db-with-pv.yaml

Lines changed: 0 additions & 81 deletions
This file was deleted.
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
1+
[package-manager-packages]
2+
hostname ant
3+
14
[final-build-commands]
25

36
ENV ORACLE_HOME=/u01/oracle \
47
VOLUME_DIR=/u01/oracle/user_projects \
58
SCRIPT_FILE=/u01/oracle/container-scripts/* \
9+
HEALTH_SCRIPT_FILE=/u01/oracle/container-scripts/get_healthcheck_url.sh \
610
JAVA_OPTIONS="-Doracle.jdbc.fanEnabled=false -Dweblogic.StdoutDebugEnabled=false" \
711
PATH=$PATH:/usr/java/default/bin:/u01/oracle/oracle_common/common/bin:/u01/oracle/wlserver/common/bin:/u01/oracle/container-scripts
812

913
USER root
1014
RUN mkdir -p $VOLUME_DIR && chown oracle:root /u01 $VOLUME_DIR && \
11-
mkdir -p /u01/oracle/container-scripts && \
12-
yum install -y hostname ant && \
13-
rm -rf /var/cache/yum
15+
mkdir -p /u01/oracle/container-scripts
1416

15-
#COPY container-scripts/* /u01/oracle/container-scripts/
1617
COPY --chown=oracle:root files/container-scripts/ /u01/oracle/container-scripts/
1718
RUN chmod +xr $SCRIPT_FILE
1819

1920
USER oracle
21+
22+
RUN if [ -f "${ORACLE_HOME}/soa/soa/thirdparty/edifecs/XEngine_8_4_1_23.tar.gz" ]; then \
23+
cd $ORACLE_HOME/soa/soa/thirdparty/edifecs && \
24+
tar -zxvf XEngine_8_4_1_23.tar.gz \
25+
else \
26+
echo -e "\nNo XEngine_8_4_1_23.tar.gz present in ${ORACLE_HOME}/soa/soa/thirdparty/edifecs directory. Skipping untar." 1>&2; \
27+
fi
28+
HEALTHCHECK --start-period=5m --interval=1m CMD curl -k -s --fail `$HEALTH_SCRIPT_FILE` || exit 1
2029
WORKDIR ${ORACLE_HOME}
2130
CMD ["/u01/oracle/container-scripts/createDomainAndStart.sh"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
create
22
--jdkVersion=%JDK_VERSION%
3-
--type soa_osb
3+
--type soa_osb_b2b
44
--version=12.2.1.4.0
55
--tag=%BUILDTAG%
66
--pull
77
--chown oracle:root
8-
--installerResponseFile %DOCKER_REPO%/OracleFMWInfrastructure/dockerfiles/12.2.1.4.0/install.file,%DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/install/soasuite.response,%DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/install/osb.response
8+
--installerResponseFile %DOCKER_REPO%/OracleFMWInfrastructure/dockerfiles/12.2.1.4.0/install.file,%DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/install/soasuite.response,%DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/install/osb.response,%DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/install/b2b.response
99
--additionalBuildCommands %DOCKER_REPO%/OracleSOASuite/imagetool/12.2.1.4.0/additionalBuildCmds.txt
1010
--additionalBuildFiles %DOCKER_REPO%/OracleSOASuite/dockerfiles/12.2.1.4.0/container-scripts

OracleWebCenterContent/kubernetes/imagetool-scripts/additionalBuildCmds.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN mkdir -p $VOLUME_DIR && \
1616
mkdir -p /u01/oracle/container-scripts && \
1717
mkdir -p /u01/oracle/silent-install-files-tmp/config && \
1818
mkdir -p /u01/oracle/logs && \
19-
chown oracle:oracle -R /u01 $VOLUME_DIR && \
19+
chown oracle:root -R /u01 $VOLUME_DIR && \
2020
chmod a+xr /u01
21-
COPY --chown=oracle:oracle files/container-scripts/ /u01/oracle/container-scripts/
21+
COPY --chown=oracle:root files/container-scripts/ /u01/oracle/container-scripts/
2222
RUN chmod +xr $SCRIPT_FILE
2323

2424

OracleWebCenterContent/kubernetes/imagetool-scripts/buildArgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ create
44
--version=12.2.1.4.0
55
--tag=%BUILDTAG%
66
--pull
7+
--chown oracle:root
78
--additionalBuildCommands %DOCKER_REPO%/OracleWebCenterContent/imagetool/12.2.1.4.0/additionalBuildCmds.txt
89
--additionalBuildFiles %DOCKER_REPO%/OracleWebCenterContent/dockerfiles/12.2.1.4.0/container-scripts
910

OracleWebCenterPortal/kubernetes/create-wcp-domain/domain-home-on-pv/common/createWebCenterPortalDomain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class WCPortal12214Provisioner:
3535
'@@ORACLE_HOME@@/wcportal/common/templates/wls/oracle.wc_spaces_template.jar',
3636
'@@ORACLE_HOME@@/wcportal/common/templates/wls/oracle.analyticscollector_template.jar'
3737
],
38-
'serverGroupsToTarget' : [ 'SPACES-MGD-SVRS' ]
38+
'serverGroupsToTarget' : [ 'SPACES-MGD-SVRS', 'AS-MGD-SVRS' ]
3939
}
4040

4141
def __init__(self, oracleHome, javaHome, domainParentDir, adminListenPort, adminName, managedNameBase, managedServerPort, prodMode, managedCount, clusterName):

docs-source/content/oam/manage-oam-domains/monitoring-oam-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ After ServiceMonitor is deployed, the wls-exporter should be discovered by Prome
707707

708708
1. Access the Grafana dashboard with the following URL: `http://${MASTERNODE-HOSTNAME}:32100` and login with `admin/admin`. Change your password when prompted.
709709

710-
1. Import the Grafana dashboard by navigating on the left hand menu to *Create* > *Import*. Copy the content from `<work_directory>/FMW-DockerImages/OracleAccessManagement/kubernetes/3.0.1/grafana/weblogic_dashboard.json` and paste. Then click *Load* and *Import*.
710+
1. Import the Grafana dashboard by navigating on the left hand menu to *Create* > *Import*. Copy the content from `<work_directory>/OracleAccessManagement/kubernetes/3.0.1/grafana/weblogic_dashboard.json` and paste. Then click *Load* and *Import*.
711711

712712

713713

docs-source/content/soa-domains/adminguide/configure-load-balancer/nginx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Follow these steps to set up NGINX as a load balancer for an Oracle SOA Suite do
1616

1717
1. [Install the NGINX load balancer for non-SSL and SSL termination configuration](#install-the-nginx-load-balancer-for-non-ssl-and-ssl-termination-configuration)
1818
2. [Generate secret for SSL access](#generate-secret-for-ssl-access)
19-
3. [Install NGINX load balancer for end-to-end configuration](#install-nginx-load-balancer-for-end-to-end-configuration)
19+
3. [Install NGINX load balancer for end-to-end SSL configuration](#install-nginx-load-balancer-for-end-to-end-ssl-configuration)
2020
4. [Configure NGINX to manage ingresses](#configure-nginx-to-manage-ingresses)
2121
5. [Verify domain application URL access](#verify-domain-application-url-access)
22-
6. [Uninstall Nginx ingress](#uninstall-nginx-ingress)
23-
7. [Uninstall Nginx](#uninstall-nginx)
22+
6. [Uninstall NGINX ingress](#uninstall-nginx-ingress)
23+
7. [Uninstall NGINX](#uninstall-nginx)
2424

2525

2626
To get repository information, enter the following Helm commands:
@@ -417,13 +417,13 @@ Verify that the Oracle SOA Suite domain application URLs are accessible through
417417
```
418418
> Note: This is the default host name. If you have updated the host name in `value.yaml`, then use the updated values.
419419

420-
#### Uninstall Nginx ingress
420+
#### Uninstall NGINX ingress
421421
Uninstall and delete the `ingress-nginx` deployment:
422422

423423
```bash
424424
$ helm delete soa-nginx-ingress -n soans
425425
```
426-
#### Uninstall Nginx
426+
#### Uninstall NGINX
427427

428428
```bash
429429
$ helm delete nginx-ingress -n soans

docs-source/content/soa-domains/create-or-update-image/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The installation binaries and patches required for release 21.2.2 are:
132132
* Oracle SOA Suite installers:
133133
* fmw_12.2.1.4.0_soa.jar
134134
* fmw_12.2.1.4.0_osb.jar
135-
* fmw_12.2.1.4.0_b2bhealthcare_generic.jar
135+
* fmw_12.2.1.4.0_b2bhealthcare.jar
136136

137137
{{% notice warning %}}
138138
In this release, Oracle B2B is not supported to be configured, but the installer is required for completeness.
@@ -198,7 +198,7 @@ The following files in the code repository location `<imagetool-setup-location>/
198198
199199
$ imagetool cache addInstaller --type osb --version 12.2.1.4.0 --path <download location>/fmw_12.2.1.4.0_osb.jar
200200
201-
$ imagetool cache addInstaller --type b2b --version 12.2.1.4.0 --path <download location>/fmw_12.2.1.4.0_b2bhealthcare_generic.jar
201+
$ imagetool cache addInstaller --type b2b --version 12.2.1.4.0 --path <download location>/fmw_12.2.1.4.0_b2bhealthcare.jar
202202
203203
```
204204
1. Add the downloaded OPatch patch to the WebLogic Image Tool cache:
@@ -362,7 +362,7 @@ The following files in the code repository location `<imagetool-setup-location>/
362362
COPY --chown=oracle:root fmw_12.2.1.4.0_infrastructure.jar install.file /tmp/imagetool/
363363
COPY --chown=oracle:root fmw_12.2.1.4.0_soa.jar soasuite.response /tmp/imagetool/
364364
COPY --chown=oracle:root fmw_12.2.1.4.0_osb.jar osb.response /tmp/imagetool/
365-
COPY --chown=oracle:root fmw_12.2.1.4.0_b2bhealthcare_generic.jar b2b.response /tmp/imagetool/
365+
COPY --chown=oracle:root fmw_12.2.1.4.0_b2bhealthcare.jar b2b.response /tmp/imagetool/
366366
COPY --chown=oracle:root oraInst.loc /u01/oracle/
367367

368368
USER oracle
@@ -383,7 +383,7 @@ The following files in the code repository location `<imagetool-setup-location>/
383383
-responseFile /tmp/imagetool/osb.response -invPtrLoc /u01/oracle/oraInst.loc -ignoreSysPrereqs -force -novalidation \
384384
&& echo "INSTALLING b2b" \
385385
&& \
386-
/u01/jdk/bin/java -Xmx1024m -jar /tmp/imagetool/fmw_12.2.1.4.0_b2bhealthcare_generic.jar -silent ORACLE_HOME=/u01/oracle \
386+
/u01/jdk/bin/java -Xmx1024m -jar /tmp/imagetool/fmw_12.2.1.4.0_b2bhealthcare.jar -silent ORACLE_HOME=/u01/oracle \
387387
-responseFile /tmp/imagetool/b2b.response -invPtrLoc /u01/oracle/oraInst.loc -ignoreSysPrereqs -force -novalidation \
388388
&& chmod -R g+r /u01/oracle
389389

0 commit comments

Comments
 (0)