[Jderobot-admin] jderobot-r1220 - in trunk/src/stable/components: . icestorm

frivas en jderobot.org frivas en jderobot.org
Jue Mar 27 18:17:26 CET 2014


Author: frivas
Date: 2014-03-27 18:17:25 +0100 (Thu, 27 Mar 2014)
New Revision: 1220

Added:
   trunk/src/stable/components/icestorm/
   trunk/src/stable/components/icestorm/CMakeLists.txt
   trunk/src/stable/components/icestorm/icebox.cfg
   trunk/src/stable/components/icestorm/icestorm
   trunk/src/stable/components/icestorm/icestorm.cfg
Log:
[#208] uploaded icestorm script and config files


Added: trunk/src/stable/components/icestorm/CMakeLists.txt
===================================================================
Added: trunk/src/stable/components/icestorm/icebox.cfg
===================================================================
--- trunk/src/stable/components/icestorm/icebox.cfg	                        (rev 0)
+++ trunk/src/stable/components/icestorm/icebox.cfg	2014-03-27 17:17:25 UTC (rev 1220)
@@ -0,0 +1,65 @@
+#
+# Jderobot sample configuration file.
+#
+# Use it for running application servers with IceStorm and several
+# collocated components.
+#
+
+# Ice configuration
+Ice.Default.Locator=IceGrid/Locator:default -t 5000 -p 12000
+IceStorm.TopicManager.Proxy=IceStorm/TopicManager:default -t 5000 -p 10000 
+Ice.Warn.Connections=1
+Ice.Trace.Network=0
+Ice.Trace.Protocol=0
+Ice.PrintAdapterReady=1
+
+
+#
+# The IceBox server endpoint configuration
+# All services will share one communicator to allow take advantage of collocation
+# (see UseSharedCommunicator option)
+#
+IceBox.ServiceManager.Endpoints=tcp -p 10087
+IceBox.InheritProperties=1
+#
+# Load IceStorm first, all others will be loaded afterwards
+#
+IceBox.LoadOrder=IceStorm
+
+
+#
+# Service 1
+#
+#IceBox.Service.ServiceTag1=SharedLibraryName1:create
+#IceBox.UseSharedCommunicator.ServiceTag1=1
+# service 1 configuration
+
+
+#
+# Service 2
+#
+#IceBox.Service.ServiceTag2=SharedLibraryName2:create
+#IceBox.UseSharedCommunicator.ServiceTag2=1
+# service 2 configuration
+
+
+#
+# The IceStorm service
+#
+IceBox.Service.IceStorm=IceStormService,34:createIceStorm
+IceBox.UseSharedCommunicator.IceStormService=1
+
+# This property defines the endpoints on which the IceStorm TopicManager listens.
+IceStorm.TopicManager.Endpoints=default -t 8000 -p 10000
+
+# This property defines the endpoints on which the topic publisher objects listen.
+IceStorm.Publish.Endpoints=default
+IceStorm.Trace.TopicManager=1
+IceStorm.Trace.Topic=1
+IceStorm.Trace.Subscriber=1
+
+#
+# This property defines the home directory of the Freeze
+# database environment for the IceStorm service.
+#
+Freeze.DbEnv.IceStorm.DbHome=stormdb

Added: trunk/src/stable/components/icestorm/icestorm
===================================================================
--- trunk/src/stable/components/icestorm/icestorm	                        (rev 0)
+++ trunk/src/stable/components/icestorm/icestorm	2014-03-27 17:17:25 UTC (rev 1220)
@@ -0,0 +1,4 @@
+mkdir stormdb
+icebox --Ice.Config=icebox.cfg &
+icestormadmin --Ice.Config=icestorm.cfg -e "create cameraA"
+


Property changes on: trunk/src/stable/components/icestorm/icestorm
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/src/stable/components/icestorm/icestorm.cfg
===================================================================
--- trunk/src/stable/components/icestorm/icestorm.cfg	                        (rev 0)
+++ trunk/src/stable/components/icestorm/icestorm.cfg	2014-03-27 17:17:25 UTC (rev 1220)
@@ -0,0 +1 @@
+IceStormAdmin.TopicManager.Proxy=IceStorm/TopicManager:default -t 8000 -p 10000



More information about the Jderobot-admin mailing list