forked from logicalclocks/hops-hadoop-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml.old
executable file
·126 lines (124 loc) · 2.77 KB
/
.kitchen.yml.old
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
driver_config:
box: XXXX
box_url: YYYY
driver_plugin: vagrant
platforms:
-
attributes:
private_ips:
- "192.168.0.2"
public_ips:
- "192.168.0.2"
driver_config:
customize:
memory: 3596
# vm:
# hostname: 'meta1'
# hostmanager:
# aliases: 'meta1'
network:
-
- private_network
-
ip: "192.168.0.2"
# - {virtualbox__intnet: "mynet"}
# - ["forwarded_port", {guest: 50070, host: 50071}]
name: 1meta
run_list:
- "recipe[kagent::install]"
- "recipe[ndb::install]"
- "recipe[hops::install]"
- "recipe[ndb::mgmd]"
- "recipe[ndb::ndbd]"
- "recipe[ndb::mysqld]"
- "recipe[hops::ndb]"
- "recipe[hops::nn]"
-
attributes:
private_ips:
- "192.168.0.3"
public_ips:
- "192.168.0.3"
driver_config:
customize:
memory: 8096
# vm:
# hostname : 'data1'
# hostmanager:
# - aliases:
# - 'data1'
network:
-
- private_network
-
ip: "192.168.0.3"
# - {virtualbox__intnet: "mynet"}
name: 2data
run_list:
- "recipe[kagent::install]"
- "recipe[ndb::install]"
- "recipe[hops::install]"
- "recipe[ndb::mysqld]"
- "recipe[hops::ndb]"
- "recipe[hops::nn]"
- "recipe[hops::rm]"
- "recipe[hops::dn]"
- "recipe[hops::nm]"
- "recipe[hops::jhs]"
suites:
-
attributes:
# download_url: "http://snurran.sics.se/hops/beta"
vagrant: "true"
mysql:
run_as_user: mysql
ndb:
DataMemory: "100"
dir: /tmp
mgmd:
private_ips:
- "192.168.0.2"
mysql_port: 3399
mysql_socket: /tmp/mysql-alt.sock
mysqld:
private_ips:
- "192.168.0.2"
- "192.168.0.3"
ndbd:
private_ips:
- "192.168.0.2"
hops:
nn:
private_ips:
- "192.168.0.2"
- "192.168.0.3"
rm:
private_ips:
- "192.168.0.3"
dn:
private_ips:
- "192.168.0.3"
nm:
private_ips:
- "192.168.0.3"
jhs:
private_ips: ["192.168.0.3"]
yarn:
rm_distributed: "false"
use_hopsworks: "true"
dir: "/tmp"
hopsworks:
default:
private_ips:
- "192.168.0.2"
name: default
run_list: ~
driver_config:
customize:
natdnshostresolver1: "on"
natdnsproxy1: "on"
nictype1: "virtio"
# hostmanager:
# - enabled: true
# - manage_host: true