forked from cyberflow/chef-elasticsearch-curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
35 lines (33 loc) · 914 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: <%= ENV['CHEF_VERSION'] || 'current' %>
platforms:
#<% %w(12.7 12.6 12.5 12.4 12.3 12.2 12.1).each do |chef_version| %>
# - name: ubuntu-14.04-chef<%= chef_version %>
# driver_config:
# image_ref: Obsolete Ubuntu 14.04 Trusty (x86_64)
# flavor_ref: SSD.30
# require_chef_omnibus: <%= chef_version %>
#<% end %>
- name: ubuntu-14.04
- name: centos-7.2
- name: centos-6.8
suites:
- name: default
run_list:
- recipe[elasticsearch-curator::default]
- recipe[elasticsearch-curator-test::default]
attributes:
- name: pip_install
run_list:
- recipe[apt]
- recipe[yum-epel]
- recipe[yum]
- recipe[elasticsearch-curator::default]
- recipe[elasticsearch-curator-test::default]
attributes:
elasticsearch-curator:
install_method: 'pip'