forked from snormore/couchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
37 lines (34 loc) · 866 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
---
driver:
name: vagrant
customize:
memory: 2048
network:
- ["forwarded_port", {guest: 8091, host: 8091}]
- ["private_network", {ip: "192.168.10.11"}]
vagrantfiles:
- test/files/VagrantAdditional.rb
provisioner:
name: chef_zero
platforms:
- name: centos-6.7
suites:
- name: couchbase_server
data_bags_path: test/integration/data_bags
run_list:
- recipe[couchbase::server]
- recipe[test::test_bucket_create]
attributes:
couchbase:
server:
memory_quota_mb: 256
index_path: /opt/couchbase/var/lib/couchbase/index
- name: couchbase_client
data_bags_path: test/integration/data_bags
run_list:
- recipe[couchbase::client]
attributes:
couchbase:
server:
memory_quota_mb: 256
index_path: /opt/couchbase/var/lib/couchbase/index