]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add tests for planet cookbook
[chef.git] / .kitchen.yml
index d77de74add0d1bf13db44705c4044484212f9539..63e3503e2125577d920518e04158aa7a709c6691 100644 (file)
@@ -134,11 +134,32 @@ suites:
   - name: openssh
     run_list:
       - recipe[openssh::default]
+  - name: osmosis
+    run_list:
+      - recipe[osmosis::default]
   - name: otrs
     run_list:
       - recipe[accounts::default]
       - recipe[chef::default]
       - role[otrs]
+  - name: planet
+    run_list:
+      - recipe[planet::default]
+  - name: planet-dump
+    run_list:
+      - recipe[planet::dump]
+  - name: planet-notes
+    run_list:
+      - recipe[planet::notes]
+    attributes:
+      web:
+        readonly_database_host: readonly
+  - name: planet-replication
+    run_list:
+      - recipe[planet::replication]
+    attributes:
+      web:
+        readonly_database_host: readonly
   - name: python
     run_list:
       - recipe[python::default]