rename configuration variables like from GENI_ to SFA_
[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 # Valid plc account geni interfaces will use for plc requests   
69
70 SFA_PLC_USER='root@localhost.localdomain'
71
72 # Password
73 # Password for user account
74 SFA_PLC_PASSWORD='root'
75
76 # Hostname
77 # Fully qualified hostname of PLC interface
78 SFA_PLC_URL='https://localhost:443/PLCAPI/'
79
80 # PLC Shell PATH
81 # Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
82 # machine
83 SFA_PLC_SHELL_PATH='/usr/share/plc_api'
84
85 # PLC DB Name
86 SFA_PLC_DB_NAME='planetlab5'
87
88 # PLC DB Host
89 SFA_PLC_DB_HOST='www.planet-lab.org'
90
91 # PLC DB port
92 SFA_PLC_DB_PORT=5432
93
94 # PLC DB User
95 SFA_PLC_DB_USER='pgsqluser'
96
97 # PLC DB Password
98 SFA_PLC_DB_PASSWORD=''