-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
44 lines (41 loc) · 1.17 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12.6.0
data_bags_path: '../../data_bags'
environments_path: '../../environments'
nodes_path: '../../nodes'
roles_path: '../../roles'
client_rb:
environment: development
platforms:
# - name: centos-6.5
# driver_config:
# box: centos_6.5_packer
# box_url: https://s3.amazonaws.com/o2o-public/centos_6.5_packer_provisionerless.box
- name: centos-6.7
driver_config:
box: centos_6.7_bento
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box
# - name: centos-7.1
# driver_config:
# box: centos_7.1
# box_url: https://github.com/holms/vagrant-centos7-box/releases/download/7.1.1503.001/CentOS-7.1.1503-x86_64-netboot.box
suites:
- name: default
driver:
vm_hostname: genie.local
network:
- ["private_network", {ip: "33.33.33.114"}]
customize:
memory: 2048
run_list:
- recipe[genie-cookbook::default]
attributes:
hadoop:
home: '/usr/lib/hadoop'
genie:
max_running_jobs: "50"
forward_jobs_threshold: "60"