You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
I tried to use this role with RPi 1 and it failed on starting grafana because the role installed wrong Grafana package (which should be used for different architecture). The ansible hanged on starting the Grafana:
TASK [cloudalchemy.grafana : Wait for grafana to start (http/s)] ****************************************************************************************************************************
^C [ERROR]: User interrupted execution
How to reproduce it (as minimally and precisely as possible):
Use this role for RPi 1.
The problem is that the role installed grafana package which is used for different architecture than RPi 1.
The package which needs to be installed for RPi 1 is called grafana-rpi:
What happened?
I tried to use this role with RPi 1 and it failed on starting grafana because the role installed wrong Grafana package (which should be used for different architecture). The ansible hanged on starting the Grafana:
How to reproduce it (as minimally and precisely as possible):
Use this role for RPi 1.
The problem is that the role installed
grafana
package which is used for different architecture than RPi 1.The package which needs to be installed for RPi 1 is called
grafana-rpi
:See the output of the installed Grafana binary (from
grafana
package) by this role on RPi 1:See the output of the manually installed package
grafana-rpi
on RPi 1:Here are the facts about RPi 1 architecture:
Comparing to RPi 3 for example (which is working fine with the role):
Environment
Raspberry Pi 1 (RPi 1)
Git
master
branchThe text was updated successfully, but these errors were encountered: