-
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
Add manageiq_connection as an extra_var key sent through services #16668
Conversation
@miq-bot add_label enhancement, wip cc - @bzwei @gmcculloug |
}.merge(request_options_extra_vars) | ||
end | ||
|
||
def manageiq_connection_env |
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.
Is there a good way for us to share this method with automate?
@miq-bot add_label services |
Checked commit syncrou@50b08b4 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot remove_label wip |
Is backward comparability the reason you want to duplicate connection vars in both |
Old playbooks that don't use our modules need With this change all documentation can encourage the use of The only true way to deprecate |
Add manageiq_connection as an extra_var key sent through services (cherry picked from commit 17b389f) https://bugzilla.redhat.com/show_bug.cgi?id=1530635
Gaprindashvili backport details:
|
Duplicate as much as possible the
extra_vars
passed from a service as what is passed from automate.BZ https://bugzilla.redhat.com/show_bug.cgi?id=1527679