]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add tests for planet cookbook
[chef.git] / .kitchen.yml
index 792b4198b25e40eadec63db240f8bf58493fca7d..63e3503e2125577d920518e04158aa7a709c6691 100644 (file)
@@ -142,6 +142,24 @@ suites:
       - 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]