Commit 15f92079 authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: promise to wait for frontend to be available

This is required, otherwise published URL in slapos master is `"None"`
parent 3b758442
......@@ -15,7 +15,7 @@
[instance-profile]
filename = instance.cfg.in
md5sum = 0edf9e67bc637d73a7415124c8082a8c
md5sum = 13f4f3806522b265dd1912ff169d146d
[influxdb-config-file]
filename = influxdb-config-file.cfg.in
......
......@@ -267,6 +267,10 @@ config-url = ${grafana:url}
config-https-only = true
return = domain secure_access
[apache-frontend-available-promise]
<= check-url-available-promise
url = ${apache-frontend:connection-secure_access}
[promises]
recipe =
......@@ -277,6 +281,8 @@ instance-promises =
${grafana-listen-promise:path}
${loki-listen-promise:path}
${promtail-listen-promise:path}
${promtail-listen-promise:path}
${apache-frontend-available-promise:path}
[publish-connection-parameter]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment