forked from alappe/cookbook-beaver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
46 lines (42 loc) · 1.27 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
---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04
driver_config:
provider: vmware_fusion
box: precise64
#box: canonical-ubuntu-12.04
box_url: http://files.vagrantup.com/precise64_vmware.box
require_chef_omnibus: true
#- name: ubuntu-10.04
# driver_config:
# box: opscode-ubuntu-10.04
# box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
#- name: centos-6.3
# driver_config:
# box: opscode-centos-6.3
# box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.3_chef-11.2.0.box
#- name: centos-5.8
# driver_config:
# box: opscode-centos-5.8
# box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.8_chef-11.2.0.box
suites:
- name: default
run_list: ["recipe[python]","recipe[beaver]"]
attributes: {}
- name: keypair
run_list: ["recipe[python]","recipe[beaver]"]
attributes:
beaver:
generate_keypair: true
- name: configuration
run_list: ["recipe[python]","recipe[beaver]"]
attributes:
beaver:
configuration:
ssh_options: 'StrictHostKeyChecking=no'
ssh_tunnel: '[email protected]'
ssh_remote_host: 'localhost'
ssh_remote_port: 6379
ssh_tunnel_port: 6379
redis_url: redis://localhost:6379/0