]> git.openstreetmap.org Git - chef.git/commitdiff
Enable promscale for tests
authorTom Hughes <tom@compton.nu>
Wed, 17 Nov 2021 22:27:32 +0000 (22:27 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 17 Nov 2021 22:27:32 +0000 (22:27 +0000)
.kitchen.yml

index 3b998f43ebc36aec40b2ec8bead3bada83ce9fd4..ce85f88432d2422c20ee2d8bae99e156c9f32d88 100644 (file)
@@ -283,6 +283,9 @@ suites:
   - name: prometheus-server
     run_list:
       - recipe[prometheus::server]
+    attributes:
+      prometheus:
+        promscale: true
   - name: python
     run_list:
       - recipe[python::default]