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