Skip to content

Commit a92f7ee

Browse files
authored
SOA and WCC 21.1.2 doc corrections (#50)
SOA and WCC 21.1.2 doc corrections
1 parent a1285cc commit a92f7ee

File tree

12 files changed

+9949
-29
lines changed

12 files changed

+9949
-29
lines changed

OracleWebCenterContent/kubernetes/ingress-per-domain/templates/nginx-ingress.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ spec:
5050
backend:
5151
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
5252
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
53-
- path: /_ocsh
54-
backend:
55-
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
56-
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
5753
- path: /weblogic/ready
5854
backend:
5955
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ucmClusterName | lower | replace "_" "-" }}'

OracleWebCenterContent/kubernetes/ingress-per-domain/templates/traefik-ingress.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ spec:
5454
backend:
5555
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
5656
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
57-
- path: /_ocsh
58-
backend:
59-
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
60-
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
6157
- path: /weblogic/ready
6258
backend:
6359
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ucmClusterName | lower | replace "_" "-" }}'

OracleWebCenterContent/kubernetes/ingress-per-domain/templates/voyager-ingress.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ spec:
5959
backend:
6060
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
6161
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
62-
- path: /_ocsh
63-
backend:
64-
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ibrClusterName | lower | replace "_" "-" }}'
65-
servicePort: {{ .Values.wlsDomain.ibrManagedServerPort }}
6662
- path: /weblogic/ready
6763
backend:
6864
serviceName: '{{ .Values.wlsDomain.domainUID }}-cluster-{{ .Values.wlsDomain.ucmClusterName | lower | replace "_" "-" }}'

docs-source/content/soa-domains/appendix/quickstart-deployment-on-prem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Any time you see `YOUR_USERID` in a command, you should replace it with your act
8080
$ /sbin/sysctl net.ipv4.ip_nonlocal_bind=1
8181
```
8282
83-
1. **To preserve the settings permanently**: Update the above values to 1 in files in ``/usr/lib/sysctl.d/``, ``/run/sysctl.d/``, and ``/etc/sysctl.d/`.`
83+
1. **To preserve the settings permanently**: Update the above values to 1 in files in ``/usr/lib/sysctl.d/``, ``/run/sysctl.d/``, and ``/etc/sysctl.d/``.
8484
8585
1. Verify the iptables rule for forwarding.
8686

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Review the latest changes and known issues for Oracle SOA Suite on Kubernetes.
1010

1111
### Recent changes
1212

13-
| Date | Version | Introduces backward incompatibilities | Change |
14-
| --- | --- | --- | --- |
15-
| February 28, 2021 | 21.1.2 | no | Supports Oracle SOA Suite 12.2.1.4 domains deployment using January 2021 PSU and known bug fixes. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch [32398542](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32398542)).
16-
| 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)).
17-
| 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.
13+
| Date | Version | Change |
14+
| --- | --- | --- |
15+
| February 28, 2021 | 21.1.2 | Supports Oracle SOA Suite 12.2.1.4 domains deployment using January 2021 PSU and known bug fixes. Oracle SOA Suite 12.2.1.4 Docker image for this release can be downloaded from My Oracle Support (MOS patch [32398542](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32398542)).
16+
| November 30, 2020 | 20.4.2 | 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)).
17+
| October 3, 2020 | 20.3.3 | 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.
1818

1919

2020
### Known issues

0 commit comments

Comments
 (0)