bunch of cleanups & fixes all over the place
[sfa.git] / config / sfa_config
1 # Directory where SFA interfaces are installed
2 SFA_BASE_DIR="/usr/share/sfa/" 
3
4 # HRN
5 # Human readable name for the interfaces
6 SFA_INTERFACE_HRN="plc"   
7
8
9 # API Debug
10 # Are we logging
11 SFA_API_DEBUG=1
12
13 # Registry Configuration
14 #
15 # Enabled
16 # Enable the registry interface 
17 SFA_REGISTRY_ENABLED=1
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
25 # xxx could be determined from hrn above
26 SFA_REGISTRY_LEVEL1_AUTH=""
27
28 # Hostname
29 # The fully qualified hostname of the registry server
30 SFA_REGISTRY_HOST="localhost"
31
32 # Port
33 # Geni registry port
34 SFA_REGISTRY_PORT=12345
35
36
37 ## Aggregate Configuration
38 ##
39 ## Enable aggregate inteface
40 ## Enable the aggregate inteface.
41 SFA_AGGREGATE_ENABLED=1
42 #
43 ## Hostname
44 ## The fully qualified hostname of the aggregate server
45 SFA_AGGREGATE_HOST="localhost"
46 #
47 ## Port
48 ## Geni aggregate server port
49 SFA_AGGREGATE_PORT=12346
50
51 # Slice Manager Configuration
52 #
53 # Enabled
54 # Enable the slice manager  
55 SFA_SM_ENABLED=1 
56
57 # Host
58 ## The fully qualified hostname or IP address of the slice manager server
59 SFA_SM_HOST="localhost"
60
61 # Port
62 # Geni slice manager server port  
63 SFA_SM_PORT=12347
64
65 # PLC Interface Access Configuration
66 #
67 # PLC user
68 # sfa services will use this account for issuing plc requests - must have admin rights
69
70 SFA_PLC_USER='root@localhost.localdomain'
71
72 # Password
73 # Password for user account
74 SFA_PLC_PASSWORD='root'
75
76 # Full URL of PLC interface
77 SFA_PLC_URL='https://localhost:443/PLCAPI/'
78
79 # PLC DB Name
80 SFA_PLC_DB_NAME='planetlab5'
81
82 # PLC DB Host
83 SFA_PLC_DB_HOST='localhost'
84
85 # PLC DB port
86 SFA_PLC_DB_PORT=5432
87
88 # PLC DB User
89 SFA_PLC_DB_USER='pgsqluser'
90
91 # PLC DB Password
92 SFA_PLC_DB_PASSWORD=''