Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[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 # API Debug
9 # Are we logging
10 SFA_API_DEBUG=1
11
12 ## ============================================================
13 # Registry Configuration
14 #
15 # Enabled
16 # Enable the registry interface 
17 SFA_REGISTRY_ENABLED=0
18
19 #
20 # The type of backend server for this registry
21 # Some registries may not be myplc 
22 SFA_REGISTRY_TYPE='pl'
23
24 # Root Auth
25 # The hrn of the registry's root auth
26 SFA_REGISTRY_ROOT_AUTH="plc"
27
28 # Level1 Auth
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=""
34
35 # Hostname
36 # The fully qualified hostname of the registry server
37 SFA_REGISTRY_HOST="localhost"
38
39 # Port
40 # SFA registry port
41 SFA_REGISTRY_PORT=12345
42
43 ## ==============================================================
44 ## Aggregate Configuration
45 ##
46 ## Enable aggregate inteface
47 ## Enable the aggregate inteface.
48 SFA_AGGREGATE_ENABLED=0
49
50 # Aggregate Type
51 #
52 # The type of backend server for this aggregate
53 # Some aggregates may not be myplc 
54 SFA_AGGREGATE_TYPE='pl'
55
56 #
57 #
58 ## Hostname
59 ## The fully qualified hostname of the aggregate server
60 SFA_AGGREGATE_HOST="localhost"
61 #
62 ## Port
63 ## SFA aggregate server port
64 SFA_AGGREGATE_PORT=12346
65
66 ## ==============================================================
67 # Slice Manager Configuration
68 #
69 # Enabled
70 # Enable the slice manager  
71 SFA_SM_ENABLED=0
72
73 # Slice Manager type
74 #
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
79 SFA_SM_TYPE='pl' 
80
81 # Host
82 ## The fully qualified hostname or IP address of the slice manager server
83 SFA_SM_HOST="localhost"
84
85 # Port
86 # SFA slice manager server port  
87 SFA_SM_PORT=12347
88
89 ## ===============================================================
90 # Component Manager Configuration
91 #
92 # Enabled
93 ## Enable the slice manager
94 SFA_CM_ENABLED=1
95
96 # Component Manager type
97 #
98 # The type of backend server for this component manager
99 SFA_CM_TYPE='pl'
100 #
101 # Host
102 ## The fully qualified hostname or IP address of the slice manager server
103 SFA_CM_HOST="localhost"
104 #
105 # Port
106 # SFA slice manager server port
107 SFA_CM_PORT=12346
108
109
110 # Directory internal data gets stored
111 SFA_CONFIG_DIR="/etc/sfa"
112
113 # Directory internal data gets stored
114 SFA_DATA_DIR="/var/lib/sfa"
115