-
Notifications
You must be signed in to change notification settings - Fork 900
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
Fetch Ansible job plays from job events. #14779
Conversation
@miq-bot add_label bug, providers/ansible_tower, services, fine/yes |
Checked commits bzwei/manageiq@eaae992~...e4dcf45 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Fetch Ansible job plays from job events. (cherry picked from commit e22b912) https://bugzilla.redhat.com/show_bug.cgi?id=1443569
Fine backport details:
|
Starting from AnsibleTower 3.1, there is no longer a dedicated end point for job plays. Instead they need to be fetched by filtering job events.
ansible/ansible_tower_client_ruby#85 already enhance the job class to list all job events. This PR updates the
Gemfile
to the latest ansible_tower_client and fetches job events in the new way.Links [Optional]