-
Notifications
You must be signed in to change notification settings - Fork 1
/
dotcloud.yml
37 lines (36 loc) · 858 Bytes
/
dotcloud.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
nimbus:
type: custom
buildscript: storm/builder
postinstall: storm/nimbus-postinstall
systempackages:
- libtool
ports:
nimbus: tcp
ui: http
processes:
nimbus: ~/storm/bin/storm nimbus
ui: ~/storm/bin/storm ui
worker:
type: custom
buildscript: storm/builder
postinstall: storm/worker-postinstall
systempackages:
- libtool
ports:
worker1: tcp
worker2: tcp
worker3: tcp
worker4: tcp
subapps:
zookeeper: my-tarball-link
processes:
stormsupervisor: ~/storm/bin/storm supervisor
zookeeper:
type: custom
buildscript: zookeeper/builder
postinstall: zookeeper/postinstall
ports:
connection: tcp
election: tcp
processes:
zookeeper: zookeeper/bin/zkServer.sh start-foreground