mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Added hop node information and beefed up exec nodes section. (#14787)
* Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Fixed build and image rendering issues. * Replaced graphic with many many nodes! * Updated images with latest * Incorporated review inputs from @fosterseth. * Incorporated more review feedback from @fosterseth * Resized graphic * Resized graphic again * Reduced image sizes to scale better on different browsers.
This commit is contained in:
@@ -90,17 +90,18 @@ Glossary
|
||||
Node
|
||||
A node corresponds to entries in the instance database model, or the ``/api/v2/instances/`` endpoint, and is a machine participating in the cluster / mesh. The unified jobs API reports ``awx_node`` and ``execution_node`` fields. The execution node is where the job runs, and AWX node interfaces between the job and server functions.
|
||||
|
||||
+-----------+------------------------------------------------------------------------------------------------------+
|
||||
| Node Type | Description |
|
||||
+===========+======================================================================================================+
|
||||
| Control | Nodes that run persistent |aap| services, and delegate jobs to hybrid and execution nodes |
|
||||
+-----------+------------------------------------------------------------------------------------------------------+
|
||||
| Hybrid | Nodes that run persistent |aap| services and execute jobs |
|
||||
+-----------+------------------------------------------------------------------------------------------------------+
|
||||
| Hop | Used for relaying across the mesh only |
|
||||
+-----------+------------------------------------------------------------------------------------------------------+
|
||||
| Execution | Nodes that run jobs delivered from control nodes (jobs submitted from the user's Ansible automation) |
|
||||
+-----------+------------------------------------------------------------------------------------------------------+
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Node Type | Description |
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Control | Nodes that run persistent Ansible Automation Platform services, and delegate jobs to hybrid and execution nodes |
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Hybrid | Nodes that run persistent Ansible Automation Platform services and execute jobs |
|
||||
| | (not applicable to operator-based installations) |
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Hop | Used for relaying across the mesh only |
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Execution | Nodes that run jobs delivered from control nodes (jobs submitted from the user’s Ansible automation) |
|
||||
+-----------+-----------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Notification Template
|
||||
An instance of a notification type (Email, Slack, Webhook, etc.) with a name, description, and a defined configuration.
|
||||
|
||||
Reference in New Issue
Block a user