]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for nginx cookbook
[chef.git] / .kitchen.yml
index c2dc660fc9323e9502ed25ebfc83d816420ea6cc..576c3e955e57f26d4aefea34022e92f3d2df1c46 100644 (file)
@@ -66,9 +66,25 @@ suites:
         roles:
           external:
             zone: test
+  - name: dmca
+    run_list:
+      - recipe[dmca::default]
+    attributes:
+      apache:
+        mpm: prefork
+  - name: donate
+    run_list:
+      - recipe[accounts::default]
+      - role[donate]
+    attributes:
+      apache:
+        mpm: prefork
   - name: exim
     run_list:
       - recipe[exim::default]
+  - name: fail2ban
+    run_list:
+      - recipe[fail2ban::default]
   - name: forum
     run_list:
       - recipe[accounts::default]
@@ -82,6 +98,10 @@ suites:
       apt:
         sources:
           - openstreetmap
+  - name: memcached
+    run_list:
+      - recipe[munin::default]
+      - recipe[memcached::default]
   - name: munin
     run_list:
       - recipe[munin::default]
@@ -94,9 +114,23 @@ suites:
   - name: networking
     run_list:
       - recipe[networking::default]
+  - name: nginx
+    run_list:
+      - recipe[munin::default]
+      - recipe[nginx::default]
+    attributes:
+      networking:
+        nameservers:
+          - 127.0.0.1
+  - name: nodejs
+    run_list:
+      - recipe[nodejs::default]
   - name: ntp
     run_list:
       - recipe[ntp::default]
+  - name: openssh
+    run_list:
+      - recipe[openssh::default]
   - name: otrs
     run_list:
       - recipe[accounts::default]