Skip to content

Commit d2b210e

Browse files
authored
Updated MOS link for the SOA Suite image for 20.4.2 release (#38)
Documentation fixes for SOA Suite image for 20.4.2 release
1 parent 7c4f5b0 commit d2b210e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs-source/content/soa-domains/installguide/prepare-your-environment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can now use the deployment scripts from `${WORKDIR}/weblogic-kubernetes-oper
104104

105105
The Oracle SOA Suite image with latest bundle patch and required interim patches can be obtained from My Oracle Support (MOS). This is the only image supported for production deployments. Follow the below steps to download the Oracle SOA Suite image from My Oracle Support.
106106

107-
1. Download the patch `32215749` from My Oracle Support (MOS).
107+
1. Download the patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749) from My Oracle Support (MOS).
108108
1. Unzip the downloaded patch zip file.
109109
1. Load the image archive using `docker load` command:
110110

docs-source/content/soa-domains/installguide/prerequisites/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the current production release 20.4.2:
1919
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`).
2020
* Helm 3.1.3+ (check with `helm version --client --short`).
2121
* Oracle WebLogic Kubernetes operator 3.0.1 (see [operator releases](https://github.com/oracle/weblogic-kubernetes-operator/releases) page).
22-
* Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch 32215749). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.
22+
* Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749)). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.
2323
* You must have the `cluster-admin` role to install the operator. The operator does not need the `cluster-admin` role at runtime.
2424
* We do not currently support running SOA in non-Linux containers.
2525
* Additionally, see the Oracle SOA Suite [documentation](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/insoa/preparing-install-and-configure-product.html#GUID-E2D4D481-BE80-4600-8078-FD9C03A30210) for other requirements such as database version.

docs-source/content/soa-domains/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Review the latest changes and known issues for Oracle SOA Suite on Kubernetes.
1212

1313
| Date | Version | Introduces backward incompatibilities | Change |
1414
| --- | --- | --- | --- |
15-
| November 30, 2020 | 20.4.2 | no | Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch 32215749).
15+
| November 30, 2020 | 20.4.2 | no | Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749)).
1616
| October 3, 2020 | 20.3.3 | no | Certified Oracle WebLogic Kubernetes operator version 3.0.1. Kubernetes 1.14.8+, 1.15.7+, 1.16.0+, 1.17.0+, and 1.18.0+ support. Flannel is the only supported CNI in this release. SSL enabling for the Administration Server and Managed Servers is supported. Only Oracle SOA Suite 12.2.1.4 is supported.
1717

1818

docs/20.4.2/soa-domains/installguide/prepare-your-environment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ <h3 id="obtain-the-oracle-soa-suite-docker-image">Obtain the Oracle SOA Suite Do
991991
<p>The Oracle SOA Suite image with latest bundle patch and required interim patches can be obtained from My Oracle Support (MOS). This is the only image supported for production deployments. Follow the below steps to download the Oracle SOA Suite image from My Oracle Support.</p>
992992
<ol>
993993
<li>
994-
<p>Download the patch <code>32215749</code> from My Oracle Support (MOS).</p>
994+
<p>Download the patch <a href="https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749">32215749</a> from My Oracle Support (MOS).</p>
995995
</li>
996996
<li>
997997
<p>Unzip the downloaded patch zip file.</p>

docs/20.4.2/soa-domains/installguide/prerequisites/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ <h3 id="system-requirements-for-oracle-soa-suite-domains">System requirements fo
904904
<li>Flannel networking v0.9.1-amd64 or later (check with <code>docker images | grep flannel</code>).</li>
905905
<li>Helm 3.1.3+ (check with <code>helm version --client --short</code>).</li>
906906
<li>Oracle WebLogic Kubernetes operator 3.0.1 (see <a href="https://github.com/oracle/weblogic-kubernetes-operator/releases">operator releases</a> page).</li>
907-
<li>Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch 32215749). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.</li>
907+
<li>Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch <a href="https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749">32215749</a>). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.</li>
908908
<li>You must have the <code>cluster-admin</code> role to install the operator. The operator does not need the <code>cluster-admin</code> role at runtime.</li>
909909
<li>We do not currently support running SOA in non-Linux containers.</li>
910910
<li>Additionally, see the Oracle SOA Suite <a href="https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/insoa/preparing-install-and-configure-product.html#GUID-E2D4D481-BE80-4600-8078-FD9C03A30210">documentation</a> for other requirements such as database version.</li>

docs/20.4.2/soa-domains/release-notes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ <h3 id="recent-changes">Recent changes</h3>
902902
<td>November 30, 2020</td>
903903
<td>20.4.2</td>
904904
<td>no</td>
905-
<td>Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch 32215749).</td>
905+
<td>Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch <a href="https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749">32215749</a>).</td>
906906
</tr>
907907
<tr>
908908
<td>October 3, 2020</td>

docs/v20.4.2/content/soa-domains/installguide/prepare-your-environment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can now use the deployment scripts from `${WORKDIR}/weblogic-kubernetes-oper
104104

105105
The Oracle SOA Suite image with latest bundle patch and required interim patches can be obtained from My Oracle Support (MOS). This is the only image supported for production deployments. Follow the below steps to download the Oracle SOA Suite image from My Oracle Support.
106106

107-
1. Download the patch `32215749` from My Oracle Support (MOS).
107+
1. Download the patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749) from My Oracle Support (MOS).
108108
1. Unzip the downloaded patch zip file.
109109
1. Load the image archive using `docker load` command:
110110

docs/v20.4.2/content/soa-domains/installguide/prerequisites/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the current production release 20.4.2:
1919
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`).
2020
* Helm 3.1.3+ (check with `helm version --client --short`).
2121
* Oracle WebLogic Kubernetes operator 3.0.1 (see [operator releases](https://github.com/oracle/weblogic-kubernetes-operator/releases) page).
22-
* Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch 32215749). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.
22+
* Oracle SOA Suite 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749)). This image contains the latest bundle patch and one-off patches for Oracle SOA Suite.
2323
* You must have the `cluster-admin` role to install the operator. The operator does not need the `cluster-admin` role at runtime.
2424
* We do not currently support running SOA in non-Linux containers.
2525
* Additionally, see the Oracle SOA Suite [documentation](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/insoa/preparing-install-and-configure-product.html#GUID-E2D4D481-BE80-4600-8078-FD9C03A30210) for other requirements such as database version.

docs/v20.4.2/content/soa-domains/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Review the latest changes and known issues for Oracle SOA Suite on Kubernetes.
1212

1313
| Date | Version | Introduces backward incompatibilities | Change |
1414
| --- | --- | --- | --- |
15-
| November 30, 2020 | 20.4.2 | no | Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch 32215749).
15+
| November 30, 2020 | 20.4.2 | no | Supports Oracle SOA Suite 12.2.1.4 domains deployment using October 2020 PSU and known bug fixes. Added HEALTHCHECK support for Oracle SOA Suite docker image. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch [32215749](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32215749)).
1616
| October 3, 2020 | 20.3.3 | no | Certified Oracle WebLogic Kubernetes operator version 3.0.1. Kubernetes 1.14.8+, 1.15.7+, 1.16.0+, 1.17.0+, and 1.18.0+ support. Flannel is the only supported CNI in this release. SSL enabling for the Administration Server and Managed Servers is supported. Only Oracle SOA Suite 12.2.1.4 is supported.
1717

1818

0 commit comments

Comments
 (0)