Skip to content

Commit

Permalink
Release 20.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisTrible committed Jun 8, 2020
1 parent cbaf306 commit b21dbf1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ACA/configuration-ha/DB2/AddTenant.bat
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if /I "%c%" EQU "N" goto :DOEXIT
REM load the tenant Db
echo "Loading default data into tables"
db2 load from CSVFiles\doc_class.csv of del insert into doc_class
db2 load from CSVFiles\object_type.csv of del modified by identityoverride insert into object_type;
db2 load from CSVFiles\object_type.csv of del modified by identityoverride insert into object_type
db2 load from CSVFiles\key_class.csv of del modified by identityoverride insert into key_class
db2 load from CSVFiles\doc_alias.csv of del modified by identityoverride insert into doc_alias
db2 load from CSVFiles\key_alias.csv of del modified by identityoverride insert into key_alias
Expand All @@ -160,7 +160,7 @@ if /I "%c%" EQU "N" goto :DOEXIT

echo --
echo "SET INTEGRITY ..."
db2 set integrity for key_class immediate checked ;
db2 set integrity for key_class immediate checked
db2 set integrity for key_class_dc immediate checked
db2 set integrity for doc_alias_dc immediate checked
db2 set integrity for key_alias_dc immediate checked
Expand Down
6 changes: 3 additions & 3 deletions ODM/README_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ The installation of Operational Decision Manager 8.10.3 can be customized by cha

Make a note of the name and value for the different parameters you want to configure so that it is at hand when you enter it in the custom resource YAML file.

Go to the [IBM Cloud Pak for Automation 20.0.x](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.install/k8s_topics/tsk_install_odm.html) Knowledge Center and choose which customizations you want to apply.
Go to the [IBM Cloud Pak for Automation 20.0.x](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/con_odm_prod.html) Knowledge Center and choose which customizations you want to apply.
* [Defining the security certificate](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_replace_security_certificate.html)
* [Configuring the LDAP and user registry](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/con_config_user_registry.html)
* [Configuring user access](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_config_user_access.html)
* [Configuring a custom external database](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_custom_external_db.html)
* [Configuring the ODM event emitter](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_custom_emitters.html)
* [Configuring Decision Center customization](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_custom_dc.html)
* [Configuring Decision Center time zone](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.managing/op_topics/tsk_set_jvmargs.html)
* [Configuring Decision Center time zone](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_set_jvmargs.html)
* [Configuring the execution unit (XU)](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/tsk_configuring_xu.html)

> **Note**: The [configuration](configuration) folder provides sample configuration files that you might find useful. Download the files and edit them for your own customizations.
Expand Down
7 changes: 6 additions & 1 deletion UMS/README_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@

## Prerequisites

Make sure that you specified the configuration parameter `sc_deployment_platform` in `shared_configuration`.
Make sure that you specified the mandatory configuration parameters `appVersion: 20.0.1` in `spec` and `sc_deployment_platform` in `shared_configuration`.
If you deploy on Red Hat OpenShift, specify

```yaml
spec:
appVersion: 20.0.1
shared_configuration:
sc_deployment_platform: OCP
```
Expand All @@ -24,10 +25,14 @@ otherwise specify
```yaml
spec:
appVersion: 20.0.1
shared_configuration:
sc_deployment_platform: NonOCP
```
For information about shared configuration parameters and sample values refer to
[Shared configuration parameters](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.ref/k8s_topics/ref_shared_images_params.html).
## <a name="Step-1"></a> Step 1: Generate the UMS secret
To avoid passing sensitive information in configuration files, you must create a secret manually before you deploy UMS.
Expand Down
2 changes: 1 addition & 1 deletion UMS/README_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stringData:
tsDBPassword: "!Passw0rd"
```
After you have created the secret, update your Custom Resource to configure `ums_configuration.db_secret_name` to point to the secret `ibm-dba-ums-secret`.
After you have created the secret, update your Custom Resource to configure `ums_configuration.admin_secret_name` to point to the secret `ibm-dba-ums-secret`.

### New parameters
The following optional parameters are new in 20.0.1, they support long-lived access tokens. For more information, see Refer to [Using long-lived access tokens](https://www.ibm.com/support/knowledgecenter/SSYHZ8_20.0.x/com.ibm.dba.offerings/topics/con_ums_sso_app_token.html).
Expand Down
1 change: 1 addition & 0 deletions descriptors/ibm_cp4a_cr_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,7 @@ spec:
# service_type: "Route"
# hostname: ""
# port: 443
# workstream_server_secret: ibm-baw-baw-secret
# external_tls_secret: ibm-baw-ext-tls-secret
# external_tls_ca_secret: ibm-baw-ext-tls-ca-secret
# replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion platform/k8s/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Follow the instructions in step 1 of [Installing Cloud Pak for Automation 20.0.1
```
3. Upgrade the icp4a-operator on your cluster.

Use the 20.0.1 [scripts/upgradeOperator.sh](../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
Use the 20.0.1 [scripts/upgradeOperator.sh](../../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
```bash
$ ./scripts/upgradeOperator.sh -i <registry_url>/icp4a-operator:20.0.1 -p '<my_secret_name>' -a accept
```
Expand Down
2 changes: 1 addition & 1 deletion platform/ocp/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Follow the instructions in step 1 of [Installing Cloud Pak for Automation 20.0.1
```
3. Upgrade the icp4a-operator on your cluster.

Use the 20.0.1 [scripts/upgradeOperator.sh](../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
Use the 20.0.1 [scripts/upgradeOperator.sh](../../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
```bash
$ ./scripts/upgradeOperator.sh -i <registry_url>/icp4a-operator:20.0.1 -p '<my_secret_name>' -a accept
```
Expand Down
2 changes: 1 addition & 1 deletion platform/roks/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Follow the instructions in step 1 of [Installing Cloud Pak for Automation 20.0.1
```
4. Upgrade the icp4a-operator on your cluster.

Use the 20.0.1 [scripts/upgradeOperator.sh](../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
Use the 20.0.1 [scripts/upgradeOperator.sh](../../scripts/upgradeOperator.sh) script to deploy the operator manifest descriptors.
```bash
$ ./scripts/upgradeOperator.sh -i <registry_url>/icp4a-operator:20.0.1 -p '<my_secret_name>' -a accept
```
Expand Down

0 comments on commit b21dbf1

Please sign in to comment.