-
Notifications
You must be signed in to change notification settings - Fork 897
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
Enable scm_credential type in refresh #14471
Conversation
@miq-bot add_labels wip, enhancement, providers/ansible_tower |
Checked commit jameswnl@fcea79e with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/models/manageiq/providers/ansible_tower/shared/inventory/parser/automation_manager.rb
|
@miq-bot remove_label wip |
@durandom help take a quick look. UI is blocked on this. |
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 great
@@ -1,7 +1,7 @@ | |||
require 'support/ansible_shared/automation_manager/refresher' | |||
require 'support/ansible_shared/automation_manager/refresher_v2' |
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.
wow... i.e. we never tested the _v2 refresh?!
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.
we did at one point 😬
The
scm_credential
was not being inventoried with most accurate class type.Also fixing a test
shared_examples
being directed to wrong file.