summaryrefslogtreecommitdiffstats
path: root/molecule/debian
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-23 10:17:53 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-23 17:50:26 +0200
commit6903124e1fd0dfebfab2b8a17f8c910584260507 (patch)
treeb31474cddbfe7f525b24fe05126256908c20e664 /molecule/debian
parent89a94e9b2c42680184da5cd7063bf04b8626b367 (diff)
Fix testing
The timezone module was reading back the Etc/GMT instead of GMT, this fixes the issue and avoid unnecessary code that needs to handle different distro quirks (debian) Fix grafana testing to use the URL
Diffstat (limited to 'molecule/debian')
-rw-r--r--molecule/debian/converge.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml
index 1c1899f6..6187cede 100644
--- a/molecule/debian/converge.yml
+++ b/molecule/debian/converge.yml
@@ -52,9 +52,8 @@
prometheus_node_exporter_port: 9100
grafana_port: 3000
grafana_dashboards:
- - id: 1860
- revision: 37
- name: "node-exporter-full"
+ - name: "node-exporter-full"
+ url: "https://grafana.com/api/dashboards/1860/revisions/45/download"
datasource_mappings:
- key: "000000001"
value: "prometheus"