-
-
Notifications
You must be signed in to change notification settings - Fork 269
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 CentOS 8 support #917
Add CentOS 8 support #917
Conversation
I think after this it makes sense to add a |
f8632dd
to
944a463
Compare
Dear @traylenator, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
1 similar comment
Dear @traylenator, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
6f6faf6
to
358b8fb
Compare
The main differences for CentOS 8 are: * There is now a new collectd-utils package containing collectdctl * collectd-python is now a seperate sub package * python is python3. * pip command is now pip3 * The rabbitmq plugin no longer works due to lack of python3 support The python_dir fact will fall back to `/usr/libexec/platform-python` if `python3` does not exist on the path. This is the python that collectd is built against and significantly requires. Note that setting `collectd::ci_package_repo` true will currently result in yum being configured with a non existant repo since https://pkg.ci.collectd.org/rpm/ does not exist for 8. collectd/collectd-ci#35
@traylenator thanks for the awesome work! Is this still WIP? |
One more feature to add I'll make a release hopefully. |
Pull Request (PR) description
Add CentOS 8 support
The main differences for CentOS 8 are:
The
python_dir
fact will fall back to/usr/libexec/platform-python
if
python3
does not exist on the path. This is the pythonthat collectd uses and significantly all that collectd-python requires.
Note that setting
collectd::ci_package_repo
true will currentlyresult in yum being configured with a non existant repo since
https://pkg.ci.collectd.org/rpm/ does not exist
for 8. request