Skip to content

Commit 526f1b1

Browse files
idm_24.1.1_release (#188)
1 parent 922edbb commit 526f1b1

File tree

69 files changed

+2102
-1500
lines changed

Some content is hidden

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

69 files changed

+2102
-1500
lines changed

FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ If you are pulling images from GitHub or Docker hub, then you can also specify t
299299
|**CREATE\_GITSECRET** | `true` | Specify whether to create a secret for GitHub. This parameter ensures that you do not see errors relating to GitHub not allowing anonymous downloads.|
300300
|**GIT\_USER** | `gituser` | The GitHub user's name.|
301301
|**GIT\_TOKEN** | `ghp_aO8fqRNVdfsfshOxsWk40uNMS` | The GitHub token. Stored in password file|
302-
|**DH\_USER** | *`username`* | The Docker user name for `hub.docker.com`. Used for CronJob images.|
303-
|**DH\_PWD** | *`mypassword`* | The Docker password for `hub.docker.com`. Used for CronJob images. Stored in password file|
302+
|**DH\_USER** | *`username`* | The Docker user name for `hub.docker.com`. Used for obtaining public images. If you are hosting the public images in your registry then specify that registry username.|
303+
|**DH\_PWD** | *`mypassword`* | The Docker password for `hub.docker.com`. Used for obtaining public images. If you are hosting the public images in your registry then specify that registry users password. Stored in password file.|
304304

305305

306306

@@ -324,6 +324,7 @@ These can include registry prefixes if you use a registry. Use the `local/` pref
324324
|**KUBECTL\_REPO** | `bitnami/kubectl` | The kubectl image used by OUD.|
325325
|**BUSYBOX\_REPO** | `docker.io/busybox` | The busybox image used by OUD.|
326326
|**PROM\_REPO** | | If you are using your own container registry and have staged the Prometheus and Grafana images in this registry then set this variable to the location of your registry. Leave blank if you wish to obtain the images from the public repositories.|
327+
|**ELK\_REPO** | | If you are using your own container registry and have staged the Elastic Search and Kibana images in this registry then set this variable to the location of your registry. Leave blank if you wish to obtain the images from the public repositories.|
327328
|**OPER\_VER** | `4.0.4` | The version of the WebLogic Kubernetes Operator.|
328329
|**OUD\_VER** | `12.2.1.4.0-8-ol7-210715.1921` | The OUD version.|
329330
|**OUDSM\_VER** | `12.2.1.4.0-8-ol7-210721.0755` | The OUDSM version.|
@@ -354,7 +355,8 @@ These parameters determine how to send log files to Elastic Search.
354355
| --- | --- | --- |
355356
|**USE\_ELK** |`false`| Set to `true` if you wish to send logfiles to Elastic Search|
356357
|**ELKNS** |`elkns`| The Kubernetes namespace used to hold the Elastic Search objects.|
357-
|**ELK\_VER** |`8.3.1`| The version of Elastic Search/Logstash to use.|
358+
|**ELK\_OPER\_VER** |`2.10.0`| The version of Elastic Search operator to use.|
359+
|**ELK\_VER** |`8.11.0`| The version of Elastic Search/Logstash to use.|
358360
|**ELK\_HOST** |`https://elasticsearch-es-http.<ELKNS>.svc:9200`| The address of the elastic search server to send log files to. If you are using ELK inside a Kubernetes cluster then specify the address as in the example. If you are using an Elastic Search outside of the Kubernetes cluster then specify the external address. The host name specified must be resolvable inside the Kubernetes cluster.|
359361
|**ELK\_SHARE** | `/export/IAMPVS/elkpv` | Mount point on NFS where ELK persistent volume is exported.|
360362
|**ELK\_STORAGE** | `nfs-client` | The storage class to use for Elastic Search Stateful Sets.|
@@ -389,6 +391,7 @@ These parameters are specific to OHS. These parameters are used to construct th
389391
|**UPDATE\_OHS** |`true`| Set this to true if you wish the scripts to automatically copy the generated OHS configuration files. Once copied the Oracle HTTP server will be restarted. `Note: This is independent of whether you are installing the Oracle HTTP server or not`|
390392
|**OHS\_HOST1** |`webhost1.example.com`| The fully qualified name of the host running the first Oracle HTTP Server|
391393
|**OHS\_HOST2** |`webhost2.example.com`| The fully qualified name of the host running the second Oracle HTTP Server, leave blank if you do not have a second Oracle HTTP Server.|
394+
|**OHS\_LBR\_NETWORK** |`webtier.example.com`| The Network subnet(s) where OHS Health checks originate. Multiple entries should be enclosed in quotes and space separated.|
392395
|**OHS\_INSTALLER** |`fmw_12.2.1.4.0_ohs_linux64_Disk1_1of1.zip`| The name of the OHS installer ZIP file.|
393396
|**DEPLOY\_WG** |`true`| Deploy WebGate in the `OHS_ORACLE_HOME`.|
394397
|**COPY\_WG\_FILES** |`true`| Set this to true if you wish the scripts to automatically copy the generated Webgate Artifacts to your OHS Server. Note: You must first have deployed your Webgate.|
@@ -416,7 +419,6 @@ These parameters are specific to OUD. When deploying OUD, you also require the g
416419
|**OUD\_LOCAL\_PVSHARE** | `/nfs_volumes/oudpv`| The local directory where **OUD_SHARE** is mounted. Used for deletion.|
417420
|**OUD\_POD\_PREFIX** | `edg`| The prefix used for the OUD pods.|
418421
|**OUD\_REPLICAS** | `2`| The number of OUD replicas to create. |
419-
|**OUD\_REGION** | `us`| The OUD region to use should be the first part of the searchbase without the `dc=`.|
420422
|**LDAP\_USER\_PWD** | *`<password1>`* | The password to assign to all users being created in LDAP. **Note**: This value should have at least one capital letter, one number, and should be at least eight characters long.
421423
|**OUD\_PWD\_EXPIRY** | `2024-01-02`| The date when the user passwords you are creating expires.|
422424
|**OUD\_CREATE\_NODEPORT** | `true`| Set to `true` if you want to create NodePort services for OUD. These services are used to interact with OUD from outside of the Kubernetes cluster.|
@@ -426,6 +428,7 @@ List of parameters used to determine how Oracle Directory Services Manager will
426428

427429
| **Parameter** | **Sample Value** | **Comments** |
428430
| --- | --- | --- |
431+
|**OUDSMNS** | `oudsmns` | The Kubernetes namespace used to hold the OUDSM objects.|
429432
|**OUDSM\_USER** | `weblogic` | The name of the administration user you want to use for the WebLogic domain that is created when you install OUDSM.|
430433
|**OUDSM\_PWD** | *`<password>`* | The password you want to use for **OUDSM_USER**.|
431434
|**OUDSM\_SHARE** | `$IAM_PVS/OUDSMPV` | The mount point on NFS where OUDSM persistent volume is exported.|
@@ -513,6 +516,7 @@ These parameters determine how OIG is provisioned and configured.
513516
| --- | --- | --- |
514517
|**OIGNS** | `oigns` | The Kubernetes namespace used to hold the OIG objects.|
515518
|**CONNECTOR\_DIR** | `/workdir/OIG/connectors/` | The location on the file system where you have downloaded and extracted the OUD connector bundle.|
519+
|**CONNECTOR\_VER** | `OID-12.2.1.3.0` | The version of OUD connector bundle.|
516520
|**OIG\_SHARE** | `$IAM_PVS/oigpv` | The mount point on NFS where OIG persistent volume is exported.|
517521
|**OIG\_LOCAL\_SHARE** | `/local_volumes/oigpv` |The local directory where **OIG\_SHARE** is mounted. It is used by the deletion procedure.|
518522
|**OIG\_SERVER\_COUNT** | `5` | The number of OIM/SOA servers to configure. This value should be more than you expect to use.|

0 commit comments

Comments
 (0)