Skip to content

Commit 5359011

Browse files
IDM EDG Support for 14.1.2.0.0
1 parent 8db7ba5 commit 5359011

File tree

441 files changed

+35922
-264
lines changed

Some content is hidden

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

441 files changed

+35922
-264
lines changed

FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/README.md renamed to FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ git clone https://github.com/oracle/fmw-kubernetes.git
2727
The scripts appear in the following directory:
2828

2929
```
30-
fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement
30+
fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c
3131
```
3232

3333
Move these template scripts to your working directory. For example:
3434

3535
```
36-
cp -R fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/* /workdir/scripts
36+
cp -R fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c/* /workdir/scripts
3737
```
3838

3939
If you are provisioning Oracle Identity Governance you must also Download the Oracle connector Bundle for OUD and extract it to a location which is accessible by the provisioning scripts. For example, /workdir/connectors/OID-12.2.1.3.0. The connector directory name must start with OID-12.2.1.
@@ -664,6 +664,8 @@ These parameters determine how OAA is provisioned and configured.
664664
|**OAA\_API\_PWD** |`oaapassword`| The password to be used for OAA API interactions.|
665665
|**OAA\_POLICY\_PWD** |`oaapassword`| The password to be used for OAA policy interactions.|
666666
|**OAA\_FACT\_PWD** |`oaapassword`| The password to be used for OAA keystores for factor interactions.|
667+
|**OAA\_ADD\_USERS\_LDAP** |`true`| Set to `true` if you wish to add existing users in LDAP in User Search base to OAA_USER_GROUP.|
668+
|**OAA\_ADD\_USERS\_OUA\_OBJ** |`true`| Set to `true` if you wish to set ldap parameter obpsftid to all existing users in OAA_USER_GROUP.|
667669

668670

669671
#### OAA Filesystem Vault Parameters
@@ -704,7 +706,7 @@ These parameters determine how OAA is provisioned and configured.
704706
|**OAA\_EMAIL\_PWD** |`umspassword`| The password you use to connect to the UMS server.|
705707
|**OAA\_SMS\_SERVER** |`http://$OIG_DOMAIN_NAME-cluster-soa-cluster.$OIGNS.svc.cluster.local:8001/ucs/messaging/webservice`| The entry point of the Oracle Unified Messaging server you use to send SMS messages. This is usually the same as **OAA\_EMAIL\_SERVER**. |
706708
|**OAA\_SMS\_USER** |`weblogic`| The user name you use to connect to the UMS server.|
707-
|**OAA\_SMS\_\PWD** |`umspassword`| The password you use to connect to the UMS server.|
709+
|**OAA\_SMS_\PWD** |`umspassword`| The password you use to connect to the UMS server.|
708710

709711

710712
#### Test User Parameters

FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/README_DR.md renamed to FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c/README_DR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ The automation scripts are available for download from GitHub.
2121
To obtain the scripts, use the following command:
2222

2323
```
24-
git clone https://github.com/oracle/fmw-Kubernetes.git
24+
git clone https://github.com/oracle/fmw-kubernetes.git
2525
```
2626

2727
The scripts appear in the following directory:
2828

2929
```
30-
fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement
30+
fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c
3131
```
3232

3333
Move these template scripts to your working directory. For example:
3434

3535
```
36-
cp -R fmw-Kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/* /workdir/scripts
36+
cp -R fmw-kubernetes/FMWKubernetesMAA/OracleEnterpriseDeploymentAutomation/OracleIdentityManagement/12c/* /workdir/scripts
3737
```
3838

3939

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2021, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2021, 2025, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
#
55
# This is an example of common functions and procedures used by the provisioning and deletion scripts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2022, 2025, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
#
55
# This is an example of functions used to create an Ingress Controller
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2022, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2022, 2025, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
#
55
# This is an example of functions and procedures to provision and Configure Oracle Advanced Authentication
@@ -126,7 +126,6 @@ prepare_property_file()
126126
replace_value database.schemapassword $OAA_SCHEMA_PWD $propfile
127127
replace_value database.datafile /tmp/dbfiles/oaa.dat $propfile
128128
replace_value database.validaitonfile /tmp/dbfiles/validate.sql $propfile
129-
#replace_value database.name $OAA_DB_SID $propfile
130129
replace_value database.name "" $propfile
131130
replace_value database.createschema true $propfile
132131
replace_value common.deployment.name $OAA_DEPLOYMENT $propfile
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, 2024, Oracle and/or its affiliates.
1+
# Copyright (c) 2021, 2025, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
#
44
# This is an example of procedures used to configure OAM
@@ -142,7 +142,12 @@ add_image_wdt()
142142
then
143143
sed -i "/regcred/a\ - name: regcred2\n" $filename
144144
fi
145-
145+
cp $TEMPLATE_DIR/oamWdtDomain.sedfile $WORKDIR
146+
update_variable "<OAM_MEMORY>" "$OAM_MEMORY" $WORKDIR/oamWdtDomain.sedfile
147+
update_variable "<OAM_MAX_MEMORY>" "$OAM_MAX_MEMORY" $WORKDIR/oamWdtDomain.sedfile
148+
update_variable "<OAM_MAX_CPU>" "$OAM_MAX_CPU" $WORKDIR/oamWdtDomain.sedfile
149+
update_variable "<OAM_CPU>" "$OAM_CPU" $WORKDIR/oamWdtDomain.sedfile
150+
sed -i -f $WORKDIR/oamWdtDomain.sedfile $filename
146151
print_status $?
147152
ET=`date +%s`
148153
print_time STEP "Adding image name to domain.yaml" $ST $ET >> $LOGDIR/timings.log

0 commit comments

Comments
 (0)