Add awxkit optional fields for new prompts

Added additional fields for the awskit to support prompts:
 * ee
 * labels
 * forks
 * timeout
 * ig
 * job_slices
This commit is contained in:
Oleksii Baranov 2022-09-05 15:39:30 +02:00 committed by Alan Rominger
parent d5d24e421b
commit 2e217ed466
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559
2 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,12 @@ class JobTemplate(HasCopy, HasCreate, HasInstanceGroups, HasNotifications, HasSu
'ask_tags_on_launch',
'ask_variables_on_launch',
'ask_verbosity_on_launch',
'ask_execution_environment_on_launch',
'ask_labels_on_launch',
'ask_forks_on_launch',
'ask_job_slice_count_on_launch',
'ask_timeout_on_launch',
'ask_instance_groups_on_launch',
'allow_simultaneous',
'become_enabled',
'diff_mode',

View File

@ -42,6 +42,9 @@ class WorkflowJobTemplate(HasCopy, HasCreate, HasNotifications, HasSurvey, Unifi
"ask_inventory_on_launch",
"ask_scm_branch_on_launch",
"ask_limit_on_launch",
"ask_labels_on_launch",
"ask_skip_tags_on_launch",
"ask_tags_on_launch",
"limit",
"scm_branch",
"survey_enabled",