change trustedroots constructor to take a full pathname
[sfa.git] / util / geni_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="planetlab.us"   
7
8
9 ## Aggregate Configuration
10 #
11 # Enable aggregate inteface
12 # Enable the aggregate inteface.   
13 GENI_AGGREGATE_ENABLED=1
14
15 # Hostname
16 # The fully qualified hostname of the aggregate server  
17 GENI_AGGREGATE_HOSTNAME="localhost"
18
19 # IP
20 # Geni aggregate ip address   
21 GENI_AGGREGATE_IP="127.0.0.1"
22
23 # Port
24 # Geni aggregate server port
25 GENI_AGGREGATE_PORT=12346
26
27
28 # Registry Confguration
29 #
30 # Enabled
31 # Enable the registry interface 
32 GENI_REGISTRY_ENABLE=1
33
34 # Hostname
35 # The fully qualified hostname of the registry server
36 GENI_REGISTRY_HOSTNAME="localhost"
37
38 # IP
39 # Geni registry ip address 
40 GENI_REGISTRY_IP="127.0.0.1"
41
42 # Port
43 # Geni registry port
44 GENI_REGISTRY_PORT=12345
45
46 # Slice Manager Configuration
47 #
48 # Enabled
49 # Enable the slice manager  
50 GENI_SM_ENABLED=1 
51
52
53 # PLC Interace Access Configuration
54 #
55 # PLC user
56 # Valid plc account geni interfaces will use for plc requests   
57
58 GENI_PLC_USER='root@localhost.localdomain'
59
60 # Passowrd
61 # Password for user account
62 GENI_PLC_PASSWORD='root'
63
64 # Hostname
65 # Fully qualified hostname of PLC interface
66 GENI_PLC_HOST='localhost'
67
68 # Port
69 # Port of PLC interface
70 GENI_PLC_PORT=443
71
72 # API Path
73 # Path of PLC api interface 
74 GENI_PLC_API_PATH='PLCAPI'
75
76 # PLC Shell PATH
77 # Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
78 # machine
79 GENI_PLC_SHELL_PATH='/usr/share/plc_api'
80