Merge branch 'noslicemgr' into geni-v3
[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 # Component Manager Configuration
59 #
60 # Enabled
61 ## Enable the slice manager
62 SFA_CM_ENABLED=1
63
64 # Component Manager type
65 #
66 # The type of backend server for this component manager
67 SFA_CM_TYPE='pl'
68 #
69 # Host
70 ## The fully qualified hostname or IP address of the slice manager server
71 SFA_CM_HOST="localhost"
72 #
73 # Port
74 # SFA slice manager server port
75 SFA_CM_PORT=12346
76
77
78 # Directory internal data gets stored
79 SFA_CONFIG_DIR="/etc/sfa"
80
81 # Directory internal data gets stored
82 SFA_DATA_DIR="/var/lib/sfa"