mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Surface default instance group names in /api/v2/settings/all
This commit is contained in:
@@ -177,6 +177,24 @@ register(
|
|||||||
read_only=True,
|
read_only=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
register(
|
||||||
|
'DEFAULT_CONTROL_PLANE_QUEUE_NAME',
|
||||||
|
field_class=fields.CharField,
|
||||||
|
label=_('The instance group where control plane tasks run'),
|
||||||
|
category=_('System'),
|
||||||
|
category_slug='system',
|
||||||
|
read_only=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
register(
|
||||||
|
'DEFAULT_EXECUTION_QUEUE_NAME',
|
||||||
|
field_class=fields.CharField,
|
||||||
|
label=_('The instance group where user jobs run (currently only on non-VM installs)'),
|
||||||
|
category=_('System'),
|
||||||
|
category_slug='system',
|
||||||
|
read_only=True,
|
||||||
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
'DEFAULT_EXECUTION_ENVIRONMENT',
|
'DEFAULT_EXECUTION_ENVIRONMENT',
|
||||||
field_class=fields.PrimaryKeyRelatedField,
|
field_class=fields.PrimaryKeyRelatedField,
|
||||||
|
|||||||
Reference in New Issue
Block a user