-
Notifications
You must be signed in to change notification settings - Fork 200
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 candlepin repositories for Katello staging #1743
Add candlepin repositories for Katello staging #1743
Conversation
I think we also need to change the
katello_repositories_version here to candlepin_repositories_version
|
22049c1
to
d8b3665
Compare
- name: 'Enable pki-core module' | ||
command: dnf module enable -y pki-core | ||
# can't use the `dnf` module for modules without a default stream | ||
# https://github.com/ansible/ansible/issues/56504 | ||
# https://github.com/ansible/ansible/issues/64852 | ||
args: | ||
creates: /etc/dnf/modules.d/pki-core.module |
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.
technically this is not required as people will enabled katello:el8
which pulls that in?
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.
For now I will leave it there so you can use candlepin standalone.
ret = forklift_vars | ||
break | ||
else: | ||
possible_versions = set() | ||
for version in reversed(versions['installers']): | ||
if not scenario_os in version['boxes']: | ||
continue | ||
# this is a hack, to be removed once all Katello versions support EL8 in the same manner Foreman does |
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.
😆
Candlepin now has its own release cycle and we'l always use the real repositories. The version is now tracked in versions.yaml, just like Pulpcore.
d8b3665
to
ae685c5
Compare
No description provided.