Feature #35726
Ansible - Bug #35585: Unable to enable callback plugin per-template
Add pagelet mountpoints to form template to make it extensible in plugins
Description
We need to add the `ansible_callback_enabled` property to the template's params, so we can set it from the UI.
And we need to add a mount point in the template's form, so we can use it on the Pagelet created in `foreman_ansible` plugin.
Associated revisions
History
#1
Updated by Nofar Alfassi 5 months ago
- Subject changed from Adding to Adding callback_enabled option to the job templates in foreman_ansible
#2
Updated by Nofar Alfassi 5 months ago
- Subject changed from Adding callback_enabled option to the job templates in foreman_ansible to Adding callback_enabled option to the job templates for foreman_ansible
#3
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9503 added
#4
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.6.0 added
#5
Updated by Nofar Alfassi 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d6e20fd7188687778427ff780fc085d5564ced35.
#6
Updated by Ewoud Kohl van Wijngaarden 3 months ago
- Triaged changed from No to Yes
- Category set to Templates
- Subject changed from Adding callback_enabled option to the job templates for foreman_ansible to Add pagelet mountpoints to templates form to make it extensible in plugins
#7
Updated by Ewoud Kohl van Wijngaarden 3 months ago
- Subject changed from Add pagelet mountpoints to templates form to make it extensible in plugins to Add pagelet mountpoints to form template to make it extensible in plugins
Fixes #35726 - adding callback_enabled option to job templates for foreman_ansible
Added the `ansible_callback_enabled` property to the template's params, so we can set it from the UI.
And added a new mount point in the template's form, for the Pagelet created in `foreman_ansible` plugin.