Skip to content

Commit e2091cd

Browse files
minor edits (#1448)
1 parent ef2ffa6 commit e2091cd

File tree

2 files changed

+24
-24
lines changed
  • docs-source/content
    • samples/simple/domains/soa-domain
    • userguide/managing-fmw-domains/soa-suite

2 files changed

+24
-24
lines changed

docs-source/content/samples/simple/domains/soa-domain/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ artifacts of the corresponding domain.
2222
Before you begin, we recommend the following:
2323

2424
* Review the [Domain resource]({{< relref "/userguide/managing-domains/domain-resource/_index.md" >}}) documentation.
25-
* Review the [operator-prerequisites](https://oracle.github.io/weblogic-kubernetes-operator/userguide/introduction/introduction/#operator-prerequisites)
25+
* Review the [operator prerequisites](https://oracle.github.io/weblogic-kubernetes-operator/userguide/introduction/introduction/#operator-prerequisites)
2626
section for the supported versions of Kubernetes and Helm.
2727
* Complete the preliminary required steps documented [here]({{< relref "/userguide/managing-fmw-domains/soa-suite/_index.md" >}}).
2828

@@ -32,7 +32,7 @@ section for the supported versions of Kubernetes and Helm.
3232
The sample scripts for Oracle SOA Suite domain deployment are available at `<weblogic-kubernetes-operator-project>/kubernetes/samples/scripts/create-soa-domain`.
3333

3434
You must edit `create-domain-inputs.yaml` (or a copy of it) to provide the details for your domain.
35-
Please refer to the configuration parameters below to understand what information you must
35+
Please refer to the configuration parameters below to understand the information that you must
3636
provide in this file.
3737

3838
#### Configuration parameters

docs-source/content/userguide/managing-fmw-domains/soa-suite/_index.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ it is supported for production use.
2323
* [Running the Repository Creation Utility to set up your database schemas](#running-the-repository-creation-utility-to-set-up-your-database-schemas)
2424
* [Create a Kubernetes secret with the RCU credentials](#create-a-kubernetes-secret-with-the-rcu-credentials)
2525
* [Creating a SOA domain](#creating-a-soa-domain)
26-
* [Configuring a Load balancer for SOA Suite domains](#configuring-a-load-balancer-for-soa-suite-domains)
26+
* [Configuring a load balancer for SOA Suite domains](#configuring-a-load-balancer-for-soa-suite-domains)
2727
* [Monitoring a SOA domain](#monitoring-a-soa-domain)
2828

2929

@@ -106,7 +106,7 @@ You can also create a Docker image containing the Oracle SOA Suite binaries. Thi
106106
Please consult the [README](https://github.com/oracle/docker-images/blob/master/OracleSOASuite/dockerfiles/README.md) file for important prerequisite steps,
107107
such as building or pulling the Server JRE Docker image, Oracle FMW Infrastructure Docker image, and downloading the Oracle SOA Suite installer and bundle patch binaries.
108108

109-
For the Fusion Middleware Infrastructure image, you must install the [required patch]({{< relref "/userguide/introduction/introduction/_index.md#prerequisites" >}}) to use this image with the Oracle WebLogic Kubernetes operator. A pre-built (and already patched) Fusion Middleware Infrastructure image, `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3-200109`, is available at `container-registry.oracle.com`. We recommend to pull and rename this image to build the Oracle SOA Suite image.
109+
For the Fusion Middleware Infrastructure image, you must install the [required patch]({{< relref "/userguide/introduction/introduction/_index.md#prerequisites" >}}) to use this image with the Oracle WebLogic Kubernetes operator. A pre-built (and already patched) Fusion Middleware Infrastructure image, `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3-200109`, is available at `container-registry.oracle.com`. We recommend that you pull and rename this image to build the Oracle SOA Suite image.
110110

111111

112112
```bash
@@ -115,7 +115,7 @@ For the Fusion Middleware Infrastructure image, you must install the [required p
115115
```
116116

117117
{{% notice warning %}}
118-
If you are pulling the Fusion Middleware Infrastructure image from `container-registry.oracle.com` you must use the image with the tag `12.2.1.3-200109`, no other tagged image will work for the Oracle SOA Suite image build.
118+
If you are pulling the Fusion Middleware Infrastructure image from `container-registry.oracle.com`, you must use the image with the tag `12.2.1.3-200109`; no other tagged image will work for the Oracle SOA Suite image build.
119119
{{% /notice %}}
120120

121121
You can also build the Fusion Middleware
@@ -128,7 +128,7 @@ Follow these steps to build the necessary images - a patched Fusion Middleware I
128128
```bash
129129
$ git clone https://github.com/oracle/docker-images
130130
```
131-
* Build `oracle/fmw-infrastructure:12.2.1.3` image as shown below:
131+
* Build the `oracle/fmw-infrastructure:12.2.1.3` image as shown below:
132132

133133
```bash
134134
$ cd docker-images/OracleFMWInfrastructure/dockerfiles
@@ -141,14 +141,15 @@ Follow these steps to build the necessary images - a patched Fusion Middleware I
141141
$ cd docker-images/OracleFMWInfrastructure/samples/12213-patch-fmw-for-k8s
142142
$ ./build.sh
143143
```
144-
This will produce an image named `oracle/fmw-infrastructure:12213-update-k8s`. You will need to rename this image , for example from `oracle/fmw-infrastructure:12213-update-k8s`
144+
This will produce an image named `oracle/fmw-infrastructure:12213-update-k8s`. You will need to rename this image, for example from `oracle/fmw-infrastructure:12213-update-k8s`
145145
to `oracle/fmw-infrastructure:12.2.1.3`, or update the samples to refer to the image you created.
146146

147147
```
148148
$ docker tag oracle/fmw-infrastructure:12213-update-k8s oracle/fmw-infrastructure:12.2.1.3
149149
```
150-
* Download the Oracle SOA Suite installer, latest Oracle SOA bundle patch (`30638100` or later) and the patch `27117282` from Oracle Technology Network or e-delivery.
151-
>NOTE: Copy the installer binaries to the same location as the Dockerfile and the patch ZIP files under the `docker-images/OracleSOASuite/dockerfiles/12.2.1.3/patches` folder.
150+
* Download the Oracle SOA Suite installer, latest Oracle SOA bundle patch (`30638100` or later) and the patch `27117282` from the Oracle Technology Network or e-delivery.
151+
152+
>**NOTE**: Copy the installer binaries to the same location as the Dockerfile and the patch ZIP files under the `docker-images/OracleSOASuite/dockerfiles/12.2.1.3/patches` folder.
152153

153154
* Create the Oracle SOA Suite image by running the provided script:
154155

@@ -199,7 +200,7 @@ If you prefer not to persist the database storage, follow the instructions in th
199200
[document](https://github.com/oracle/weblogic-kubernetes-operator/tree/master/kubernetes/samples/scripts/create-rcu-schema#create-the-rcu-schema-in-the-oracle-database)
200201
to set up a database in a container with no persistent volume (PV) attached.
201202

202-
>NOTE: `start-db-service.sh` creates the database in the `default` namespace. If you
203+
>**NOTE**: `start-db-service.sh` creates the database in the `default` namespace. If you
203204
>want to create the database in a different namespace, you need to manually update
204205
>the value for all the occurrences of the namespace field in the provided
205206
>sample file `create-rcu-schema/common/oracle.db.yaml`.
@@ -219,9 +220,9 @@ The name is set using the value of the `baseName` field in `create-pv-pvc-inputs
219220

220221
* Start the database and database service using the following commands:
221222

222-
>NOTE: Make sure you update the `kubernetes/samples/scripts/create-soa-domain/domain-home-on-pv/create-database/db-with-pv.yaml`
223-
>file with the name of the PVC created in the previous step. Also update the value for all the occurrences of the namespace field
224-
>to the namespace where the database PVC was created in the previous step.
223+
>**NOTE**: Make sure you update the `kubernetes/samples/scripts/create-soa-domain/domain-home-on-pv/create-database/db-with-pv.yaml`
224+
>file with the name of the PVC created in the previous step. Also, update the value for all the occurrences of the namespace field
225+
>to the namespace where the database PVC was created.
225226

226227
```bash
227228
$ cd weblogic-kubernetes-operator/kubernetes/samples/scripts/create-soa-domain/domain-home-on-pv/create-database
@@ -315,7 +316,7 @@ value followed by an underscore and a component name, for example `SOA1_SOAINFRA
315316
* The schema owner password (`-p`) will be the password you provided for regular schema users during RCU creation.
316317
* The database administration user (`-u`) and password (`-q`).
317318
* The `domainUID` for the domain (`-d`).
318-
* The namespace the domain is in (`-n`), if omitted, then `default` is assumed.
319+
* The namespace the domain is in (`-n`); if omitted, then `default` is assumed.
319320
* The name of the secret (`-s`).
320321

321322
You can confirm the secret was created as expected with the `kubectl get secret` command.
@@ -348,21 +349,21 @@ type: Opaque
348349
Now that you have your Docker images and you have created your RCU schemas, you are ready
349350
to create your domain. To continue, follow the instructions in the [SOA Domain sample]({{< relref "/samples/simple/domains/soa-domain/_index.md" >}}).
350351

351-
#### Configuring a Load balancer for SOA Suite domains
352+
#### Configuring a load balancer for SOA Suite domains
352353

353354
An Ingress based load balancer can be configured to access the Oracle SOA and Oracle Service Bus domain application URLs.
354-
Refer the [setup Ingress](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/ingress/) document for details.
355+
Refer to the [setup Ingress](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/ingress/) document for details.
355356

356-
As part of the `ingress-per-domain` setup for Oracle SOA and Oracle Service Bus domains the `values.yaml` (under `ingress-per-domain` directory) need to be updated with the appropriate values from your environment. A sample `values.yaml` (for Traefik load balancer) is below:
357+
As part of the `ingress-per-domain` setup for Oracle SOA and Oracle Service Bus domains, the `values.yaml` file (under the `ingress-per-domain` directory) needs to be updated with the appropriate values from your environment. A sample `values.yaml` file (for the Traefik load balancer) is shown below:
357358

358359
```bash
359360
# Default values for ingress-per-domain.
360361
# This is a YAML-formatted file.
361362
# Declare variables to be passed into your templates.
362-
363+
363364
# Load balancer type. Supported values are: TRAEFIK, VOYAGER
364365
type: TRAEFIK
365-
366+
366367
# WLS domain as backend to the load balancer
367368
wlsDomain:
368369
domainUID: soainfra
@@ -372,12 +373,12 @@ wlsDomain:
372373
osbManagedServerPort: 9001
373374
adminServerName: adminserver
374375
adminServerPort: 7001
375-
376+
376377
# Traefik specific values
377378
traefik:
378379
# hostname used by host-routing
379380
hostname: testhost.domain.com
380-
381+
381382
# Voyager specific values
382383
voyager:
383384
# web port
@@ -386,7 +387,7 @@ voyager:
386387
statsPort: 30315
387388
```
388389

389-
Below are the path based Ingress routing rules (`spec.rules` section) that needs to be defined for Oracle SOA and Oracle Service Bus domains. You need to update the appropriate Ingress template yaml file based on the load balancer being used. For instance the template yaml for Traefik load balancer is located at `kubernetes/samples/charts/ingress-per-domain/templates/traefik-ingress.yaml`.
390+
Below are the path-based, Ingress routing rules (`spec.rules` section) that need to be defined for Oracle SOA and Oracle Service Bus domains. You need to update the appropriate Ingress template YAML file based on the load balancer being used. For example, the template YAML file for the Traefik load balancer is located at `kubernetes/samples/charts/ingress-per-domain/templates/traefik-ingress.yaml`.
390391

391392
```bash
392393
rules:
@@ -415,7 +416,7 @@ rules:
415416
servicePort: {{ .Values.wlsDomain.soaManagedServerPort }}
416417
```
417418

418-
Now you can access the Oracle SOA Suite domain URLs as below, based on the domain type selected.
419+
Now you can access the Oracle SOA Suite domain URLs, as listed below, based on the domain type you selected.
419420

420421
* Oracle SOA:
421422

@@ -443,4 +444,3 @@ After the SOA domain is set up, you can:
443444
* Monitor the SOA instance using Prometheus and Grafana. See [Monitoring a domain](https://github.com/oracle/weblogic-monitoring-exporter).
444445
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
445446
See [Publish logs to Elasticsearch](https://github.com/oracle/weblogic-logging-exporter).
446-

0 commit comments

Comments
 (0)