forked from T-NOVA/TeNOR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
invoker.ini
59 lines (45 loc) · 1015 Bytes
/
invoker.ini
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
[fluentd]
directory = ./fluentd
command = fluentd -c fluent.conf
[ns-manager]
directory = ./ns-manager
command = rake start
[ns-catalogue]
directory = ./ns-catalogue
command = rake start
[nsd-validator]
directory = ./nsd-validator
command = rake start
[ns-provisioning]
directory = ./ns-provisioning
command = rake start
[ns-monitoring]
directory = ./ns-monitoring
command = rake start
[ns-monitoring-repository]
directory = ./ns-monitoring-repository
command = rake start
[vnf-manager]
directory = ./vnf-manager
command = rake start
[vnf-catalogue]
directory = ./vnf-catalogue
command = rake start
[vnf-provisioning]
directory = ./vnf-provisioning
command = rake start
[vnfd-validator]
directory = ./vnfd-validator
command = rake start
[vnf-monitoring]
directory = ./vnf-monitoring
command = rake start
[vnf-monitoring-repository]
directory = ./vnf-monitoring-repository
command = rake start
[hot-generator]
directory = ./hot-generator
command = rake start
[ui]
directory = ./ui
command = rake start