You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/05/16 19:39:52 UTC

stratos git commit: adding a comment to metadata_service_url in base.pp

Repository: stratos
Updated Branches:
  refs/heads/master 0bbd3cae7 -> 512267088


adding a comment to metadata_service_url in base.pp


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

Branch: refs/heads/master
Commit: 5122670888210ebf1c96826836921f735830c92f
Parents: 0bbd3ca
Author: R-Rajkumar <rr...@gmail.com>
Authored: Sat May 16 23:09:27 2015 +0530
Committer: R-Rajkumar <rr...@gmail.com>
Committed: Sat May 16 23:09:27 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/51226708/tools/puppet3/manifests/nodes/base.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/manifests/nodes/base.pp b/tools/puppet3/manifests/nodes/base.pp
index 2d37cf7..a92942a 100755
--- a/tools/puppet3/manifests/nodes/base.pp
+++ b/tools/puppet3/manifests/nodes/base.pp
@@ -40,6 +40,7 @@ node 'base' {
   $bam_secure_port	= '7711'
   $bam_username		= 'admin'
   $bam_password		= 'admin'
+  #metadata_service_url should be 'https://SM-IP:SM-Port'
   $metadata_service_url = 'https://127.0.0.1:9443'
 
   require stratos_base