-
Notifications
You must be signed in to change notification settings - Fork 287
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 Ubuntu 24.04 Noble Numbat (all roles) #1221
Conversation
does not work well at the moment because new zabbix gpg key for noble repo has not been published yet. |
This should be fixed with second commit now that zabbix has published the Ubuntu 24.04 repo key |
8c5c7d0
to
dbb6f0c
Compare
I didn't manage to make tests pass with ubuntu 24.04 because it comes with python 3.12 which requires ansible-core 2.15.3 to fix get_url which in turn requires ansible 8 which complain of community.docker collection not being installed. So I left tests on Ubuntu 24.04 aside from this PR (I kept it commented out). This seems to be a work beyond my capabilities and should be addressed in another PR. |
We're gonna have to figure out how to make it work with 24.04. |
8909807
to
e08f891
Compare
I finally managed to make tests run on ubuntu 24.04 \o/ I had to make some minor adjustments to make the tests pass (especially zabbix server mysql and zabbix_java_gateway package install) There is still an issue with geerlinguy.nginx in role zabbix_web on Ubuntu 24.04 I am working on |
@pyrodie18 all tests are now passing, including ubuntu 24.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the PR.
Thanks to have merged this one ;) |
SUMMARY
Ubuntu 24.04 Noble Numbat has been out since April 29, 2024
This pull request add support for Ubuntu 24.04 Noble Numbat using zabbix repositories. Only zabbix 6.0 and zabbix 6.4 are available in zabbix repo for Ubuntu 24.04
ISSUE TYPE
COMPONENT NAME
All roles