1 # SFA Config file for the Component Manager
5 # Human readable name for this interface
6 SFA_INTERFACE_HRN="plc"
12 ## ============================================================
13 # Registry Configuration
16 # Enable the registry interface
17 SFA_REGISTRY_ENABLED=0
20 # The type of backend server for this registry
21 # Some registries may not be myplc
22 SFA_REGISTRY_TYPE='pl'
25 # The hrn of the registry's root auth
26 SFA_REGISTRY_ROOT_AUTH="plc"
29 # The hrn of the registry's level1 auth (sub authority)
30 # The full name of this interface (only secify if this
31 # interface is a sub authority)
32 # xxx could be determined from hrn above
33 SFA_REGISTRY_LEVEL1_AUTH=""
36 # The fully qualified hostname of the registry server
37 SFA_REGISTRY_HOST="localhost"
41 SFA_REGISTRY_PORT=12345
43 ## ==============================================================
44 ## Aggregate Configuration
46 ## Enable aggregate inteface
47 ## Enable the aggregate inteface.
48 SFA_AGGREGATE_ENABLED=0
52 # The type of backend server for this aggregate
53 # Some aggregates may not be myplc
54 SFA_AGGREGATE_TYPE='pl'
59 ## The fully qualified hostname of the aggregate server
60 SFA_AGGREGATE_HOST="localhost"
63 ## SFA aggregate server port
64 SFA_AGGREGATE_PORT=12346
66 ## ==============================================================
67 # Slice Manager Configuration
70 # Enable the slice manager
75 ## The type of backend server for this slice manager
76 ## The slice manager doesnt rely on a specific backend server so
77 ## you probably will never need to change this type unless you
78 ## need to reimplement the slice manager
82 ## The fully qualified hostname or IP address of the slice manager server
83 SFA_SM_HOST="localhost"
86 # SFA slice manager server port
89 ## ===============================================================
90 # Component Manager Configuration
93 ## Enable the slice manager
96 # Component Manager type
98 # The type of backend server for this component manager
102 ## The fully qualified hostname or IP address of the slice manager server
103 SFA_CM_HOST="localhost"
106 # SFA slice manager server port
110 # Directory internal data gets stored
111 # using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice
112 SFA_CONFIG_DIR="/etc/sfa"
114 # Directory internal data gets stored
115 SFA_DATA_DIR="/var/lib/sfa"