Skip to content

Commit 0cca90a

Browse files
rosemarymaranorjeberhard
authored andcommitted
final clenup of FMW doc, jenkins-ignore
1 parent dfb6fe3 commit 0cca90a

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.0, 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
@@ -76,7 +88,7 @@ Additional information about using this image is available in the
7688
[Oracle Container Registry](https://container-registry.oracle.com).
7789

7890

79-
#### Obtaining the FMW Infrastructure Docker Image
91+
#### Obtaining the FMW Infrastructure Docker image
8092

8193
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
8294
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" >}}).
@@ -108,7 +120,7 @@ If desired, you can:
108120
Additional information about using this image is available in the
109121
[Oracle Container Registry](https://container-registry.oracle.com).
110122

111-
#### Creating a FMW Infrastructure Docker image
123+
#### Creating an FMW Infrastructure Docker image
112124

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

424-
#### Creating a FMW Infrastructure domain
436+
#### Creating an FMW Infrastructure domain
425437

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

430-
#### Patching the FMW Infrastructure Image
442+
#### Patching the FMW Infrastructure image
431443

432-
There are two kind of patches that can be applied to the FMW Infrastructure binaries:
444+
There are two kinds of patches that can be applied to the FMW Infrastructure binaries:
433445

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

0 commit comments

Comments
 (0)