idealista / grafana_role

Ansible role to install a Grafana server
Apache License 2.0
6 stars 5 forks source link

Support for Debian Buster and Bullseye #38

Open caldito opened 2 years ago

caldito commented 2 years ago

Description

Add support for Debian Buster and Bullseye, molecule tests fail when using these versions.

Why is this needed?

The latest version supported is stretch and its EOL has already passed, and tests fail on newer versions of Debian.

Additional Information

Also might be nice to remove Jessie support since that is quite old.

vicsufer commented 2 years ago

Hi @caldito, thanks for opening the issue. We're aware of this, step by step we're upgrading most of our roles to support Debian Bullseye. For Debian Buster we already offer support in this repository as it is shown on the travis.yml file.

As you are aware of, we're fully open to contributions, so if you have an urge for Debian Bullseye support feel free to open a Pull Request. Here you have an example of a migration we've made on other role.