geni services configuration file
authorTony Mack <tmack@cs.princeton.edu>
Wed, 14 Jan 2009 00:58:19 +0000 (00:58 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 14 Jan 2009 00:58:19 +0000 (00:58 +0000)
util/geni_config [new file with mode: 0644]

diff --git a/util/geni_config b/util/geni_config
new file mode 100644 (file)
index 0000000..90ed302
--- /dev/null
@@ -0,0 +1,80 @@
+# Directory where Geni intefaces are installed
+GENI_BASE_DIR="/usr/share/geniwrapper/" 
+
+# HRN
+# Human readable name for the interfaces
+GENI_INTERFACE_HRN="planetlab.us"   
+
+
+## Aggregate Configuration
+#
+# Enable aggregate inteface
+# Enable the aggregate inteface.   
+GENI_AGGREGATE_ENABLED=1
+
+# Hostname
+# The fully qualified hostname of the aggregate server  
+GENI_AGGREGATE_HOSTNAME="localhost"
+
+# IP
+# Geni aggregate ip address   
+GENI_AGGREGATE_IP="127.0.0.1"
+
+# Port
+# Geni aggregate server port
+GENI_AGGREGATE_PORT=12346
+
+
+# Registry Confguration
+#
+# Enabled
+# Enable the registry interface 
+GENI_REGISTRY_ENABLE=1
+
+# Hostname
+# The fully qualified hostname of the registry server
+GENI_REGISTRY_HOSTNAME="localhost"
+
+# IP
+# Geni registry ip address 
+GENI_REGISTRY_IP="127.0.0.1"
+
+# Port
+# Geni registry port
+GENI_REGISTRY_PORT=12345
+
+# Slice Manager Configuration
+#
+# Enabled
+# Enable the slice manager  
+GENI_SM_ENABLED=1 
+
+
+# PLC Interace Access Configuration
+#
+# PLC user
+# Valid plc account geni interfaces will use for plc requests   
+
+GENI_PLC_USER='root@localhost.localdomain'
+
+# Passowrd
+# Password for user account
+GENI_PLC_PASSWORD='root'
+
+# Hostname
+# Fully qualified hostname of PLC interface
+GENI_PLC_HOST='localhost'
+
+# Port
+# Port of PLC interface
+GENI_PLC_PORT=443
+
+# API Path
+# Path of PLC api interface 
+GENI_PLC_API_PATH='PLCAPI'
+
+# PLC Shell PATH
+# Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
+# machine
+GENI_PLC_SHELL_PATH='/usr/share/plc_api'
+