grafana sleep befoer trying admin reset
This commit is contained in:
parent
d2f8df88bf
commit
3256329064
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ svc_systemd['grafana-server'] = {
|
||||||
admin_password = node.metadata.get('grafana/config/security/admin_password')
|
admin_password = node.metadata.get('grafana/config/security/admin_password')
|
||||||
port = node.metadata.get('grafana/config/server/http_port')
|
port = node.metadata.get('grafana/config/server/http_port')
|
||||||
actions['reset_grafana_admin_password'] = {
|
actions['reset_grafana_admin_password'] = {
|
||||||
'command': f"grafana-cli admin reset-admin-password {quote(admin_password)}",
|
'command': f"sleep 5 && grafana-cli admin reset-admin-password {quote(admin_password)}",
|
||||||
'unless': f"curl http://admin:{quote(admin_password)}@localhost:{port}/api/org",
|
'unless': f"curl http://admin:{quote(admin_password)}@localhost:{port}/api/org",
|
||||||
'needs': [
|
'needs': [
|
||||||
'svc_systemd:grafana-server',
|
'svc_systemd:grafana-server',
|
||||||
|
|
Loading…
Reference in a new issue