Integrating AI Data Advisor (AIDA)

In this topic you can find information about how to integrate AIDA in your environment.

AI Data Advisor (AIDA) is a component delivered starting with HCL Workload Automation V 10.1, based on Artificial Intelligence and Machine Learning techniques. It enables fast and simplified data-driven decision making for an intelligent workload management.

To configure AIDA, run the following commands:
  1. Export the HELM_EXPERIMENTAL_OCI variable
    export HELM_EXPERIMENTAL_OCI=1
  2. Authenticate to your AWS account.
    aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ******.dkr.ecr.us-east-1.amazonaws.com
  3. Pull the chart.
    helm pull oci://*****.dkr.ecr.us-east-1.amazonaws.com/hcl-technologies/hcl-workload-automation-prod
  4. Get the current deployment values.
    helm get values <RELEASE_NAME>
  5. Open the values.yaml file and set the enableAIDA parameter to true:
    enableAIDA: true

For more information, see AIDA Configuration Parameters.

You can find the AIDA readme file at the following link: AI Data Advisor (AIDA).