You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/08/06 11:30:39 UTC

[3/3] git commit: Updated LB domain to lb.domain and disabled data publisher in CC

Updated LB domain to lb.domain and disabled data publisher in CC

Signed-off-by: Isuru Perera <is...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/326a05b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/326a05b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/326a05b1

Branch: refs/heads/master
Commit: 326a05b16dfee27ba473fddb097b79df6caf47a6
Parents: ba9bcfe
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Tue Aug 6 14:37:18 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Tue Aug 6 15:00:16 2013 +0530

----------------------------------------------------------------------
 tools/ec2-demo-setup/tempconfigs/agent.properties     | 2 +-
 tools/ec2-demo-setup/tempconfigs/cloud-controller.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/326a05b1/tools/ec2-demo-setup/tempconfigs/agent.properties
----------------------------------------------------------------------
diff --git a/tools/ec2-demo-setup/tempconfigs/agent.properties b/tools/ec2-demo-setup/tempconfigs/agent.properties
index c82259d..b5f69b0 100755
--- a/tools/ec2-demo-setup/tempconfigs/agent.properties
+++ b/tools/ec2-demo-setup/tempconfigs/agent.properties
@@ -1,4 +1,4 @@
-loadBalancerDomain=wso2.carbon.lb.domain
+loadBalancerDomain=lb.domain
 
 # Registrant health check interval in seconds
 registrant.heathCheckInterval=10

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/326a05b1/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
----------------------------------------------------------------------
diff --git a/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml b/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
index e5d245b..e828a5d 100755
--- a/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
+++ b/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
@@ -21,14 +21,14 @@
 	<svns:secureVault
 		provider="org.wso2.securevault.secret.handler.SecretManagerSecretCallbackHandler" />
 
-    <dataPublisher enable="true">
+    <dataPublisher enable="false">
 		<!-- BAM Server Info - default values are 'admin' and 'admin' 
 			 Optional element. -->
-		<bamServer>
-            <!-- BAM server URL should be specified in carbon.xml -->
+                <!-- BAM server URL should be specified in carbon.xml -->
+                <!-- bamServer>
 			<adminUserName>admin</adminUserName>
 			<adminPassword svns:secretAlias="cloud.controller.bam.server.admin.password">admin</adminPassword>
-		</bamServer>
+		</bamServer -->
 		<!-- Default cron expression is '1 * * * * ? *' meaning 'first second of every minute'.
 			 Optional element. -->
 		<cron>1 * * * * ? *</cron>