1 # SFA Config file for the Component Manager
5 # Human readable name for this interface
6 SFA_INTERFACE_HRN="plc"
9 # How deep are we logging (0|1|2)
12 ## ============================================================
13 # Registry Configuration
16 # Enable the registry interface
17 SFA_REGISTRY_ENABLED=0
20 # The hrn of the registry's root auth
21 SFA_REGISTRY_ROOT_AUTH="plc"
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=""
30 SFA_GENERIC_FLAVOUR='pl'
33 # The fully qualified hostname of the registry server
34 SFA_REGISTRY_HOST="localhost"
38 SFA_REGISTRY_PORT=12345
40 ## ==============================================================
41 ## Aggregate Configuration
43 ## Enable aggregate inteface
44 ## Enable the aggregate inteface.
45 SFA_AGGREGATE_ENABLED=0
50 ## The fully qualified hostname of the aggregate server
51 SFA_AGGREGATE_HOST="localhost"
54 ## SFA aggregate server port
55 SFA_AGGREGATE_PORT=12346
57 ## ==============================================================
58 # Slice Manager Configuration
61 # Enable the slice manager
65 ## The fully qualified hostname or IP address of the slice manager server
66 SFA_SM_HOST="localhost"
69 # SFA slice manager server port
72 ## ===============================================================
73 # Component Manager Configuration
76 ## Enable the slice manager
79 # Component Manager type
81 # The type of backend server for this component manager
85 ## The fully qualified hostname or IP address of the slice manager server
86 SFA_CM_HOST="localhost"
89 # SFA slice manager server port
93 # Directory internal data gets stored
94 SFA_CONFIG_DIR="/etc/sfa"
96 # Directory internal data gets stored
97 SFA_DATA_DIR="/var/lib/sfa"