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

Fix GPG key import for a large set of DeepOps roles #1184

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

ajdecon
Copy link
Collaborator

@ajdecon ajdecon commented Jun 16, 2022

Summary

Previously, many DeepOps roles were importing the full Fedora GPG keychain from https://getfedora.org/static/fedora.gpg. At some point in the past several days, this started failing with errors that look like this:

2022-06-16T16:15:03.7136338Z fatal: [dcgm-centos-7]: FAILED! => {"changed": false, "msg": "Not a public key: https://getfedora.org/static/fedora.gpg"}

Unfortunately, it's difficult to tell what may have changed with the upstream URL.

Because we're just interested in EPEL anyway, this PR changes the URL import to the EPEL-specific key for the distro in question, i.e. https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}.

Test plan

All Molecule tests should pass following this change. (Jenkins CI is still broken 😢 for other reasons around a Helm chart.)

@ajdecon ajdecon changed the title Fixes for Molecule tests Fix GPG key import for a large set of DeepOps roles Jun 16, 2022
@ajdecon ajdecon requested review from dholt and supertetelman June 16, 2022 17:31
@ajdecon ajdecon marked this pull request as ready for review June 16, 2022 17:31
@ajdecon ajdecon merged commit 22d8d2d into NVIDIA:master Jun 16, 2022
@ajdecon ajdecon deleted the molecule-fix branch June 16, 2022 18:43
@dholt dholt mentioned this pull request Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants