0f9ff4ad300b0d1cdbef831faa26805671a7668c
[sfa.git] / geni / 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="plc"   
7
8
9 # API Debut
10 # Are we logging
11 GENI_API_DEBUG=1
12
13 # Registry Configuration
14 #
15 # Enabled
16 # Enable the registry interface 
17 GENI_REGISTRY_ENABLE=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 GENI_REGISTRY_LEVEL1_AUTH=""
26
27 # Hostname
28 # The fully qualified hostname of the registry server
29 GENI_REGISTRY_HOST="localhost"
30
31 # Port
32 # Geni registry port
33 GENI_REGISTRY_PORT=12345
34
35
36 ## Aggregate Configuration
37 ##
38 ## Enable aggregate inteface
39 ## Enable the aggregate inteface.
40 GENI_AGGREGATE_ENABLED=1
41 #
42 ## Hostname
43 ## The fully qualified hostname of the aggregate server
44 GENI_AGGREGATE_HOST="localhost"
45 #
46 ## Port
47 ## Geni aggregate server port
48 GENI_AGGREGATE_PORT=12346
49
50 # Slice Manager Configuration
51 #
52 # Enabled
53 # Enable the slice manager  
54 GENI_SM_ENABLED=1 
55
56 # Host
57 ## The fully qualified hostname or IP address of the slice manager server
58 GENI_SM_HOST="localhost"
59
60 # Port
61 # Geni slice manager server port  
62 GENI_SM_PORT=12347
63
64 # PLC Interace Access Configuration
65 #
66 # PLC user
67 # Valid plc account geni interfaces will use for plc requests   
68
69 GENI_PLC_USER='root@localhost.localdomain'
70
71 # Passowrd
72 # Password for user account
73 GENI_PLC_PASSWORD='root'
74
75 # Hostname
76 # Fully qualified hostname of PLC interface
77 GENI_PLC_HOST='localhost'
78
79 # Port
80 # Port of PLC interface
81 GENI_PLC_PORT=443
82
83 # API Path
84 # Path of PLC api interface 
85 GENI_PLC_API_PATH='PLCAPI'
86
87 # PLC Shell PATH
88 # Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
89 # machine
90 GENI_PLC_SHELL_PATH='/usr/share/plc_api'
91