TOSIT-IO / tdp-collection-prerequisites

Ansible collection with TDP prerequisites
Apache License 2.0
3 stars 10 forks source link

fix: cgred update for rhel8 #88

Closed gonzaloetjo closed 1 year ago

gonzaloetjo commented 1 year ago

Which issue(s) this PR fixes

Fixes #71

Additional comments

cgrep has been depreciated in favor of systemd for rhel8 or any 8.x derivative rpm -q --changelog libcgroup. :

Tue Jan 14 2014 … 0.41-1

    resolves: #966008
    updated to 0.41
    removed deprecated cgred service
    please use Control Group Interface in Systemd instead

source: http://rpmfind.net/linux/RPM/centos/8-stream/baseos/x86_64/Packages/libcgroup-0.41-19.el8.x86_64.html

Agreements

PACordonnier commented 1 year ago

Lets have a discussion about whether or not we start to drop RHEL7 support altogether for prerequisites 0.2/ I think no one is really interested in rhel 7 anymore and someone could always do some work from 0.1.

I'm not saying we should delete the existing code that manages rhel7/8 differences, but I think we can consider not adding more and focus on rhel8.

This PR relates to https://github.com/TOSIT-IO/tdp-collection-prerequisites/pull/87 and https://github.com/TOSIT-IO/tdp-vagrant/pull/22