-
Notifications
You must be signed in to change notification settings - Fork 32
/
.kitchen.yml.old
executable file
·117 lines (115 loc) · 2.51 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
---
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: 4096
cpuexecutioncap: 90
cpus: 2
natdnshostresolver1: "on"
natdnsproxy1: "on"
nictype1: "virtio"
network:
-
- private_network
-
ip: "192.168.0.2"
name: 1meta
run_list:
- "recipe[kagent::install]"
- "recipe[ndb::install]"
- "recipe[ndb::mgmd]"
- "recipe[ndb::ndbd]"
-
attributes:
private_ips:
- "192.168.0.3"
public_ips:
- "192.168.0.3"
driver_config:
customize:
memory: 4096
cpuexecutioncap: 90
cpus: 2
natdnshostresolver1: "on"
natdnsproxy1: "on"
nictype1: "virtio"
network:
-
- private_network
-
ip: "192.168.0.3"
name: 2data
run_list:
- "recipe[kagent::install]"
- "recipe[ndb::install]"
- "recipe[hops::install]"
- "recipe[hadoop_spark::install]"
- "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]"
suites:
-
attributes:
vagrant: "true"
mysql:
run_as_user: mysql
ndb:
DataMemory: "111"
dir: /tmp
mgmd:
private_ips:
- "192.168.0.2"
mysql_port: 3399
mysql_socket: /tmp/mysql-alt.sock
mysqld:
private_ips:
- "192.168.0.3"
ndbd:
private_ips:
- "192.168.0.2"
hops:
nn:
private_ips:
- "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"
hadoop_spark:
historyserver:
private_ips:
- "192.168.0.3"
hadoop_distribution: "hops"
hopsworks:
default:
private_ips:
- "192.168.0.3"
name: default
run_list: ~