Skip to content

Commit 83315f4

Browse files
authored
WCC and WCS 21.4.3 release documentation (#91)
1 parent eb5189a commit 83315f4

File tree

830 files changed

+254301
-1027
lines changed

Some content is hidden

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

830 files changed

+254301
-1027
lines changed

OracleUnifiedDirectory/kubernetes/helm/oud-ds-rs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,10 +1038,10 @@ Following kind of output would be shown after successful execution of `helm inst
10381038
NOTES:
10391039
Since "nginx" has been chosen, follow the steps below to configure nginx ingress controller.
10401040
Add Repo reference to helm for retriving/installing Chart for nginx-ingress implementation.
1041-
command-# helm repo add stable https://kubernetes-charts.storage.googleapis.com
1041+
command-# helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
10421042
10431043
Command helm install to install nginx-ingress related objects like pod, service, deployment, etc.
1044-
# helm install --namespace <namespace for ingress> --values nginx-ingress-values-override.yaml lbr-nginx stable/nginx-ingress
1044+
# helm install --namespace <namespace for ingress> --values nginx-ingress-values-override.yaml lbr-nginx ingress-nginx/nginx-ingress
10451045
10461046
For details of content of nginx-ingress-values-override.yaml refer README.md file of this chart.
10471047

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ In addition, we've provided the deployment scripts in this repository to assist
1212
- [Oracle SOA Suite](/OracleSOASuite)
1313
- [Oracle Unified Directory](/OracleUnifiedDirectory)
1414
- [Oracle Unified Directory Services Manager](/OracleUnifiedDirectorySM)
15+
- [Oracle WebCenter Content](/OracleWebCenterContent)
1516
- [Oracle WebCenter Portal](/OracleWebCenterPortal)
1617
- [Oracle WebCenter Sites](/OracleWebCenterSites)
1718

docs-source/content/oud/manage-oud-containers/monitoring-oud-instance.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ Add the Prometheus and Grafana Helm repositories by issuing the following comman
3636
```
3737
$ helm repo add prometheus https://prometheus-community.github.io/helm-charts
3838
"prometheus" has been added to your repositories
39-
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
40-
"stable" has been added to your repositories
4139
$ helm repo update
4240
Hang tight while we grab the latest from your chart repositories...
4341
...Successfully got an update from the "prometheus" chart repository
44-
...Successfully got an update from the "stable" chart repository
4542
Update Complete. Happy Helming!
4643
$
4744
```

docs-source/content/oudsm/manage-oudsm-containers/monitoring-oudsm-instance.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ Add the Prometheus and Grafana Helm repositories by issuing the following comman
3636
```
3737
$ helm repo add prometheus https://prometheus-community.github.io/helm-charts
3838
"prometheus" has been added to your repositories
39-
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
40-
"stable" has been added to your repositories
4139
$ helm repo update
4240
Hang tight while we grab the latest from your chart repositories...
4341
...Successfully got an update from the "prometheus" chart repository
44-
...Successfully got an update from the "stable" chart repository
4542
Update Complete. Happy Helming!
4643
$
4744
```

docs-source/content/wccontent-domains/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
title: "Oracle WebCenter Content"
33
date: 2020-11-27T16:43:45-05:00
44
weight: 7
5-
description: "The Oracle WebLogic Server Kubernetes Operator (the “operator”) supports deployment of Oracle WebCenter Content servers such as Oracle WebCenter Content(Content Server) and Oracle WebCenter Content(Inbound Refinery Server). Follow the instructions in this guide to set up Oracle WebCenter Content domain on Kubernetes."
5+
description: "WebLogic Kubernetes Operator (the “operator”) supports deployment of Oracle WebCenter Content servers such as Oracle WebCenter Content(Content Server) and Oracle WebCenter Content(Inbound Refinery Server). Follow the instructions in this guide to set up Oracle WebCenter Content domain on Kubernetes."
66
---
77

88

99
In this release, Oracle WebCenter Content domain is supported using the “domain on a persistent volume”
1010
[model](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/choosing-a-model/) only, where the domain home is located in a persistent volume (PV).
1111

12-
The operator has several key features to assist you with deploying and managing Oracle WebCenter Content domain in a Kubernetes environment. You can:
12+
The WebLogic Kubernetes Operator has several key features to assist you with deploying and managing Oracle WebCenter Content domain in a Kubernetes environment. You can:
1313

1414
* Create Oracle WebCenter Content instances(Oracle WebCenter Content server & Oracle WebCenter Content Inbounnd Refinery server) in a Kubernetes persistent volume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
1515
* Start servers based on declarative startup parameters and desired states.
1616
* Expose the Oracle WebCenter Content services and composites for external access.
1717
* Scale Oracle WebCenter Content domains by starting and stopping Managed Servers on demand, or by integrating with a REST API.
18-
* Publish operator and WebLogic Server logs to Elasticsearch and interact with them in Kibana.
18+
* Publish WebLogic Kubernetes Operator and WebLogic Server logs to Elasticsearch and interact with them in Kibana.
1919
* Monitor the Oracle WebCenter Content instance using Prometheus and Grafana.
2020

2121
#### Current production release
2222

23-
The current supported production release of the Oracle WebLogic Server Kubernetes Operator, for Oracle WebCenter Content domain deployment is [3.1.1](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v3.1.1).
23+
The current supported production release of WebLogic Kubernetes Operator, for Oracle WebCenter Content domain deployment is [3.2.5](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v3.2.5).
2424

2525
#### Recent changes
2626

@@ -36,13 +36,13 @@ This documentation includes sections targeted to different audiences. To help yo
3636
please consult this table of contents:
3737

3838
* [Quick Start]({{< relref "/wccontent-domains/appendix/quickstart-deployment-guide.md" >}}) explains how to quickly get an Oracle WebCenter Content instance running, using the defaults. Note that this is only for development and test purposes.
39-
* [Install Guide]({{< relref "/wccontent-domains/installguide/_index.md" >}}) and [Administration Guide]({{< relref "/wccontent-domains/adminguide/" >}}) provide detailed information about all aspects of using the Kubernetes operator including:
39+
* [Install Guide]({{< relref "/wccontent-domains/installguide/_index.md" >}}) and [Administration Guide]({{< relref "/wccontent-domains/adminguide/" >}}) provide detailed information about all aspects of using WebLogic Kubernetes Operator including:
4040

41-
* Installing and configuring the operator.
42-
* Using the operator to create and manage Oracle WebCenter Content domain.
41+
* Installing and configuring WebLogic Kubernetes Operator.
42+
* Using WebLogic Kubernetes Operator to create and manage Oracle WebCenter Content domain.
4343
* Configuring Kubernetes load balancers.
4444
* Configuring Custom SSL certificates.
45-
* Configuring Elasticsearch and Kibana to access the operator and WebLogic Server log files.
45+
* Configuring Elasticsearch and Kibana to access the WebLogic Kubernetes Operator and WebLogic Server log files.
4646
* Deploying composite applications for Oracle WebCenter Content.
4747
* Patching an Oracle WebCenter Content Docker image.
4848
* Removing/deleting domain.
@@ -51,6 +51,6 @@ please consult this table of contents:
5151

5252
#### Additional reading
5353

54-
Oracle WebCenter Content domain deployment on Kubernetes leverages the Oracle WebLogic Server Kubernetes operator framework.
55-
* To develop an understanding of the operator, including design, architecture, domain life cycle management, and configuration overrides, review the [operator documentation](https://oracle.github.io/weblogic-kubernetes-operator).
54+
Oracle WebCenter Content domain deployment on Kubernetes leverages WebLogic Kubernetes Operator framework.
55+
* To develop an understanding of WebLogic Kubernetes Operator, including design, architecture, domain life cycle management, and configuration overrides, review the [WebLogic Kubernetes Operator documentation](https://oracle.github.io/weblogic-kubernetes-operator).
5656
* To learn more about the Oracle WebCenter Content architecture and components, see [Understanding Oracle WebCenter Content](https://docs.oracle.com/en/middleware/webcenter/content/12.2.1.4/index.html).

docs-source/content/wccontent-domains/adminguide/configure-load-balancer/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pre: "<b> </b>"
77
description: "Configure different load balancers for Oracle WebCenter Content domains."
88
---
99

10-
The Oracle WebLogic Server Kubernetes operator supports ingress-based load balancers such as Traefik, NGINX (kubernetes/ingress-nginx) and Voyager. It also supports Apache webtier load balancer.
10+
WebLogic Kubernetes Operator supports ingress-based load balancers such as Traefik and NGINX (kubernetes/ingress-nginx). It also supports Apache webtier load balancer.
1111

1212

1313
{{% children style="h4" description="true" %}}

docs-source/content/wccontent-domains/adminguide/configure-load-balancer/apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Apache webtier"
33
date: 2021-15-02 T15:44:42-05:00
44
draft: false
55
weight: 4
6-
pre: "<b>d. </b>"
6+
pre: "<b>c. </b>"
77
description: "Configure the Apache webtier load balancer for Oracle WebCenter Content domain."
88
---
99

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ Follow these steps to set up NGINX as a load balancer for an Oracle WebCenter Co
3636
#### Install the NGINX load balancer
3737

3838
1. Deploy the `ingress-nginx` controller by using Helm on the domain namespace:
39-
39+
40+
For Kubernetes versions up to v1.18.x:
4041
```bash
4142
$ helm install nginx-ingress -n wccns \
43+
--version=3.34.0 \
4244
--set controller.service.type=NodePort \
4345
--set controller.admissionWebhooks.enabled=false \
4446
ingress-nginx/ingress-nginx
@@ -246,8 +248,11 @@ Uninstall and delete the `ingress-nginx` deployment:
246248
```
247249

248250
1. Deploy the ingress-nginx controller by using Helm on the domain namespace:
251+
252+
For Kubernetes versions up to v1.18.x:
249253
```bash
250254
$ helm install nginx-ingress -n wccns \
255+
--version=3.34.0 \
251256
--set controller.extraArgs.default-ssl-certificate=wccns/domain1-tls-cert \
252257
--set controller.service.type=NodePort \
253258
--set controller.admissionWebhooks.enabled=false \
@@ -402,7 +407,7 @@ Verify that the Oracle WebCenter Content domain application URLs are accessible
402407

403408
#### Deploy tls to access Administration Server
404409

405-
1. As `ssl-passthrough` in NGINX works on the clusterIP of the backing service instead of individual endpoints, you must expose `adminserver service` created by the operator with clusterIP.
410+
1. As `ssl-passthrough` in NGINX works on the clusterIP of the backing service instead of individual endpoints, you must expose `adminserver service` created by the WebLogic Kubernetes Operator with clusterIP.
406411

407412
For example:
408413

0 commit comments

Comments
 (0)