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:
TVo
2024-01-27 14:23:32 -07:00
committed by GitHub
parent a1bbe75aed
commit 266e31d71a
22 changed files with 160 additions and 57 deletions

View File

@@ -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 users Ansible automation) |
+-----------+-----------------------------------------------------------------------------------------------------------------+
Notification Template
An instance of a notification type (Email, Slack, Webhook, etc.) with a name, description, and a defined configuration.