How to set Automation Engine specific configuration parameters in AAKE
search cancel

How to set Automation Engine specific configuration parameters in AAKE

book

Article ID: 278020

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

It is possible to set parameters of the ucsrv.ini configuration of conventional One Automation on containerized environment (AAKE). These article explains how this can be done by describing a simple example.

Environment

AAKE 21 any version

Resolution

In the values.yaml file there is a section with the title

environment:

Here in the following we give a exemple how to set parameters 

The you can add AE specific parameters base on the structure of the initial INI file.

According to my colleagues from the expertise level these parameter should be added as follows

[GLOBAL].logging and [GLOBAL].logCount

The section for these entries is 

 

Additional Information

In this section of the documentation this is indicated.

https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/21.0.8/Automic%20Automation%20Guides/Content/AWA/Admin/admin_Configuration_INI_Files.htm?Highlight=ucsrv.ini#link7
====================================

Environment Variables in Container-Based Systems
In the Automic Automation Kubernetes Edition, you must use environment variables to define the parameters of the INI file of the Automation Engine.

You can set the environment variables using the values.yaml file before and after the installation. Once your instance has been provisioned, you can also use the ae-properties and awi-properties section of the configmap to make changes.

====================================