X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..cbf4196ce80c8b57a04aff7cd6b881671271b2c5:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c136565f1..c21b1a177 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] @@ -117,15 +120,30 @@ suites: - name: geoipupdate run_list: - recipe[geoipupdate::default] + - name: git + run_list: + - recipe[git::default] + - name: git-server + run_list: + - recipe[git::server] + - name: git-web + run_list: + - recipe[git::web] - name: gps-tile run_list: - recipe[gps-tile::default] - 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] @@ -133,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]