-
-
Notifications
You must be signed in to change notification settings - Fork 499
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 support for RHEL/CentOS 8 #816
Comments
Are you able to make a PR to add or test this functionality? |
As far as I can tell, it would be as easy as adding version 8 to RHEL/CentOS in metadata.json. No way for me to prove this yet, though. |
If you can test / verify that it functions as-is, without any additional code changes, feel free to PR that. We'll need to make sure that it gets auto-added to the travis matrix just from that change so that at least acceptance tests are being run there. |
When will the support for Centos 8 be added. Erlang Repo URL needs to be changed then |
What's the blocker on this issue? RHEL 8 is about half way through its lifecycle, and RHEL 9 has been out for more than a year. FYI I'm using puppet-rabbitmq 12.1.0 on RHEL 9.1 with puppet 6.x (which is also now EOL) and as far as I can tell it's working just fine. |
Hi - the blocker really relates to integration tests and some of the issues with bootstrapping erlang, as well as the discussions around switching back to having the RabbitMQ built packages as default again (with the default of I agree that it should probably work, esp. with the right settings around getting erlang setup and choosing which rabbitmq package to get. But, someone will probably need to take it on themselves to make one or more PRs to get some of the above working before Vox can "officially" support those versions (and test them properly in CI) |
Note: CentOS 8 has been EOL for a while, and RHEL 8 is EOL at the end of May, 2024. Thus, official support may be dropped again soon Fixes voxpupuli#942 Closes voxpupuli#900 Fixes voxpupuli#816
Note: CentOS 8 has been EOL for a while, and RHEL 8 is EOL at the end of May, 2024. Thus, official support may be dropped again soon Fixes voxpupuli#942 Closes voxpupuli#900 Fixes voxpupuli#816
The module is currently not supported on RHEL/CentOS 8. Please add support for those os versions.
The text was updated successfully, but these errors were encountered: