]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
nominatim: location of config file for nominatim-ui has changed
[chef.git] / .kitchen.yml
index b7bff87ba97a67189e612ace8da7e18ea9f843cf..58a63e3b9871a41e73e3890723c812dd084a1e1a 100644 (file)
@@ -275,6 +275,21 @@ suites:
       postgresql:
         versions:
           - 10
+  - name: prometheus
+    run_list:
+      - recipe[prometheus::default]
+    attributes:
+      networking:
+        interfaces:
+          test:
+            interface: eth0
+            role: internal
+            address: 172.18.0.2
+            prefix: 16
+            gateway: 172.18.0.1
+  - name: prometheus-server
+    run_list:
+      - recipe[prometheus::server]
   - name: python
     run_list:
       - recipe[python::default]
@@ -330,6 +345,9 @@ suites:
   - name: tilelog
     run_list:
       - recipe[tilelog::default]
+  - name: timescaledb
+    run_list:
+      - recipe[timescaledb::default]
   - name: tools
     run_list:
       - recipe[tools::default]