Register the hop & execution nodes and all node links

This commit is contained in:
Jeff Bradberry
2022-01-07 16:43:59 -05:00
parent 386aa898ec
commit 37907ad348
2 changed files with 19 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ services:
AWX_GROUP_QUEUES: tower
MAIN_NODE_TYPE: "${MAIN_NODE_TYPE:-hybrid}"
RECEPTORCTL_SOCKET: {{ receptor_socket_file }}
CONTROL_PLANE_NODE_COUNT: {{ control_plane_node_count|int }}
EXECUTION_NODE_COUNT: {{ execution_node_count|int }}
{% if loop.index == 1 %}
RUN_MIGRATIONS: 1
{% endif %}