Skip to content

Commit

Permalink
Webcenter Portal and Content Release for 22.2.3 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashageetha authored Jun 28, 2022
1 parent 2588a43 commit 91e4b22
Show file tree
Hide file tree
Showing 258 changed files with 170,917 additions and 9,931 deletions.
2 changes: 1 addition & 1 deletion OracleWebCenterContent/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
WebLogic Kubernetes Operator (the “operator”) supports deployment of Oracle WebCenter Content servers such as Oracle WebCenter Content Server and Oracle WebCenter Inbound Refinery Server.

***
The current supported production release is [22.1.3](https://github.com/oracle/fmw-kubernetes/releases).
The current supported production release is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases).
***

In this release, Oracle WebCenter Content domain is supported using the “domain on a persistent volume”
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool

For the release 22.1.3, follow the instructions in this [document](https://oracle.github.io/fmw-kubernetes/wccontent-domains/create-or-update-image/#create-an-image) to create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool.
For the release 22.2.3, follow the instructions in this [document](https://oracle.github.io/fmw-kubernetes/wccontent-domains/create-or-update-image/#create-an-image) to create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ The arguments required for updating the image can be passed as file to the WebLo
'--fromImage' option provides the existing docker image that has to be updated.
'--tag' option should be provided with the new tag for the updated image.
'--additionalBuildCommands' option should be provided with the above created additional build commands file.

'--chown oracle:root' option should be provided to update file permissions.

Below is a sample build argument (buildArgs) file, to be used for updating the image,


Expand All @@ -57,7 +58,7 @@ Below is a sample build argument (buildArgs) file, to be used for updating the i
--fromImage <existing_WCContent_image_without_dependent_packages>
--tag <name_of_updated_WCContent_image_to_be_built>
--additionalBuildCommands ./additionalBuildCmds.txt
--chown oracle:root
```

#### Update Oracle WebCenter Content Container Image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,22 @@ Oracle WebCenter Content domain deployment on Kubernetes leverages the WebLogic

The Oracle WebCenter Content 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 WebCenter Content image from My Oracle Support.

1. Download patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196) from My Oracle Support (MOS).
1. Download patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566) from My Oracle Support (MOS).
1. Unzip the downloaded patch zip file.

For example:
```bash
$ unzip p32822360_122140_Linux-x86-64.zip
$ unzip p34192566_122140_Linux-x86-64.zip
# sample output
Archive: p32822360_122140_Linux-x86-64.zip
inflating: wccontent-12.2.1.4.0-8-ol7-210507.0906.tar
Archive: p34192566_122140_Linux-x86-64.zip
inflating: wccontent-12.2.1.4-jdk8-ol7-220519.2037.tar
inflating: README.html
```
1. Load the image archive using the `docker load` command.

For example:
```bash
$ docker load < wccontent-12.2.1.4.0-8-ol7-210507.0906.tar
$ docker load < wccontent-12.2.1.4-jdk8-ol7-220519.2037.tar
```

{{%expand "Click here to see sample output" %}}
Expand All @@ -128,16 +128,16 @@ The Oracle WebCenter Content image with latest bundle patch and required interim
cd87862f5c14: Loading layer [==================================================>] 4.608kB/4.608kB
12661fb5186c: Loading layer [==================================================>] 137.2kB/137.2kB
f84db83c8dfa: Loading layer [==================================================>] 69.12kB/69.12kB
Loaded image: oracle/wccontent:12.2.1.4.0-8-ol7-210507.0906
Loaded image: oracle/wccontent:12.2.1.4-jdk8-ol7-220519.2037
```
{{% /expand %}}
1. Run the `docker inspect` command to verify that the downloaded image is the latest released image. The value of label `com.oracle.weblogic.imagetool.buildid` must match to `29ff0886-a299-4860-9b13-fd6bb80ec354`.
1. Run the `docker inspect` command to verify that the downloaded image is the latest released image. The value of label `com.oracle.weblogic.imagetool.buildid` must match to `f83a7f6c-b564-4367-93e3-f809371dfa79`.
For example:
```bash
$ docker inspect --format='{{ index .Config.Labels "com.oracle.weblogic.imagetool.buildid" }}' oracle/wccontent:12.2.1.4.0-8-ol7-210507.0906
29ff0886-a299-4860-9b13-fd6bb80ec354
$ docker inspect --format='{{ index .Config.Labels "com.oracle.weblogic.imagetool.buildid" }}' oracle/wccontent:12.2.1.4-jdk8-ol7-220519.2037
f83a7f6c-b564-4367-93e3-f809371dfa79
```

Alternatively, if you want to build and use Oracle WebCenter Content Container image, using WebLogic Image Tool, with any additional bundle patch or interim patches, then follow these [steps]({{< relref "/wccontent-domains/create-or-update-image/#create-or-update-an-oracle-webcenter-content-docker-image-using-the-weblogic-image-tool" >}}) to create the image.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ This section provides information about the system requirements and limitations

### System requirements for Oracle WebCenter Content domains

For the current production release 22.1.3:
For the current production release 22.2.3:

* Oracle Linux 7 (UL6+) and Red Hat Enterprise Linux 7 (UL3+ only with standalone Kubernetes) are supported.
* Supported Kubernetes versions are: 1.16.15+, 1.17.13+ and 1.18.10+ (check with `kubectl version`).
* Docker 18.09.1ce, 19.03.1 (check with `docker version`) or CRI-O 1.14.7 (check with `crictl version | grep RuntimeVersion`).
* Flannel networking v0.12.0-amd64 or later (check with `docker images | grep flannel`).
* Helm 3.4.1 (check with `helm version --client --short`).
* Oracle WebLogic Kubernetes Operator 3.3.0 (see [WebLogic Kubernetes Operator releases](https://github.com/oracle/weblogic-kubernetes-operator/releases) page).
* Oracle WebCenter Content 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)). This image contains the latest bundle patch and one-off patches for Oracle WebCenter Content.
* Oracle WebCenter Content 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)). This image contains the latest bundle patch and one-off patches for Oracle WebCenter Content.
* You must have the `cluster-admin` role to install WebLogic Kubernetes Operator. The WebLogic Kubernetes Operator does not need the `cluster-admin` role at runtime.
* We do not currently support running Oracle WebCenter Content in non-Linux containers.
* Additionally, see the Oracle WebCenter Content [documentation](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/inecm/preparing-install-and-configure-product.html#GUID-16F78BFD-4095-45EE-9C3B-DB49AD5CBAAD) for other requirements such as database version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pre = "<b>7. </b>"


This is a guide to run WebLogic Kubernetes Operator managed WebCenter Content domain on Oracle Cloud Infrastructure.
This section of the documentation is certified for WebLogic Kubernetes Operator version 3.3.0 and Oracle WebCenter Content 12.2.1.4 Jan'22 PSU (container image for this release can be downloaded from My Oracle Support MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)).
This section of the documentation is certified for WebLogic Kubernetes Operator version 3.3.0 and Oracle WebCenter Content 12.2.1.4 May'22 PSU (container image for this release can be downloaded from My Oracle Support MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)).

{{% children style="h4" description="true" %}}
1 change: 1 addition & 0 deletions docs-source/content/wccontent-domains/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Review the latest changes for Oracle WebCenter Content on Kubernetes.

| Date | Version | Change |
| --- | --- | --- |
| June 28, 2022 | 22.2.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using May 2022 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.3.0. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)).
| March 11, 2022 | 22.1.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using January 2022 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.3.0. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)).
| December 7, 2021 | 21.4.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using April 2021 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.2.5. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [32822360](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32822360)).
| June 16, 2021 | 21.2.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using April 2021 PSU and known bug fixes. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [32822360](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32822360)).
Expand Down
2 changes: 1 addition & 1 deletion docs-source/content/wcportal-domains/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The operator has several key features to assist you with deploying and managing
* Monitor the Oracle WebCenter Portal instance using Prometheus and Grafana.
#### Current release

The current release for the Oracle WebCenter Portal domain deployment on Kubernetes is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version [3.3.0](https://github.com/oracle/weblogic-kubernetes-operator/releases).
The current release for the Oracle WebCenter Portal domain deployment on Kubernetes is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases/tag/v22.2.3). This release uses the WebLogic Kubernetes Operator version [3.3.0](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v3.3.0).

>Note that this release is only for evaluation purposes and hence applicable to Development and Test deployments only.
Expand Down
14 changes: 7 additions & 7 deletions docs/22.2.3/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<title>404 Page not found</title>


<link href="/fmw-kubernetes/22.2.3/css/nucleus.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/fontawesome-all.min.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/hybrid.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/featherlight.min.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/perfect-scrollbar.min.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/theme.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/hugo-theme.css?1654867651" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/nucleus.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/fontawesome-all.min.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/hybrid.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/featherlight.min.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/perfect-scrollbar.min.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/theme.css?1656409533" rel="stylesheet">
<link href="/fmw-kubernetes/22.2.3/css/hugo-theme.css?1656409533" rel="stylesheet">

<style>
:root #header + #content > #left > #rlblock_left {
Expand Down
Loading

0 comments on commit 91e4b22

Please sign in to comment.