Move grafana on a dedicated server behind the admin RP
Move grafana on a dedicated server behind the admin RP
- use the swh postgresql profile to manage the datase
- install grafana, the plugin and the generated dashboard with puppet
- use the rp1 reverse proxy to expose the service
Related to T3817
Test Plan
This diff doesn't not impact the current grafana instance.
diff origin/production/pergamon.softwareheritage.org current/pergamon.softwareheritage.org
*******************************************
File[/etc/bind/keys/local-update] =>
parameters =>
content =>
@@ -2,4 +2,4 @@
key local-update {
algorithm hmac-sha256;
- secret "<redacted>";
+ secret "<redacted>";
};
*******************************************
File[/etc/bind/rndc.key] =>
parameters =>
content =>
@@ -2,4 +2,4 @@
key rndc-key {
algorithm hmac-md5;
- secret "<redacted>";
+ secret "<redacted>";
};
*******************************************
*** End octocatalog-diff on pergamon.softwareheritage.org
Migrated from D6871 (view on Phabricator)