Initial commit for acceptance testing

Uses Kitchen-CI, kitchen-ansible and kitchen-docker components
Also uses serverspec.

Currently supports:

- CentOS 6, 7
- Debian 7, 8
- Ubuntu 14.04
This commit is contained in:
Richard Pijnenburg 2015-07-09 16:29:06 +02:00
parent 448094608b
commit f5a5fede0b
7 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
- name: wrapper playbook for kitchen testing "elasticsearch"
hosts: localhost
roles:
- elasticsearch
vars:
es_plugins:
- plugin: lmenezes/elasticsearch-kopf
version: master