X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/79faf6908091c133fa355da3cdd8893b73c8f2da..f90d05d4762f35e75d6955d32b80494ada622c25:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 4195d7e0d..1f71e92cd 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] @@ -138,6 +141,12 @@ suites: - name: incron run_list: - recipe[incron::default] + - name: irc + run_list: + - recipe[irc::default] + - name: kibana + run_list: + - recipe[kibana::default] - name: letsencrypt run_list: - recipe[letsencrypt::default] @@ -145,6 +154,23 @@ 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: mail + run_list: + - role[mail] - name: mailman run_list: - recipe[mailman::default] @@ -230,12 +256,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] @@ -248,6 +280,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] @@ -261,6 +299,9 @@ suites: - name: tilecache run_list: - recipe[tilecache::default] + - name: tilelog + run_list: + - recipe[tilelog::default] - name: tools run_list: - recipe[tools::default] @@ -279,3 +320,13 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default] + - name: wiki + run_list: + - recipe[apt::default] + - recipe[accounts::default] + - recipe[munin::default] + - recipe[wiki] + - role[wiki]