You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/03/29 15:39:33 UTC

[2/5] git commit: latest changes to nodes.pp - logging publisher params

latest changes to nodes.pp - logging publisher params


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

Branch: refs/heads/master
Commit: ea98e139467643acb539e252facb8c9fa0784679
Parents: fc48588
Author: Nirmal Fernando <ni...@apache.org>
Authored: Sat Mar 29 19:48:54 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Sat Mar 29 19:48:54 2014 +0530

----------------------------------------------------------------------
 tools/puppet3/manifests/nodes.pp | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ea98e139/tools/puppet3/manifests/nodes.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/manifests/nodes.pp b/tools/puppet3/manifests/nodes.pp
index d07deef..f226088 100644
--- a/tools/puppet3/manifests/nodes.pp
+++ b/tools/puppet3/manifests/nodes.pp
@@ -15,6 +15,13 @@ node 'base' {
   $lb_httpPort          = '80'
   $lb_httpsPort         = '443'
   $tomcat_version       = '7.0.52'
+  $enable_log_publisher = 'false'
+  $bam_ip		= '127.0.0.1'
+  $bam_port		= '7611'
+  $bam_secure_port	= '7615'
+  $bam_username		= 'admin'
+  $bam_password		= 'admin'
+
 
 }