Itential Automation Gateway (IAG) can run in four distinct modes to provide automation for various operating environments. You can tailor each mode to specific scenarios, ranging from individual users to complex, distributed ecosystems.
To switch between application modes, set the configuration variable GATEWAY_APPLICATION_MODE as described in Application variables.
See an example configuration file in the Configuration variables overview.
Local mode is the default setting.
To use Local mode, set GATEWAY_APPLICATION_MODE to local.
The following example shows a gateway.conf file configured to run in local mode:
Server mode sets a centralized location where you can manage all resources.
For information about configuring a gateway server, see Server variables.
To use Server mode, set GATEWAY_APPLICATION_MODE to server.
The following example shows a gateway.conf file configured to run in server mode. Anything commented out is the default setting.
Client mode is essential for managing a gateway server.
server mode and sends requests to the serverFor more information on configuring a gateway client, see Client variables.
To use Client mode, set GATEWAY_APPLICATION_MODE to client.
The following example shows a gateway.conf file configured to run in gateway client mode. Anything commented out is the default setting.
Runner mode is designed for specialized execution-only nodes that receive service execution requests from gateway servers. They handle the actual automation task processing while the gateway servers manage coordination and communication.
For more information on runner nodes and IAG architectures, see Choose a deployment architecture.
To use Runner mode, set GATEWAY_APPLICATION_MODE to runner.
The following example shows a gateway.conf file configured for runner mode. Note that this example configures etcd as the store backend, but you can use either an etcd database or an Amazon DynamoDB table as your shared database. Anything commented out is the default setting.
The following table shows which features are available in each mode and highlights the dependency of server mode on client connections for running automations.
Runner mode has been omitted because gateway runners are limited to executing only automations that a gateway server sends to them.