You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/content/idm-products/oam/create-or-update-image/_index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ description= "Create or update an Oracle Access Management (OAM) container imag
7
7
8
8
As described in [Prepare Your Environment](../prepare-your-environment) you can create your own OAM container image. If you have access to the My Oracle Support (MOS), and there is a need to build a new image with an interim or one off patch, it is recommended to use the WebLogic Image Tool to build an Oracle Access Management image for production deployments.
9
9
10
-
11
10
### Create or update an Oracle Access Management image using the WebLogic Image Tool
12
11
13
12
Using the WebLogic Image Tool, you can [create](../create-or-update-image/#create-an-image) a new Oracle Access Management image with PSU's and interim patches or [update](../create-or-update-image/#update-an-image) an existing image with one or more interim patches.
Copy file name to clipboardExpand all lines: docs-source/content/idm-products/oam/introduction/_index.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ description: "The WebLogic Kubernetes Operator supports deployment of Oracle Acc
8
8
The WebLogic Kubernetes Operator supports deployment of Oracle Access Management (OAM).
9
9
10
10
In this release, OAM domains are supported using the “domain on a persistent volume”
11
-
[model](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/choosing-a-model/) only, where the domain home is located in a persistent volume (PV).
11
+
[model](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/choosing-a-model/) only, where the domain home is located in a persistent volume (PV).
12
+
13
+
Domain on persistent volume (Domain on PV) is an operator [domain home source type](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/choosing-a-model/), which requires that the domain home exists on a persistent volume. The domain home can be created either using the Weblogic Scripting Tool (WLST) scripts or Weblogic Deploy Tooling (WDT) model files by specifying the section domain.spec.configuration.initializeDomainOnPV, in the domain resource YAML file. The initial domain topology and resources are described using [WebLogic Deploy Tooling (WDT) models](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-on-pv/overview/#weblogic-deploy-tooling-models).
14
+
15
+
NOTE: The initializeDomainOnPV section provides a one time only domain home initialization. The operator creates the domain when the domain resource is first deployed. After the domain is created, this section is ignored. Subsequent domain lifecycle updates must be controlled by the WebLogic Server Administration Console, the WebLogic Remote Console, WebLogic Scripting Tool (WLST), or other mechanisms.
12
16
13
17
The WebLogic Kubernetes Operator has several key features to assist you with deploying and managing Oracle Access Management domains in a Kubernetes
14
18
environment. You can:
@@ -21,9 +25,19 @@ environment. You can:
21
25
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
22
26
* Monitor the OAM instance using Prometheus and Grafana.
23
27
28
+
### Weblogic Deploy Tooling Models
29
+
30
+
Weblogic Deploy Tooling (WDT) models are a convenient and simple alternative to WLST configuration scripts. They compactly define a WebLogic domain using model files, variable properties files, and application archive files. For more information about the model format and its integration, see [Usage](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-on-pv/usage/) and [Working With WDT Model Files](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-on-pv/model-files/). The WDT model format is fully described in the open source, [WebLogic Deploy Tooling GitHub project](https://oracle.github.io/weblogic-deploy-tooling/).
31
+
32
+
The main benefits of WDT are:
33
+
34
+
+ A set of single-purpose tools supporting Weblogic domain configuration lifecycle operations.
35
+
+ All tools work off of a shared, declarative model, eliminating the need to maintain specialized WLST scripts.
36
+
+ WDT knowledge base understands the MBeans, attributes, and WLST capabilities/bugs across WLS versions.
37
+
24
38
### Current production release
25
39
26
-
The current production release for the Oracle Access Management domain deployment on Kubernetes is [23.4.1](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.1.2.
40
+
The current production release for the Oracle Access Management domain deployment on Kubernetes is [23.4.2](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version 4.1.2.
27
41
28
42
For 4.0.X WebLogic Kubernetes Operator refer to [Version 23.3.1](https://oracle.github.io/fmw-kubernetes/23.3.1/idm-products/oam/)
29
43
@@ -55,6 +69,7 @@ Please note, you also have the option to follow the Enterprise Deployment Guide
55
69
56
70
To view documentation for an earlier release, see:
@@ -371,7 +401,7 @@ You will also need the BASE64 version of the Certificate Authority (CA) certific
371
401
- containerPort: 5044
372
402
name: logstash
373
403
volumeMounts:
374
-
- mountPath: /u01/oracle/user_projects
404
+
- mountPath: <mountPath>
375
405
name: weblogic-domain-storage-volume
376
406
- name: shared-logs
377
407
mountPath: /shared-logs
@@ -411,8 +441,8 @@ You will also need the BASE64 version of the Certificate Authority (CA) certific
411
441
emptyDir: {}
412
442
```
413
443
414
-
+ Change the `<ELKNS>`, `<ELK_VER>` to match the values for your environment.
415
-
+ Change `/u01/oracle/user_projects/domains` to match the `mountPath` returned earlier
444
+
+ Change the `<ELKNS>`, `<ELK_VER>` to match the values for your environment
445
+
+ Change `<mountPath>` to match the `mountPath` returned earlier
416
446
+ Change the `claimName` value to match the `claimName` returned earlier
417
447
+ If your Kubernetes environment does not allow access to the internet to pull the logstash image, you must load the logstash image in your own container registry and change `image: logstash:<ELK_VER>` to the location of the image in your container registry e.g: `container-registry.example.com/logstash:8.3.1`
**Note**: For WDT domains, `weblogicCredentialsSecretName` should be set to `accessdomain-weblogic-credentials`.
87
+
85
88
**Note**: If your cluster does not have access to the internet to pull external images, such as grafana or prometheus, you must load the images in a local container registry. You must then set `additionalParamForKubePrometheusStack` to set the location of the image in your local container registry, for example:
Copy file name to clipboardExpand all lines: docs-source/content/idm-products/oam/prepare-your-environment/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,9 @@ Before following the steps in this section, make sure that the database and list
609
609
610
610
### Preparing the environment for domain creation
611
611
612
-
In this section you prepare the environment for the OAM domain creation. This involves the following steps:
612
+
**Note**: If you want to create an OAM domain using WDT models, skip the steps below and continue from [Create OAM Domains Using WDT Models](../create-oam-domains/create-oam-domains-using-wdt-models).
613
+
614
+
In this section you prepare the environment for the OAM domain creation using WLST scripts. This involves the following steps:
613
615
614
616
a. [Creating Kubernetes secrets for the domain and RCU](#creating-kubernetes-secrets-for-the-domain-and-rcu)
Copy file name to clipboardExpand all lines: docs-source/content/idm-products/oam/release-notes/_index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,19 @@ Review the latest changes and known issues for Oracle Access Management on Kuber
10
10
11
11
| Date | Version | Change |
12
12
| --- | --- | --- |
13
+
| November, 2023 | 23.4.2 | Supports Oracle Access Management 12.2.1.4 domain deployment using the October 2023 container image which contains the October Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|
14
+
| | | This release contains the following changes:
15
+
||| Support for creation of OAM domains using Weblogic Deploy Tooling (WDT) Models. See [Create OAM domains Using WDT Models](../create-oam-domains/create-oam-domains-using-wdt-models).|
16
+
| | | If currently on October 23 (23.4.1) there is no need to upgrade as the November 23 (23.4.2) release only adds the ability to create new OAM domains using WDT.
17
+
| | | If upgrading to November 23 (23.4.2) from October 22 (22.4.1) or later, you must upgrade the following in order:
18
+
||| 1. WebLogic Kubernetes Operator to 4.1.2|
19
+
||| 2. Patch the OAM container image to October 23|
20
+
| | | If upgrading to November 23 (23.4.2) from a release prior to October 22 (22.4.1), you must upgrade the following in order:
21
+
||| 1. WebLogic Kubernetes Operator to 4.1.2|
22
+
||| 2. Patch the OAM container image to October 23|
23
+
||| 3. Upgrade the Ingress|
24
+
||| 4. Upgrade Elasticsearch and Kibana|
25
+
||| See [Patch and Upgrade](../patch-and-upgrade) for these instructions.|
13
26
| October, 2023 | 23.4.1 | Supports Oracle Access Management 12.2.1.4 domain deployment using the October 2023 container image which contains the October Patch Set Update (PSU) and other fixes released with the Critical Patch Update (CPU) program.|
14
27
| | | This release contains the following changes:
15
28
||| + Support for WebLogic Kubernetes Operator 4.1.2.|
0 commit comments