Updated Branches:
  refs/heads/master 9251ccdee -> cb20545e0

Updating nodes.pp file to include mysql puppet configs


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

Branch: refs/heads/master
Commit: cb20545e0ecb21ed183131206c377a148078a641
Parents: 9251ccd
Author: Sajith Kariyawasam <[email protected]>
Authored: Thu Jan 30 22:09:11 2014 +0530
Committer: Sajith Kariyawasam <[email protected]>
Committed: Thu Jan 30 22:09:11 2014 +0530

----------------------------------------------------------------------
 tools/puppet/manifests/nodes.pp | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cb20545e/tools/puppet/manifests/nodes.pp
----------------------------------------------------------------------
diff --git a/tools/puppet/manifests/nodes.pp b/tools/puppet/manifests/nodes.pp
index f67c6ba..6039919 100755
--- a/tools/puppet/manifests/nodes.pp
+++ b/tools/puppet/manifests/nodes.pp
@@ -58,7 +58,7 @@ node /[0-9]{1,12}.default.php/ {
                         mb_port                   => "5677",
                         cep_ip                    => "54.251.211.89",
                         cep_port                  => "7615",
-                       cert_truststore            => "client-truststore.jks",
+                               cert_truststore            => 
"client-truststore.jks",
                         truststore_password       => "wso2carbon",
 
         }
@@ -93,3 +93,17 @@ node /[0-9]{1,12}.default.lb/ inherits confignode{
 
 }
 
+node /[0-9]{1,12}.default.mysql/ {
+
+        include java
+
+        class {"mysql":
+                        mb_ip                  => "54.251.211.89",
+                        mb_port                => "5677",
+                        cep_ip                 => "54.251.211.89",
+                        cep_port               => "7615",
+                        cert_truststore        => "client-truststore.jks",
+                        truststore_password        => "wso2carbon",
+
+        }
+}

Reply via email to