-
Notifications
You must be signed in to change notification settings - Fork 32
/
.kitchen.yml
53 lines (49 loc) · 1.18 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
---
driver:
name: vagrant
customize:
memory: 8048
cpus: 1
natdnshostresolver1: "on"
natdnsproxy1: "on"
nictype1: "virtio"
provisioner:
name: chef_solo
platforms:
# - name: ubuntu-14.04
- name: centos-7.0
# - name: ubuntu-15.04
suites:
- name: default
suites:
- name: default
run_list:
- recipe[kagent::install]
- recipe[ndb::install]
- recipe[kagent::install]
- recipe[apache_hadoop::install]
- recipe[hadoop_spark::install]
- recipe[apache_hadoop::nn]
- recipe[apache_hadoop::dn]
- recipe[apache_hadoop::rm]
- recipe[apache_hadoop::nm]
- recipe[apache_hadoop::jhs]
- recipe[hadoop_spark::yarn]
- recipe[hadoop_spark::historyserver]
attributes:
apache_hadoop:
nn:
private_ips: ["10.0.2.15"]
dn:
private_ips: ["10.0.2.15"]
rm:
private_ips: ["10.0.2.15"]
nm:
private_ips: ["10.0.2.15"]
jhs:
private_ips: ["10.0.2.15"]
ps:
private_ips: ["10.0.2.15"]
kagent:
enabled: "false"
vagrant: "true"