-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvoker.ini
63 lines (48 loc) · 1.08 KB
/
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
60
61
62
63
# [anella]
# directory = ./anella
# command = python start.py
[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