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

add lsof and assert fix #391

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
common: install lsof for all RHEL/OL distributions
  • Loading branch information
Rendanic committed Dec 5, 2023
commit cd228479e6f2138c5e79cee36dbdddaf1479f271
3 changes: 3 additions & 0 deletions changelogs/fragments/lsof.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "common: install lsof for all RHEL/OL distributions (oravirt#391)"
2 changes: 2 additions & 0 deletions roles/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ common_packages_el6:
- procps
- module-init-tools
- ethtool
- lsof
- bc
- nc
- bind-utils
Expand Down Expand Up @@ -110,6 +111,7 @@ common_packages_el7:
- procps
- module-init-tools
- ethtool
- lsof
- bc
- nc
- bind-utils
Expand Down
2 changes: 2 additions & 0 deletions roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ common_packages_el6:
- procps
- module-init-tools
- ethtool
- lsof
- bc
- nc
- bind-utils
Expand Down Expand Up @@ -103,6 +104,7 @@ common_packages_el7:
- procps
- module-init-tools
- ethtool
- lsof
- bc
- nc
- bind-utils
Expand Down