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:
parent
448094608b
commit
f5a5fede0b
7 changed files with 100 additions and 0 deletions
9
test/integration/default.yml
Normal file
9
test/integration/default.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue