linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
101 stars 59 forks source link

chore: Add support for Oracle Linux 9.x #469

Closed plimptm closed 1 month ago

plimptm commented 1 month ago

Enhancement: adding support for Oracle Linux 9.x

Reason: current variable files do not return a match on this OS flavor/version

Result: copied package list from RedHat_9 and verified behavior for storage_pools (lvm) backed with virtual scsi disks

Issue Tracker Tickets (Jira or BZ if any): #444

spetrosi commented 1 month ago

[citest]

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 12.23%. Comparing base (bb51979) to head (3eec12b). Report is 15 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #469 +/- ## ========================================== - Coverage 16.54% 12.23% -4.32% ========================================== Files 2 8 +6 Lines 284 1946 +1662 Branches 79 79 ========================================== + Hits 47 238 +191 - Misses 237 1708 +1471 ``` | [Flag](https://app.codecov.io/gh/linux-system-roles/storage/pull/469/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | Coverage Δ | | |---|---|---| | [sanity](https://app.codecov.io/gh/linux-system-roles/storage/pull/469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | `16.54% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

spetrosi commented 1 month ago

Please rebase and let's run tests