[asterisk-scf-commits] asterisk-scf/integration/servicediscovery.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Oct 15 11:17:28 CDT 2010


branch "master" has been updated
       via  f90a1abca415083fe338e811e73463233427a247 (commit)
      from  c6b8e697b1163c9866cebe216cdff53aa629614c (commit)

Summary of changes:
 config/test_component.config.in    |   12 ++++++------
 config/test_service_locator.config |   14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)


- Log -----------------------------------------------------------------
commit f90a1abca415083fe338e811e73463233427a247
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Oct 15 11:18:47 2010 -0500

    Replaced occurrences of old project working name in config file.

diff --git a/config/test_component.config.in b/config/test_component.config.in
index b5c3c25..b06ab7f 100644
--- a/config/test_component.config.in
+++ b/config/test_component.config.in
@@ -5,13 +5,13 @@
 #
 IceBox.InheritProperties=1
 
-HydraIceStorm.InstanceName=HydraIceStorm
+AsteriskSCFIceStorm.InstanceName=AsteriskSCFIceStorm
 
 #
 # This property defines the endpoints on which the IceStorm
 # TopicManager listens.
 #
-HydraIceStorm.TopicManager.Endpoints=default -p 10000
+AsteriskSCFIceStorm.TopicManager.Endpoints=default -p 10000
 
 #
 # This property defines the endpoints on which the topic
@@ -19,7 +19,7 @@ HydraIceStorm.TopicManager.Endpoints=default -p 10000
 # IceStorm instances this must run on a fixed port (or use
 # IceGrid).
 #
-HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
+AsteriskSCFIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 
 #
 # TopicManager Tracing
@@ -28,10 +28,10 @@ HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 # 1 = trace topic creation, subscription, unsubscription
 # 2 = like 1, but with more detailed subscription information
 #
-HydraIceStorm.Trace.TopicManager=2
+AsteriskSCFIceStorm.Trace.TopicManager=2
 
 #
-HydraIceStorm.Flush.Timeout=2000
+AsteriskSCFIceStorm.Flush.Timeout=2000
 
 #
 # ServiceDiscovery configuration
@@ -45,7 +45,7 @@ ServiceLocatorManagementAdapter.Endpoints=tcp -p 4422
 ServiceLocatorAdapter.Endpoints=tcp -p 4411
 
 # Test endpoints for IceStorm
-TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
 
 #
 # Logger configuration
diff --git a/config/test_service_locator.config b/config/test_service_locator.config
index 3b46008..8eb93ff 100644
--- a/config/test_service_locator.config
+++ b/config/test_service_locator.config
@@ -3,12 +3,12 @@
 IceBox.InheritProperties=1
 IceBox.Service.ServiceDiscovery=service_locator:create
 
-HydraIceStorm.InstanceName=HydraIceStorm
+AsteriskSCFIceStorm.InstanceName=AsteriskSCFIceStorm
 #
 # This property defines the endpoints on which the IceStorm
 # TopicManager listens.
 #
-HydraIceStorm.TopicManager.Endpoints=default -p 10000
+AsteriskSCFIceStorm.TopicManager.Endpoints=default -p 10000
 
 #
 # This property defines the endpoints on which the topic
@@ -16,7 +16,7 @@ HydraIceStorm.TopicManager.Endpoints=default -p 10000
 # IceStorm instances this must run on a fixed port (or use
 # IceGrid).
 #
-HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
+AsteriskSCFIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 
 #
 # TopicManager Tracing
@@ -25,11 +25,11 @@ HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 # 1 = trace topic creation, subscription, unsubscription
 # 2 = like 1, but with more detailed subscription information
 #
-HydraIceStorm.Trace.TopicManager=2
-HydraIceStorm.Transient=1
+AsteriskSCFIceStorm.Trace.TopicManager=2
+AsteriskSCFIceStorm.Transient=1
 
 #
-HydraIceStorm.Flush.Timeout=2000
+AsteriskSCFIceStorm.Flush.Timeout=2000
 # This is a configuration file used in conjunction with the service locator test driver
 
 # Test endpoints for the service locator management adapter
@@ -40,7 +40,7 @@ ServiceLocatorAdapter.Endpoints=tcp -p 4411
 LocatorService.Proxy=LocatorService:tcp -p 4411
 
 # Test endpoints for IceStorm
-TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
 
 # Logger configuration
 LoggerAdapter.Endpoints=default

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/servicediscovery.git



More information about the asterisk-scf-commits mailing list