-
Notifications
You must be signed in to change notification settings - Fork 97
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
Error on Inherit Default Vars #320
Comments
Same here. Using |
My bad, container had not yet rebuilt. 🙄 |
@intermittentnrg Yes, tried that and ran into another issue. Decided to pin and skip further investigation. |
gene-redpanda
added a commit
to redpanda-data/deployment-automation
that referenced
this issue
Feb 10, 2025
There's a bug in the latest grafana role that causes issues with deploying it as part of testing. I've pinned to 5.6.0 until they've resolved the issue grafana/grafana-ansible-collection#320
Ok then. So issue resolved? Or do we need to provide a more helpful error message when grafana_ini is not set. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, getting an error running your Grafana role. Here is the playbook:
Here is the full CI output with the error
And here is the playbook where we consume the role
https://github.com/redpanda-data/deployment-automation/blob/main/ansible/deploy-monitor.yml
And this is the task where the error is happening in your role
grafana-ansible-collection/roles/grafana/tasks/main.yml
Line 4 in e5fa9cd
We're not using grafana_ini at the moment and it fails on the task that works out whether or not to use the defaults. I suspect if I you initialize it as an empty dict that will satisfy the copy and then I can use the defaults as before.
Here is the suggested fix in code form:
The text was updated successfully, but these errors were encountered: