Repository: incubator-stratos Updated Branches: refs/heads/master ab2c5a838 -> 969ab39fe
adding agent-flow config file Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/c106347f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c106347f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c106347f Branch: refs/heads/master Commit: c106347fe9bfbd28172e82f32aa681500efba96c Parents: 7f4b680 Author: Nirmal Fernando <[email protected]> Authored: Thu Mar 13 18:33:47 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Thu Mar 13 18:33:47 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/agent/templates/bin/stratos.sh.erb | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c106347f/tools/puppet3/modules/agent/templates/bin/stratos.sh.erb ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/templates/bin/stratos.sh.erb b/tools/puppet3/modules/agent/templates/bin/stratos.sh.erb index 825b82d..8be122a 100644 --- a/tools/puppet3/modules/agent/templates/bin/stratos.sh.erb +++ b/tools/puppet3/modules/agent/templates/bin/stratos.sh.erb @@ -33,6 +33,7 @@ properties="-Dmb.ip=<%= @mb_ip %> -Dlog4j.properties.file.path=<%= @carbon_home %>/conf/log4j.properties -Dparam.file.path=<%= @carbon_home %>/payload/launch-params -Dextensions.dir=${script_path}/../extensions + -Dagent.flow.file.path=${script_path}/../conf/agent-flow.conf -Dcep.stats.publisher.enabled=true -Djavax.net.ssl.trustStore=<%= @carbon_home %>/security/client-truststore.jks -Djavax.net.ssl.trustStorePassword=<%= @truststore_password %>
