X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/79faf6908091c133fa355da3cdd8893b73c8f2da..19019c92db709bad0df7bf67b4283e26b656360b:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index 4195d7e0d..532299aa1 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,9 @@ suites: - name: incron run_list: - recipe[incron::default] + - name: kibana + run_list: + - recipe[kibana::default] - name: letsencrypt run_list: - recipe[letsencrypt::default] @@ -145,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] @@ -230,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] @@ -248,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]