renaming the toplevel geni/ package into sfa/
[sfa.git] / config / sfa_config
1 # Directory where Geni intefaces are installed
2 GENI_BASE_DIR="/usr/share/geniwrapper/" 
3
4 # HRN
5 # Human readable name for the interfaces
6 GENI_INTERFACE_HRN="plc"   
7
8
9 # API Debug
10 # Are we logging
11 GENI_API_DEBUG=1
12
13 # Registry Configuration
14 #
15 # Enabled
16 # Enable the registry interface 
17 GENI_REGISTRY_ENABLED=1
18
19 # Root Auth
20 # The hrn of the registry's root auth
21 GENI_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 GENI_REGISTRY_LEVEL1_AUTH=""
27
28 # Hostname
29 # The fully qualified hostname of the registry server
30 GENI_REGISTRY_HOST="localhost"
31
32 # Port
33 # Geni registry port
34 GENI_REGISTRY_PORT=12345
35
36
37 ## Aggregate Configuration
38 ##
39 ## Enable aggregate inteface
40 ## Enable the aggregate inteface.
41 GENI_AGGREGATE_ENABLED=1
42 #
43 ## Hostname
44 ## The fully qualified hostname of the aggregate server
45 GENI_AGGREGATE_HOST="localhost"
46 #
47 ## Port
48 ## Geni aggregate server port
49 GENI_AGGREGATE_PORT=12346
50
51 # Slice Manager Configuration
52 #
53 # Enabled
54 # Enable the slice manager  
55 GENI_SM_ENABLED=1 
56
57 # Host
58 ## The fully qualified hostname or IP address of the slice manager server
59 GENI_SM_HOST="localhost"
60
61 # Port
62 # Geni slice manager server port  
63 GENI_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 GENI_PLC_USER='root@localhost.localdomain'
71
72 # Passowrd
73 # Password for user account
74 GENI_PLC_PASSWORD='root'
75
76 # Hostname
77 # Fully qualified hostname of PLC interface
78 GENI_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 GENI_PLC_SHELL_PATH='/usr/share/plc_api'