-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use extra_vars to create a new dialog when editing Ansible playbook service template. #15120
Conversation
@bzwei Is it possible to create the dialog using the options stored in the service_template instead of having to incur more synchronous queue refreshes? |
@lfu you can modify https://github.com/ManageIQ/manageiq/blob/master/app/models/dialog/ansible_playbook_service_dialog.rb#L9 The extra_vars from service_template is no longer a plain hash. Actually it helps better the dialog tool to create appropriate fields based on the metadata. |
7c027f9
to
8821393
Compare
…ervice template. Use the new values in extra_vars to create a new dialog, instead of waiting for the updated job template which may take some time. https://bugzilla.redhat.com/show_bug.cgi?id=1450102
8821393
to
76bae5b
Compare
Checked commit lfu@76bae5b with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Use extra_vars to create a new dialog when editing Ansible playbook service template. (cherry picked from commit 0613afb) https://bugzilla.redhat.com/show_bug.cgi?id=1459989
Fine backport details:
|
Use the new values in extra_vars to create a new dialog, instead of waiting for the updated job template which may take some time.
https://bugzilla.redhat.com/show_bug.cgi?id=1450102
@miq-bot assign @gmcculloug
@miq-bot add_label bug, fine/yes, providers/ansible_tower, services