fixed list_categories
[sfa.git] / config / sfa_component_config
1 # SFA Config file for the Component Manager
2 #
3
4 # HRN
5 # Human readable name for this interface
6 SFA_INTERFACE_HRN="plc"   
7
8 # loglevel
9 # How deep are we logging (0|1|2)
10 SFA_API_LOGLEVEL=1
11
12 ## ============================================================
13 # Registry Configuration
14 #
15 # Enabled
16 # Enable the registry interface 
17 SFA_REGISTRY_ENABLED=0
18
19 # Root Auth
20 # The hrn of the registry's root auth
21 SFA_REGISTRY_ROOT_AUTH="plc"
22
23 # Level1 Auth
24 # The hrn of the registry's level1 auth (sub authority)
25 # The full name of this interface (only secify if this 
26 # interface is a sub authority)
27 # xxx could be determined from hrn above
28 SFA_REGISTRY_LEVEL1_AUTH=""
29
30 SFA_GENERIC_FLAVOUR='pl'
31
32 # Hostname
33 # The fully qualified hostname of the registry server
34 SFA_REGISTRY_HOST="localhost"
35
36 # Port
37 # SFA registry port
38 SFA_REGISTRY_PORT=12345
39
40 ## ==============================================================
41 ## Aggregate Configuration
42 ##
43 ## Enable aggregate inteface
44 ## Enable the aggregate inteface.
45 SFA_AGGREGATE_ENABLED=0
46
47 #
48 #
49 ## Hostname
50 ## The fully qualified hostname of the aggregate server
51 SFA_AGGREGATE_HOST="localhost"
52 #
53 ## Port
54 ## SFA aggregate server port
55 SFA_AGGREGATE_PORT=12346
56
57 ## ==============================================================
58 # Slice Manager Configuration
59 #
60 # Enabled
61 # Enable the slice manager  
62 SFA_SM_ENABLED=0
63
64 # Host
65 ## The fully qualified hostname or IP address of the slice manager server
66 SFA_SM_HOST="localhost"
67
68 # Port
69 # SFA slice manager server port  
70 SFA_SM_PORT=12347
71
72 ## ===============================================================
73 # Component Manager Configuration
74 #
75 # Enabled
76 ## Enable the slice manager
77 SFA_CM_ENABLED=1
78
79 # Component Manager type
80 #
81 # The type of backend server for this component manager
82 SFA_CM_TYPE='pl'
83 #
84 # Host
85 ## The fully qualified hostname or IP address of the slice manager server
86 SFA_CM_HOST="localhost"
87 #
88 # Port
89 # SFA slice manager server port
90 SFA_CM_PORT=12346
91
92
93 # Directory internal data gets stored
94 SFA_CONFIG_DIR="/etc/sfa"
95
96 # Directory internal data gets stored
97 SFA_DATA_DIR="/var/lib/sfa"
98