Skip to content

Commit 2809754

Browse files
authored
Oracle SOA Suite Kubernetes documentation updates for release 24.4.2 (#233)
1 parent 42854f2 commit 2809754

File tree

384 files changed

+109137
-222
lines changed

Some content is hidden

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

384 files changed

+109137
-222
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The operator has several key features to assist you with deploying and managing
2525

2626
#### Current production release
2727

28-
The current production release for the Oracle SOA Suite domains deployment on Kubernetes is [24.3.2](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version [4.2.4](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v4.2.4).
28+
The current production release for the Oracle SOA Suite domains deployment on Kubernetes is [24.4.2](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version [4.2.9](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v4.2.9).
2929

3030

3131
#### Recent changes and known issues
@@ -64,6 +64,7 @@ please consult this table of contents:
6464

6565
To view documentation for an earlier release, see:
6666

67+
* [Version 24.3.2](https://oracle.github.io/fmw-kubernetes/24.3.2/soa-domains/)
6768
* [Version 24.2.2](https://oracle.github.io/fmw-kubernetes/24.2.2/soa-domains/)
6869
* [Version 24.1.2](https://oracle.github.io/fmw-kubernetes/24.1.2/soa-domains/)
6970
* [Version 23.4.2](https://oracle.github.io/fmw-kubernetes/23.4.2/soa-domains/)

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,51 +37,51 @@ Refer to the [sample](https://github.com/oracle/docker-images/tree/main/OracleWe
3737

3838
<IfModule mod_weblogic.c>
3939
WebLogicHost <WEBLOGIC_HOST>
40-
WebLogicPort 7011
40+
WebLogicPort 7001
4141
</IfModule>
4242

4343
# Directive for weblogic admin Console deployed on WebLogic Admin Server
4444

4545
<Location /console>
4646
SetHandler weblogic-handler
4747
WebLogicHost soainfra-adminserver
48-
WebLogicPort 7011
48+
WebLogicPort 7001
4949
</Location>
5050

5151
<Location /em>
5252
SetHandler weblogic-handler
5353
WebLogicHost soainfra-adminserver
54-
WebLogicPort 7011
54+
WebLogicPort 7001
5555
</Location>
5656

5757
<Location /servicebus>
5858
SetHandler weblogic-handler
5959
WebLogicHost soainfra-adminserver
60-
WebLogicPort 7011
60+
WebLogicPort 7001
6161
</Location>
6262

6363
<Location /lwpfconsole>
6464
SetHandler weblogic-handler
6565
WebLogicHost soainfra-adminserver
66-
WebLogicPort 7011
66+
WebLogicPort 7001
6767
</Location>
6868

6969
<Location /xbusrouting>
7070
SetHandler weblogic-handler
7171
WebLogicHost soainfra-adminserver
72-
WebLogicPort 7011
72+
WebLogicPort 7001
7373
</Location>
7474

7575
<Location /xbustransform>
7676
SetHandler weblogic-handler
7777
WebLogicHost soainfra-adminserver
78-
WebLogicPort 7011
78+
WebLogicPort 7001
7979
</Location>
8080

8181
<Location /weblogic/ready>
8282
SetHandler weblogic-handler
8383
WebLogicHost soainfra-adminserver
84-
WebLogicPort 7011
84+
WebLogicPort 7001
8585
</Location>
8686
# Directive for all applications deployed on weblogic cluster with a prepath defined by LOCATION variable.
8787
# For example, if the LOCATION is set to '/weblogic', all applications deployed on the cluster can be accessed via
@@ -91,31 +91,31 @@ Refer to the [sample](https://github.com/oracle/docker-images/tree/main/OracleWe
9191
# Note that LOCATION cannot be set to '/' unless this is the only Location module configured.
9292
<Location /soa-infra>
9393
WLSRequest On
94-
WebLogicCluster soainfra-cluster-soa-cluster:8011
94+
WebLogicCluster soainfra-cluster-soa-cluster:7003
9595
PathTrim /weblogic1
9696
</Location>
9797

9898
<Location /soa/composer>
9999
WLSRequest On
100-
WebLogicCluster soainfra-cluster-soa-cluster:8011
100+
WebLogicCluster soainfra-cluster-soa-cluster:7003
101101
PathTrim /weblogic1
102102
</Location>
103103

104104
<Location /integration/worklistapp>
105105
WLSRequest On
106-
WebLogicCluster soainfra-cluster-soa-cluster:8011
106+
WebLogicCluster soainfra-cluster-soa-cluster:7003
107107
PathTrim /weblogic1
108108
</Location>
109109

110110
<Location /ess>
111111
WLSRequest On
112-
WebLogicCluster soainfra-cluster-soa-cluster:8011
112+
WebLogicCluster soainfra-cluster-soa-cluster:7003
113113
PathTrim /weblogic1
114114
</Location>
115115

116116
<Location /EssHealthCheck>
117117
WLSRequest On
118-
WebLogicCluster soainfra-cluster-soa-cluster:8011
118+
WebLogicCluster soainfra-cluster-soa-cluster:7003
119119
PathTrim /weblogic1
120120
</Location>
121121

@@ -133,7 +133,7 @@ Refer to the [sample](https://github.com/oracle/docker-images/tree/main/OracleWe
133133

134134
{{% /expand %}}
135135

136-
1. Create a PV and PVC (pv-claim-name) that can be used to store the custom_mod_wl_apache.conf. Refer to the [Sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/v4.1.7/kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md) for creating a PV or PVC.
136+
1. Create a PV and PVC (pv-claim-name) that can be used to store the custom_mod_wl_apache.conf. Refer to the [Sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/v4.2.9/kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md) for creating a PV or PVC.
137137

138138
#### Prepare the certificate and private key
139139

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ If needed, you can update the ingress YAML file to define more path rules (in se
280280
Host Path Backends
281281
---- ---- --------
282282
domain1.org
283-
/console soainfra-adminserver:7011 (10.244.0.45:7011)
284-
/em soainfra-adminserver:7011 (10.244.0.45:7011)
285-
/weblogic/ready soainfra-adminserver:7011 (10.244.0.45:7011)
286-
/ soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
287-
/soa-infra soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
288-
/soa/composer soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
289-
/integration/worklistapp soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
283+
/console soainfra-adminserver:7001 (10.244.0.45:7001)
284+
/em soainfra-adminserver:7001 (10.244.0.45:7001)
285+
/weblogic/ready soainfra-adminserver:7001 (10.244.0.45:7001)
286+
/ soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
287+
/soa-infra soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
288+
/soa/composer soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
289+
/integration/worklistapp soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
290290
Annotations: <none>
291291
Events:
292292
Type Reason Age From Message
@@ -313,13 +313,13 @@ If needed, you can update the ingress YAML file to define more path rules (in se
313313
Host Path Backends
314314
---- ---- --------
315315
domain1.org
316-
/console soainfra-adminserver:7011 (10.244.0.45:7011)
317-
/em soainfra-adminserver:7011 (10.244.0.45:7011)
318-
/weblogic/ready soainfra-adminserver:7011 (10.244.0.45:7011)
319-
/ soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
320-
/soa-infra soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
321-
/soa/composer soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
322-
/integration/worklistapp soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
316+
/console soainfra-adminserver:7001 (10.244.0.45:7001)
317+
/em soainfra-adminserver:7001 (10.244.0.45:7001)
318+
/weblogic/ready soainfra-adminserver:7001 (10.244.0.45:7001)
319+
/ soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
320+
/soa-infra soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
321+
/soa/composer soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
322+
/integration/worklistapp soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
323323
Annotations: kubernetes.io/ingress.class: nginx
324324
nginx.ingress.kubernetes.io/configuration-snippet:
325325
more_set_input_headers "X-Forwarded-Proto: https";
@@ -349,7 +349,7 @@ If needed, you can update the ingress YAML file to define more path rules (in se
349349
Host Path Backends
350350
---- ---- --------
351351
admin.org
352-
soainfra-adminserver-nginx-ssl:7012 (10.244.0.247:7012)
352+
soainfra-adminserver-nginx-ssl:7002 (10.244.0.247:7002)
353353
Annotations: kubernetes.io/ingress.class: nginx
354354
meta.helm.sh/release-name: soa-nginx-ingress
355355
meta.helm.sh/release-namespace: soans
@@ -369,7 +369,7 @@ If needed, you can update the ingress YAML file to define more path rules (in se
369369
Host Path Backends
370370
---- ---- --------
371371
soa.org
372-
/ soainfra-cluster-soa-cluster:8012 (10.244.0.249:8012)
372+
/ soainfra-cluster-soa-cluster:7004 (10.244.0.249:7004)
373373
Annotations: kubernetes.io/ingress.class: nginx
374374
meta.helm.sh/release-name: soa-nginx-ingress
375375
meta.helm.sh/release-namespace: soans

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Sample values for default configuration are shown in the file `${WORKDIR}/charts
156156
By default, `type` is `TRAEFIK`, `sslType` is `NONSSL`, and `domainType` is `soa`. These values can be overridden by passing values through the command line or can be edited in the sample file `values.yaml` based on the type of configuration (NONSSL, SSL, and E2ESSL).
157157
If needed, you can update the ingress YAML file to define more path rules (in section `spec.rules.host.http.paths`) based on the domain application URLs that need to be accessed. The template YAML file for the Traefik (ingress-based) load balancer is located at `${WORKDIR}/charts/ingress-per-domain/templates/traefik-ingress.yaml`.
158158

159-
> Note: See [here](https://github.com/oracle/fmw-kubernetes/blob/v24.2.2/OracleSOASuite/kubernetes/charts/ingress-per-domain/README.md#configuration) for all the configuration parameters.
159+
> Note: See [here](https://github.com/oracle/fmw-kubernetes/blob/v24.4.2/OracleSOASuite/kubernetes/charts/ingress-per-domain/README.md#configuration) for all the configuration parameters.
160160

161161
1. Choose an appropriate `LOADBALANCER_HOSTNAME` for accessing the Oracle SOA Suite domain application URLs.
162162

@@ -286,13 +286,13 @@ If needed, you can update the ingress YAML file to define more path rules (in se
286286
Host Path Backends
287287
---- ---- --------
288288
www.example.com
289-
/console soainfra-adminserver:7011 (10.244.0.45:7011)
290-
/em soainfra-adminserver:7011 (10.244.0.45:7011)
291-
/weblogic/ready soainfra-adminserver:7011 (10.244.0.45:7011)
292-
soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
293-
/soa-infra soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
294-
/soa/composer soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
295-
/integration/worklistapp soainfra-cluster-soa-cluster:8011 (10.244.0.46:8011,10.244.0.47:8011)
289+
/console soainfra-adminserver:7001 (10.244.0.45:7001)
290+
/em soainfra-adminserver:7001 (10.244.0.45:7001)
291+
/weblogic/ready soainfra-adminserver:7001 (10.244.0.45:7001)
292+
soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
293+
/soa-infra soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
294+
/soa/composer soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
295+
/integration/worklistapp soainfra-cluster-soa-cluster:7003 (10.244.0.46:7003,10.244.0.47:7003)
296296
Annotations: kubernetes.io/ingress.class: traefik
297297
Events: <none>
298298
@@ -316,13 +316,13 @@ If needed, you can update the ingress YAML file to define more path rules (in se
316316
Host Path Backends
317317
---- ---- --------
318318
www.example.com
319-
/console soainfra-adminserver:7011 ()
320-
/em soainfra-adminserver:7011 ()
321-
/weblogic/ready soainfra-adminserver:7011 ()
322-
soainfra-cluster-soa-cluster:8011 ()
323-
/soa-infra soainfra-cluster-soa-cluster:8011 ()
324-
/soa/composer soainfra-cluster-soa-cluster:8011 ()
325-
/integration/worklistapp soainfra-cluster-soa-cluster:8011 ()
319+
/console soainfra-adminserver:7001 ()
320+
/em soainfra-adminserver:7001 ()
321+
/weblogic/ready soainfra-adminserver:7001 ()
322+
soainfra-cluster-soa-cluster:7003 ()
323+
/soa-infra soainfra-cluster-soa-cluster:7003 ()
324+
/soa/composer soainfra-cluster-soa-cluster:7003 ()
325+
/integration/worklistapp soainfra-cluster-soa-cluster:7003 ()
326326
Annotations: kubernetes.io/ingress.class: traefik
327327
meta.helm.sh/release-name: soa-traefik-ingress
328328
meta.helm.sh/release-namespace: soans
@@ -383,7 +383,7 @@ If needed, you can update the ingress YAML file to define more path rules (in se
383383
Services:
384384
Termination Delay: 400
385385
Name: soainfra-adminserver
386-
Port: 7012
386+
Port: 7002
387387
Weight: 3
388388
Tls:
389389
Passthrough: true

docs-source/content/soa-domains/adminguide/configuring-custom-ssl-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To import CA certificates:
134134
$ ./wlst.sh
135135
:
136136
:
137-
wls:/offline> connect("weblogic","Welcome1","t3://soainfra-adminserver:7011")
137+
wls:/offline> connect("weblogic","Welcome1","t3://soainfra-adminserver:7001")
138138
:
139139
:
140140
wls:/soainfra/serverConfig/> svc = getOpssService(name='KeyStoreService')
@@ -186,7 +186,7 @@ To synchronize keystores:
186186
$ ./wlst.sh
187187
:
188188
:
189-
wls:/offline> connect("weblogic","Welcome1","t3://soainfra-adminserver:7011")
189+
wls:/offline> connect("weblogic","Welcome1","t3://soainfra-adminserver:7001")
190190
:
191191
:
192192
wls:/soainfra/serverConfig/> svc = getOpssService(name='KeyStoreService')

docs-source/content/soa-domains/adminguide/deploying-composites/deploy-artifacts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following parameters can be provided in the inputs file.
2323

2424
| Parameter | Definition | Default |
2525
| --- | --- | --- |
26-
| `adminPort` | Port number of the Administration Server inside the Kubernetes cluster. | `7011` |
26+
| `adminPort` | Port number of the Administration Server inside the Kubernetes cluster. | `7001` |
2727
| `adminServerName` | Name of the Administration Server. | `AdminServer` |
2828
| `domainUID` | Unique ID that is used to identify the domain. This ID cannot contain any characters that are not valid in a Kubernetes service name. | `soainfra` |
2929
| `domainType` | Type of the domain. Mandatory input for Oracle SOA Suite domains. You must provide one of the supported domain type values: `soa` (deploys artifacts into an Oracle SOA Suite domain), `osb` (deploys artifacts into an Oracle Service Bus domain), or `soaosb` (deploys artifacts into both Oracle SOA Suite and Oracle Service Bus domains). | `soa`
@@ -153,12 +153,12 @@ The script performs the following steps:
153153
$ ./deploy-artifacts.sh -i deploy-artifacts-inputs.yaml -o out-deploy
154154
Input parameters being used
155155
export version="deploy-artifacts-inputs-v1"
156-
export adminPort="7011"
156+
export adminPort="7001"
157157
export adminServerName="AdminServer"
158158
export domainUID="soainfra"
159159
export domainType="soaosb"
160160
export soaClusterName="soa_cluster"
161-
export soaManagedServerPort="8011"
161+
export soaManagedServerPort="7003"
162162
export image="soasuite:12.2.1.4"
163163
export imagePullPolicy="IfNotPresent"
164164
export weblogicCredentialsSecretName="soainfra-domain-credentials"
@@ -269,12 +269,12 @@ The script performs the following steps:
269269
$ ./deploy-artifacts.sh -i deploy-artifacts-inputs.yaml -o out-deploy
270270
Input parameters being used
271271
export version="deploy-artifacts-inputs-v1"
272-
export adminPort="7011"
272+
export adminPort="7001"
273273
export adminServerName="AdminServer"
274274
export domainUID="soainfra"
275275
export domainType="soaosb"
276276
export soaClusterName="soa_cluster"
277-
export soaManagedServerPort="8011"
277+
export soaManagedServerPort="7003"
278278
export image="soasuite:12.2.1.4"
279279
export imagePullPolicy="IfNotPresent"
280280
export weblogicCredentialsSecretName="soainfra-domain-credentials"

0 commit comments

Comments
 (0)