check for the correct rights
[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 GENI_API_DEBUG=1
9
10 # Registry Configuration
11 #
12 # Enabled
13 # Enable the registry interface 
14 GENI_REGISTRY_ENABLE=1
15
16 # Root Auth
17 # The hrn of the registry's root auth
18 GENI_REGISTRY_ROOT_AUTH="plc"
19
20 # Level1 Auth
21 # The hrn of the registry's level1 auth
22 GENI_REGISTRY_LEVEL1_AUTH=""
23
24 # Hostname
25 # The fully qualified hostname of the registry server
26 GENI_REGISTRY_HOSTNAME="localhost"
27
28 # IP
29 # Geni registry ip address 
30 GENI_REGISTRY_IP="127.0.0.1"
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_HOSTNAME="localhost"
46 #
47 ## IP
48 ## Geni aggregate ip address
49 GENI_AGGREGATE_IP="127.0.0.1"
50 #
51 ## Port
52 ## Geni aggregate server port
53 GENI_AGGREGATE_PORT=12346
54
55 # Slice Manager Configuration
56 #
57 # Enabled
58 # Enable the slice manager  
59 GENI_SM_ENABLED=1 
60
61
62 # PLC Interace Access Configuration
63 #
64 # PLC user
65 # Valid plc account geni interfaces will use for plc requests   
66
67 GENI_PLC_USER='root@localhost.localdomain'
68
69 # Passowrd
70 # Password for user account
71 GENI_PLC_PASSWORD='root'
72
73 # Hostname
74 # Fully qualified hostname of PLC interface
75 GENI_PLC_HOST='localhost'
76
77 # Port
78 # Port of PLC interface
79 GENI_PLC_PORT=443
80
81 # API Path
82 # Path of PLC api interface 
83 GENI_PLC_API_PATH='PLCAPI'
84
85 # PLC Shell PATH
86 # Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
87 # machine
88 GENI_PLC_SHELL_PATH='/usr/share/plc_api'
89