forked from disney/couchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
55 lines (47 loc) · 908 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 1024
platforms:
- name: ubuntu-13.04
run_list:
- recipe[apt]
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: centos-6.5
- name: centos-5.10
suites:
- name: server-community
run_list:
- recipe[minitest-handler]
- recipe[couchbase::server]
attributes:
couchbase:
server:
password: "whatever"
- name: server-enterprise
run_list:
- recipe[minitest-handler]
- recipe[couchbase::server]
attributes:
couchbase:
server:
edition: "enterprise"
password: "whatever"
version: "2.1.0"
- name: moxi
run_list:
- recipe[minitest-handler]
- recipe[couchbase::moxi]
attributes: {}
- name: client
run_list:
- recipe[minitest-handler]
- recipe[couchbase::client]
attributes: {}