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 CentOS 7 / RHEL 7 pbench-agent installations #2248

Conversation

portante
Copy link
Member

@portante portante commented Apr 26, 2021

It looks like we need the latest version of pip to install all of the module dependencies we have. For all but CentOS 7 / RHEL 7 we have the correct version. So for those environments we now have to install the latest version of pip3 directly in order for us to have our Python3 dependencies satisfied.

The days of our RHEL 7 support are numbered.

Fixes #2245.

@portante portante added bug Agent packaging Issues related to software packaging Installation labels Apr 26, 2021
@portante portante added this to the v0.71 milestone Apr 26, 2021
@portante portante requested a review from ndokos April 26, 2021 23:51
@portante portante self-assigned this Apr 26, 2021
@portante portante requested a review from Maxusmusti April 26, 2021 23:52
@dbutenhof
Copy link
Member

The days of RHEL 7 are numbered.

"Numbered"? Or "few"? Because when we're talking about major OS releases, it seems that "numbered" is usually more of a "countable infinity" thing rather than "2 or 3". ;-)

dbutenhof
dbutenhof previously approved these changes Apr 27, 2021
agent/rpm/pbench-agent.spec.j2 Outdated Show resolved Hide resolved
It looks like we need the latest version of `pip` to install all of
the module dependencies we have.  For all but CentOS 7 / RHEL 7 we
have the correct version.  So for those environments we now have to
install the latest version of `pip3` directly in order for us to have
our Python3 dependencies satisfied.

The days of our RHEL 7 support are numbered.

Fixes distributed-system-analysis#2245.
@portante portante force-pushed the update-pip-install-centos-7 branch from dba738a to 0b80ad1 Compare April 27, 2021 12:57
Copy link
Member

@Maxusmusti Maxusmusti left a comment

Choose a reason for hiding this comment

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

Tested on RHEL 7 (for controller and remote hosts), working as expected

@portante portante merged commit e31b471 into distributed-system-analysis:main Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent bug Installation packaging Issues related to software packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The pbench-agent fails to install on RHEL 7/CentOS 7
3 participants