X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/943fd852ef136e3020e886f22cd3024dd98a4d20..bdb0740403f851dfe9121638d9e0102507a633ec:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 8414198bb..e63b8b855 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -93,6 +93,9 @@ suites: - name: donate run_list: - recipe[donate::default] + - name: elasticsearch + run_list: + - recipe[elasticsearch::default] - name: exim run_list: - recipe[exim::default] @@ -132,9 +135,15 @@ suites: - name: hardware run_list: - recipe[hardware::default] + - name: hot + run_list: + - recipe[hot::default] - name: incron run_list: - recipe[incron::default] + - name: kibana + run_list: + - recipe[kibana::default] - name: letsencrypt run_list: - recipe[letsencrypt::default] @@ -142,6 +151,20 @@ suites: apt: sources: - openstreetmap + - name: logstash + run_list: + - recipe[logstash::default] + - name: logstash-forwarder + run_list: + - recipe[logstash::forwarder] + attributes: + logstash: + forwarder: + filebeat.prospectors: + - input_type: log + paths: + - /var/log/apache2/access.log + type: apache - name: mailman run_list: - recipe[mailman::default] @@ -227,12 +250,18 @@ suites: - name: serverinfo run_list: - recipe[serverinfo::default] + - name: snmpd + run_list: + - recipe[snmpd::default] - name: spamassassin run_list: - recipe[spamassassin::default] - name: squid run_list: - recipe[squid::default] + - name: ssl + run_list: + - recipe[ssl::default] - name: stateofthemap run_list: - recipe[stateofthemap::default] @@ -245,6 +274,12 @@ suites: - name: switch2osm run_list: - recipe[switch2osm::default] + - name: sysctl + run_list: + - recipe[sysctl::default] + - name: sysfs + run_list: + - recipe[sysfs::default] - name: taginfo run_list: - recipe[taginfo::default] @@ -258,6 +293,9 @@ suites: - name: tilecache run_list: - recipe[tilecache::default] + - name: tilelog + run_list: + - recipe[tilelog::default] - name: tools run_list: - recipe[tools::default] @@ -276,3 +314,6 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default]