-
Notifications
You must be signed in to change notification settings - Fork 21
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 epel-release and extra repos for RHEL #225
Conversation
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.
I added a couple of comments. Re epel-release, the stable/1.6.x branch of the role installed it as a task in common.yml when ansible_os_family == "RedHat"
, but stable/1.7.x doesn't have this task. Not sure if this was removed on purpose or unintentionally.
7c86f7a
to
d6c86a5
Compare
I removed the always tag, it is ready for CR again |
@mamedin, should we merge this? |
I tested on a RHEL, but it was an evaluation version. I think RHEL includes a set of repository depending of the license and type (developer, workcenter, etc) In the next days I'll test ansible deployments on licensed RHEL servers, so I think we can wait a week before merging this PR. |
RHEL doesn't include the `epel-release` package on its official repositories, so it is needed to install the `epel-release`rpm package from the fedoraproject homepage. It is recommended to also enable the optional and extras repositories since EPEL packages may depend on packages from these repositories.
d6c86a5
to
823d46a
Compare
Rebased and changed base branch to This morning a client confirmed this change is needed for RHEL. |
Cherry-picked to qa/1.x: a36e49c |
RHEL doesn't include the
epel-release
package on its official repositories,so it is needed to install the
epel-release
rpm package from the fedoraprojecthomepage.
It is recommended to also enable the optional and extras repositories since
EPEL packages may depend on packages from these repositories.
Connects to archivematica/Issues#155
Connects to #209