ari-apc-lab / croupier

Cloudify plugin for HPCs and batch applications
https://hub.docker.com/repository/docker/marangiop/cloudify-croupier-ari-apc-lab
Apache License 2.0
6 stars 4 forks source link

Integration with grafana-registry #25

Open jramosrivas opened 2 years ago

jramosrivas commented 2 years ago

When a collector is created on an hpc-exporter, a call needs to be made to grafana-registry to create the necessaary dashboards.

Monitoring_id is already generated from the deployment's id. The JWT needed to authenticate needs to be generated from Keycloak. Vault can hold the user/password of the user (see vault module), that info can be retrieved to generate the JWT.

Entries should be added to Croupier.cfg to set the grafana-registry and Keycloak address.

jramosrivas commented 2 years ago

Moved to pull request