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

cluster expansion is falling if yum-utils is not installed #2334

Closed
xaf-scality opened this issue Mar 26, 2020 · 1 comment
Closed

cluster expansion is falling if yum-utils is not installed #2334

xaf-scality opened this issue Mar 26, 2020 · 1 comment
Assignees
Labels
complexity:easy Something that requires less than a day to fix kind:bug Something isn't working priority:high High priority issues, should be worked on ASAP (after urgent issues), not postponed severity:critical A critical impact on live deployments, though may wait for a maintenance release topic:deployment Bugs in or enhancements to deployment stages topic:operations Operations-related issues

Comments

@xaf-scality
Copy link
Contributor

Component:
salt

What happened:
adding a new node to a cluster is failling, because repoquery tools is needed on the target node

What was expected:
not failling

Steps to reproduce
expand a cluster with a node not having repoquery (yum-utils rpm)

Resolution proposal (optional):
provide yum-utils in the iso or check it and install it if needed

@thomasdanan thomasdanan added kind:bug Something isn't working priority:high High priority issues, should be worked on ASAP (after urgent issues), not postponed severity:major Major impact on live deployments (e.g. some non-critical feature is not working at all) topic:deployment Bugs in or enhancements to deployment stages topic:operations Operations-related issues labels Mar 27, 2020
@thomasdanan thomasdanan added severity:medium Medium impact (usability) on live deployments complexity:easy Something that requires less than a day to fix severity:critical A critical impact on live deployments, though may wait for a maintenance release and removed severity:major Major impact on live deployments (e.g. some non-critical feature is not working at all) severity:medium Medium impact (usability) on live deployments labels Mar 27, 2020
@alexandre-allard alexandre-allard self-assigned this Mar 31, 2020
alexandre-allard added a commit that referenced this issue Mar 31, 2020
download yum-utils RedHat package in the buildchain.
yum-utils is used to provide repoquery to be able
to lookup for packages and their dependencies and
enforce certain versions.

Refs: #2334
alexandre-allard added a commit that referenced this issue Mar 31, 2020
we need to install yum-utils to provide repoquery
which is used in the macro pkg_installed() to be
able to lookup for packages and their dependencies
and enforce certain versions.

Refs: #2334
@alexandre-allard
Copy link
Contributor

closed by #2343

wabernat pushed a commit that referenced this issue Apr 14, 2020
download yum-utils RedHat package in the buildchain.
yum-utils is used to provide repoquery to be able
to lookup for packages and their dependencies and
enforce certain versions.

Refs: #2334
wabernat pushed a commit that referenced this issue Apr 14, 2020
we need to install yum-utils to provide repoquery
which is used in the macro pkg_installed() to be
able to lookup for packages and their dependencies
and enforce certain versions.

Refs: #2334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:easy Something that requires less than a day to fix kind:bug Something isn't working priority:high High priority issues, should be worked on ASAP (after urgent issues), not postponed severity:critical A critical impact on live deployments, though may wait for a maintenance release topic:deployment Bugs in or enhancements to deployment stages topic:operations Operations-related issues
Projects
None yet
Development

No branches or pull requests

3 participants