Conductor Documentation

Agents

The Conductor Agent is a component that is installed on hosts that are part of your blueprint. The Conductor Agent communicates with the Conductor Manager.

The Agent executes orchestration operations locally, and collects metrics and reports them to the Conductor Manager.

If your blueprint does not require these functions, you can exclude the agent installation from the installation process.

Agent Packages

Conductor Agent is supported over the following platforms:

Notes:

Communication with the Manager

The agent requires access to the manager with these services:

  1. TCP Port 53333 (REST API; HTTPS)
  2. TCP Port 53229 (file server; HTTPS)
  3. TCP Port 5671 (RabbitMQ; AMQP over TLS)

By default, the Conductor Agent connects to the private IP of the Conductor Manager.