Skip to content

Commit 93d3d7c

Browse files
final clenup of FMW doc, jenkins-ignore
1 parent 16d3155 commit 93d3d7c

File tree

1 file changed

+17
-5
lines changed
  • docs-source/content/userguide/managing-domains/fmw-infra

1 file changed

+17
-5
lines changed

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

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ weight = 5
55
pre = "<b> </b>"
66
+++
77

8+
#### Contents
9+
10+
* [Limitations](#limitations)
11+
* [Obtaining the FMW Infrastructure Docker image](#obtaining-the-fmw-infrastructure-docker-image)
12+
* [Creating an FMW Infrastructure Docker image](#creating-an-fmw-infrastructure-docker-image)
13+
* [Configuring access to your database](#configuring-access-to-your-database)
14+
* [Running the Repository Creation Utility to set up your database schema](#running-the-repository-creation-utility-to-set-up-your-database-schema)
15+
* [Create a Kubernetes secret with the RCU credentials](#create-a-kubernetes-secret-with-the-rcu-credentials)
16+
* [Creating an FMW Infrastructure domain](#creating-an-fmw-infrastructure-domain)
17+
* [Patching the FMW Infrastructure image](#patching-the-fmw-infrastructure-image)
18+
19+
820
Starting with release 2.2, the operator supports FMW Infrastructure domains.
921
This means domains that are created with the FMW Infrastructure installer rather than the WebLogic
1022
Server installer. These domains contain the Java Required Files (JRF) feature and are
@@ -43,7 +55,7 @@ following limitations currently exist for FMW Infrastructure domains:
4355
before version 2.2.
4456

4557

46-
#### Obtaining the FMW Infrastructure Docker Image
58+
#### Obtaining the FMW Infrastructure Docker image
4759

4860
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
4961
The standard pre-built FMW Infrastructure image, `container-registry.oracle.com/middleware/fmw-infrastrucutre:12.2.1.3`, already has this patch applied. For detailed instructions on how to log into the Oracle Container Registry and accept license agreement, see this [document]({{< relref "/userguide/managing-domains/domain-in-image/base-images/_index.md#obtaining-standard-images-from-the-oracle-container-registry" >}}).
@@ -75,7 +87,7 @@ If desired, you can:
7587
Additional information about using this image is available in the
7688
[Oracle Container Registry](https://container-registry.oracle.com).
7789

78-
#### Creating a FMW Infrastructure Docker image
90+
#### Creating an FMW Infrastructure Docker image
7991

8092
You can also create a Docker image containing the FMW Infrastructure binaries.
8193
A [sample](https://github.com/oracle/docker-images/tree/master/OracleFMWInfrastructure)
@@ -388,15 +400,15 @@ is provided that demonstrates how to create the secret. The schema owner user n
388400
`schemaPrefix` value followed by an underscore and a component name, such as `FMW1_STB`. The schema owner
389401
password will be the password you provided for regular schema users during RCU creation.
390402

391-
#### Creating a FMW Infrastructure domain
403+
#### Creating an FMW Infrastructure domain
392404

393405
Now that you have your Docker images and you have created your RCU schemas, you are ready
394406
to create your domain. A [sample]({{< relref "/samples/simple/domains/fmw-domain/_index.md" >}})
395407
is provided that demonstrates how to create a FMW Infrastructure domain.
396408

397-
#### Patching the FMW Infrastructure Image
409+
#### Patching the FMW Infrastructure image
398410

399-
There are two kind of patches that can be applied to the FMW Infrastructure binaries:
411+
There are two kinds of patches that can be applied to the FMW Infrastructure binaries:
400412

401413
* Patches which are eligible for Zero Downtime Patching (ZDP), meaning that
402414
they can be applied with a rolling restart.

0 commit comments

Comments
 (0)