]> git.openstreetmap.org Git - chef.git/commit
Add tests for elasticsearch, kibana and logstash cookbooks
authorTom Hughes <tom@compton.nu>
Mon, 24 Feb 2020 21:34:03 +0000 (21:34 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 24 Feb 2020 22:26:57 +0000 (22:26 +0000)
commitcbf4196ce80c8b57a04aff7cd6b881671271b2c5
treeb982de79f9ef456578177a0b2c8d30954f291d1b
parent79faf6908091c133fa355da3cdd8893b73c8f2da
Add tests for elasticsearch, kibana and logstash cookbooks
21 files changed:
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/elasticsearch/attributes/default.rb
cookbooks/elasticsearch/metadata.rb
cookbooks/elasticsearch/recipes/default.rb
cookbooks/kibana/attributes/default.rb
cookbooks/kibana/metadata.rb
cookbooks/kibana/recipes/default.rb
cookbooks/logstash/attributes/default.rb
cookbooks/logstash/metadata.rb
cookbooks/logstash/recipes/default.rb
cookbooks/logstash/recipes/forwarder.rb
roles/kibana.rb
roles/logstash.rb
test/data_bags/accounts/kibana.json [new file with mode: 0644]
test/data_bags/logstash/keys.json [new file with mode: 0644]
test/integration/elasticsearch/serverspec/elasticsearch_spec.rb [new file with mode: 0644]
test/integration/kibana/serverspec/apache_spec.rb [new file with mode: 0644]
test/integration/logstash-forwarder/serverspec/filebeat_spec.rb [new file with mode: 0644]
test/integration/logstash/serverspec/elasticsearch_spec.rb [new file with mode: 0644]
test/integration/logstash/serverspec/logstash_spec.rb [new file with mode: 0644]