-
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
Added Embedded Ansible Content plugin #17096
Added Embedded Ansible Content plugin #17096
Conversation
@miq-bot add_label enhancement @miq-bot assign @gmcculloug cc- @gtanzillo @Fryguy |
lib/vmdb/plugins.rb
Outdated
@registered_automate_domains << AutomateDomain.new(domain_directory) | ||
end | ||
end | ||
|
||
def register_embedded_ansible_content(engine) | ||
registered_content_directories(engine, "ansible") do |domain_directory| |
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.
The domain_directory
is a carry-over from the automate method. Suggest content_directory
for this one.
6324dd3
to
360a4f4
Compare
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.
👍 on the refactoring.
Should this be embedded_ansible_content
or just ansible_content
? I'm leaning toward ansible_content
since the "embedded" part is just an implementation detail. What do you think? cc @Fryguy
I prefer |
360a4f4
to
4c1d80c
Compare
I changed everything to |
Checked commit syncrou@4c1d80c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot add_label blocker |
…lugin Added Embedded Ansible Content plugin (cherry picked from commit 35f2f4e) https://bugzilla.redhat.com/show_bug.cgi?id=1566658
Gaprindashvili backport details:
|
Adds a new Vmdb plugin for
AnsibleContent
.The registered plugin contains the following paths:
@path
and@roles_path
Dependent on: ManageIQ/manageiq-content#254
Thanks to @gmcculloug for helping with the refactor of the Automate and EmbeddedAnsible registration methods
https://bugzilla.redhat.com/show_bug.cgi?id=1539762