Update Kiss 9.7.0 release configuration

Guidelines to update Kiss base configuration:

  • Update aura-avro-adapter.json configuration for aura-kpis-uploader in the Azure common storage.

Prerequisites

  • A kubeconfig of the Aura environment must be configured.
  • Substitute <YOUR_ENV> with the corresponding environment: es-pre, es-pro, br-pre, de-pre, de-int, etc.
  • The installation output file (output_install/<YOUR_ENV>_info.json) to get:
    • The KPI blob container name:
      • Get <AURA_KPI_CONTAINER> value.
    • The KPI blob container name:
      • Substitute <AURA_KPI_CONTAINER> with the obtained value.
    • The connection of azure common account
      • Substitute <AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCOUNT> with the obtained value.
      • Substitute <AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCESS_KEY> with the obtained value.
PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE=output_install/<YOUR_ENV>_info.json
AURA_KPI_CONTAINER=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .kpi_blob_container_name)
AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCOUNT=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .common_azure_storage_account_name)
AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCESS_KEY=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .common_azure_storage_access_key)

Update aura-kpis-uploader configuration

Update aura-avro-adapter configuration file

  • Connect to Azure common account with the credentials of the Azure common account and KPI blob container.

  • Remove the file schemas/aura-avro-adapter.json.

  • When aura-kpis-uploader is run, a new json file will be generated, with the updated configuration.