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

Install Oracle's EPEL repo on Oracle Linux 7 and 8. #1839

Merged
merged 4 commits into from
Sep 15, 2022

Conversation

pjcreath
Copy link
Contributor

What does this PR do?

Changes the Oracle Linux bootstrap to use Oracle's EPEL repo.

What issues does this PR fix or reference?

Fixes #1838.

Previous Behavior

salt-bootstrap installs the Fedora epel-latest repo (dl.fedoraproject.org/pub/epel/epel-release-latest-...) on Oracle Linux.

New Behavior

salt-bootstrap installs oracle-epel-release-el7 or oracle-epel-release-el8 package on Oracle Linux 7 or 8, respectively.

@pjcreath
Copy link
Contributor Author

pjcreath commented Jun 17, 2022

re-run full test (py3-git-master-freebsd-131)
re-run full test (latest-freebsd-131)
re-run full test (latest-openbsd-6)
re-run full CentOS 7 v3003 Py3 Git

...nuts, it looks like salt-bootstrap doesn't use the pr-commands that salt does.

I think the above 4 failures were transitory network issues on the runners.

@s0undt3ch
Copy link
Contributor

Is this still relevant?

@pjcreath
Copy link
Contributor Author

Yes, it is.

@pjcreath
Copy link
Contributor Author

Note for reviewers: the only failing test currently is an apparently transient error accessing https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-8.noarch.rpm

That's a little strange, since the file is present and has a modification date of August 10. (Also, the other CentOS Stream 8 builds succeed.)

So those errors aren't due to this patch.

@garethgreenaway garethgreenaway merged commit c24a2ba into saltstack:develop Sep 15, 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.

Bootstrapping doesn't use Oracle's EPEL on Oracle Linux
4 participants