-
Notifications
You must be signed in to change notification settings - Fork 32
/
.kitchen.yml.hops
67 lines (63 loc) · 1.5 KB
/
.kitchen.yml.hops
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
59
60
61
62
63
64
65
66
67
---
driver:
name: vagrant
customize:
memory: 8048
cpuexecutioncap: 90
cpus: 2
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[hops::install]
- recipe[kagent::install]
- recipe[apache_hadoop::install]
- recipe[hadoop_spark::install]
- recipe[ndb::mgmd]
- recipe[ndb::ndbd]
- recipe[ndb::mysqld]
- recipe[hops::ndb]
- recipe[hops::nn]
- recipe[hops::dn]
- recipe[hops::rm]
- recipe[hops::nm]
- recipe[hops::jhs]
- recipe[hadoop_spark::yarn]
- recipe[hadoop_spark::historyserver]
attributes:
hops:
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"]
ndb:
DataMemory: "111"
mgmd:
private_ips: ["10.0.2.15"]
ndbd:
private_ips: ["10.0.2.15"]
mysqld:
private_ips: ["10.0.2.15"]
kagent:
enabled: "false"
vagrant: "true"