mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Add wording about expectations for enabled status and default group (#10993)
* Add wording about expections for enabled status and default group * fix pluralization Co-authored-by: Alex Corey <acorey@redhat.com> * Correct grammar mistake Co-authored-by: Alex Corey <acorey@redhat.com>
This commit is contained in:
@@ -73,7 +73,11 @@ Control nodes check the receptor network (reported via `receptorctl status`) whe
|
|||||||
Nodes on the receptor network are compared against the `Instance` model in the database.
|
Nodes on the receptor network are compared against the `Instance` model in the database.
|
||||||
|
|
||||||
If a node appears in the mesh network which is not in the database, then a "health check" is started.
|
If a node appears in the mesh network which is not in the database, then a "health check" is started.
|
||||||
The `capacity` field will obtain a non-zero value through this process, which is necessary to run jobs.
|
Fields like `cpu`, `memory`, and `version` will obtain a non-default value through this process.
|
||||||
|
|
||||||
|
In order to run jobs on execution nodes, either the installer needs to pre-register the node,
|
||||||
|
or user needs to make a PATCH request to `/api/v2/instances/N/` to change the `enabled` field to true.
|
||||||
|
Execution nodes should automatically be placed in the default instance group.
|
||||||
|
|
||||||
#### Health Check Mechanics
|
#### Health Check Mechanics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user