Skip to content
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

Fixes #32160 - enable ansible content #343

Merged
merged 1 commit into from
Apr 22, 2021
Merged

Conversation

jlsherrill
Copy link
Contributor

No description provided.

@ekohl
Copy link
Member

ekohl commented Apr 20, 2021

We'll need to update metadata.json as well to depend on a version that includes the new code. That probably requires theforeman/puppet-pulpcore#184 to be merged and a version bump, at least in git. After that I also think the tests should pass.

@jlsherrill
Copy link
Contributor Author

yes, i will likely bump the requires in #342 first once the new version is released and then re-test this one

@@ -12,6 +12,8 @@
#
# $enable_deb:: Enable debian content plugin
#
# $enable_ansible:: Enable ansible content plugin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the discrepancy in naming intentional? In the Katello application itself, the setting is enable_ansible_collection (https://github.com/theforeman/puppet-katello/pull/401/files#diff-510884a7414666a0d988133c5f869510210d883aa1580d1248e74f1d16ca7d91R13)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this is intentional. the pulp plugin is called 'ansible', but provides two different types of 'repositories' (really remotes/distributors), ansible_collections and ansible_roles. Katello only supports ansible_collections at this time, and would likely implement roles as a different repo type (if we ever implement support)

@ehelms
Copy link
Member

ehelms commented Apr 21, 2021

@jlsherrill
Copy link
Contributor Author

will rebase once #342 goes in

@jlsherrill
Copy link
Contributor Author

went ahead and rebased this and updated metadata.json, so which ever goes in first is fine

@ehelms ehelms merged commit 447cff8 into theforeman:master Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants