Skip to content

Commit 5fbb138

Browse files
Merge pull request #4 from kvpreethi/patch-3
Update README.md 10.2.3 Jan 22 version changes
2 parents fed4c2f + c6bbfdd commit 5fbb138

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more information about AIDA, see [AIDA User's Guide](https://help.hcltechsw.
4343

4444
- External container image for OpenSearch 2.3.0 (an Elasticsearch based technology).
4545

46-
- External container image for Keycloak V22.0.0. (only for HCL Workload Automation users). Optional, if you want to access AIDA UI from outside the Dynamic Workload Console.
46+
- External container image for Keycloak V24.0.0. (only for HCL Workload Automation users). Optional, if you want to access AIDA UI from outside the Dynamic Workload Console.
4747
Note: HCL Workload Automation for Z users can only access AIDA UI from the alert widget in the Workload Dashboard of the Dynamic Workload Console.
4848

4949
- Before starting AIDA installation, verify that `vm.max_map_count` parameter for Elasticsearch is at minimum 262144 on the host machine (not inside the container).
@@ -79,15 +79,15 @@ Linux intel based 64-bit, and Linux on Z.
7979
```
8080
The images are as follows:
8181
82-
- ``hclcr.io/wa/aida-ad:10.2.1``
83-
- ``hclcr.io/wa/aida-exporter:10.2.1``
84-
- ``hclcr.io/wa/aida-email:10.2.1``
85-
- ``hclcr.io/wa/aida-nginx:10.2.1``
86-
- ``hclcr.io/wa/aida-orchestrator:10.2.1``
87-
- ``hclcr.io/wa/aida-predictor:10.2.1``
88-
- ``hclcr.io/wa/aida-redis:10.2.1``
89-
- ``hclcr.io/wa/aida-config:10.2.1``
90-
- ``hclcr.io/wa/aida-ui:10.2.1``
82+
- ``hclcr.io/wa/workload-automation/hcl-aida-ad:10.2.3``
83+
- ``hclcr.io/wa/workload-automation/hcl-aida-exporter:10.2.3``
84+
- ``hclcr.io/wa/workload-automation/hcl-aida-email:10.2.3``
85+
- ``hclcr.io/wa/workload-automation/hcl-aida-nginx:10.2.3``
86+
- ``hclcr.io/wa/workload-automation/hcl-aida-orchestrator:10.2.3``
87+
- ``hclcr.io/wa/workload-automation/hcl-aida-predictor:10.2.3``
88+
- ``hclcr.io/wa/workload-automation/hcl-aida-redis:10.2.3``
89+
- ``hclcr.io/wa/workload-automation/hcl-aida-config:10.2.3``
90+
- ``hclcr.io/wa/workload-automation/hcl-aida-ui:10.2.3``
9191
9292
9393
@@ -173,7 +173,7 @@ To install AIDA, run the following procedure:
173173
174174
## Updating AIDA installation
175175
176-
If you are using AIDA V10.1 or V10.2.0.0 with Keycloak V17.0.0 and want to update your AIDA installation to V10.2.1.0, you must first migrate your previous Keycloak V17.0.0 data to Keycloak V22.0.0.
176+
If you are using AIDA V10.1 or V10.2.0.0 with Keycloak V17.0.0 and want to update your AIDA installation to V10.2.1.0, you must first migrate your previous Keycloak V17.0.0 data to Keycloak V24.0.0.
177177
Run the following procedure.
178178
179179
1. Download data from Keycloak V17.0.0 to a file named `aida-realm.json` by running the following commands:
@@ -183,11 +183,11 @@ Run the following procedure.
183183
2. Save the file ``aida-realm.json`` to a disk drive.
184184
3. Remove the data volume from Keycloak V17.0.0 by running the following commands:
185185
``./AIDA.sh down; docker run --rm -it --entrypoint /bin/sh -v docker-deployment_aida-keycloak-data:/keycloak docker-deployment_keycloak -c 'mkdir keycloak/old_backup_data; mv keycloak/* keycloak/old_backup_data'``
186-
4. Download AIDA V10.2.1.0 images from the source repository.
186+
4. Download AIDA V10.2.3.0 images from the source repository.
187187
5. Copy the file ``aida-realm.json`` to the ``keycloak/`` folder in the [docker_deployment_dir].
188188
6. From [docker_deployment_dir],run the following command:
189189
``sed -i 's+"loginTheme" : "custom"+"loginTheme" : "keycloakTemplate_HCL"+g' ./keycloak/aida-realm.json``
190-
7. Complete AIDA V10.2.1.0 installation by running the following commands:
190+
7. Complete AIDA V10.2.3.0 installation by running the following commands:
191191
``./AIDA.sh load``
192192
``./AIDA.sh build-start``
193193

0 commit comments

Comments
 (0)