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