Chapter 5. Automation mesh nodes
Automation mesh is an overlay network intended to ease the distribution of work across a large and dispersed collection of workers. This is done through nodes that establish peer-to-peer connections with each other by using existing networks.
5.1. Tested system configurations
Each automation mesh VM has been tested with the following component requirements: 16 GB RAM, 4 CPUs, 60 GB local disk, and 3000 IOPS.
5.2. Network ports
Automation mesh uses several ports to communicate with its services. These ports must be open and available for incoming connections to the Red Hat Ansible Automation Platform server for it to work. Ensure that these ports are available and are not blocked by the server firewall.
Port number | Protocol | Service | Source | Destination |
---|---|---|---|---|
27199 | TCP | Receptor | OpenShift Container Platform cluster | Execution node |
27199 | TCP | Receptor | OpenShift Container Platform cluster | Hop node |
443 | HTTPS | Receptor | Execution node | OpenShift Container Platform mesh ingress |
443 | HTTPS | Receptor | Hop node | OpenShift Container Platform mesh ingress |
For additional information about each of the tested topologies described in this document, see the test-topologies GitHub repo.