-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
58 lines (55 loc) · 1.28 KB
/
.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
56
57
58
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
chef_license: accept
platforms:
- name: debian-8.2
run_list:
- recipe[apt]
- recipe[build-essential]
attributes:
couch_db:
configure_flags: ""
suites:
- name: faraday
run_list:
- recipe[faraday::couchdb]
- recipe[faraday::sources]
- recipe[faraday::config]
- recipe[faraday-lwrp::config]
attributes:
faraday:
install_dir: /opt/faraday-test
user: kitchen
- name: faraday-server
run_list:
- recipe[faraday::couchdb]
- recipe[faraday::sources]
- recipe[faraday::service]
- recipe[faraday::server]
attributes:
faraday:
user: faraday
install_dir: /opt/faraday-test
service:
RUN: true
INSTALL_DIR: /opt/faraday-test
DAEMON: faraday-server.py
DAEMON_ARGS: --debug
- name: faraday-cscan
run_list:
- recipe[faraday::couchdb]
- recipe[faraday::sources]
- recipe[faraday::cscan]
- recipe[faraday-lwrp::cscan]
attributes:
faraday:
install_dir: /opt/faraday-test
cscan:
ips:
- 127.0.1.1
websites:
- https://localhost:443