1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Add information on enabled flag

This commit is contained in:
Matthew Jones 2018-02-05 15:44:08 -05:00
parent 772fcc9149
commit c61efc0af8
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

View File

@ -353,6 +353,13 @@ used to specify a preferred instance group on the job template or inventory,
but still allow the job to be submitted to any instance if those are out of
capacity.
#### Instance Enable / Disable
In order to support temporarily taking an `Instance` offline there is a boolean property `enabled` defined on each instance.
When this property is disabled no jobs will be assigned to that `Instance`. Existing jobs will finish but no new work will be
assigned.
## Acceptance Criteria
When verifying acceptance we should ensure the following statements are true