Repository: incubator-stratos Updated Branches: refs/heads/master 348fc626f -> 15e535332
removing stratos componets installation puppet. fixing STRATOS-528 Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/141bcefa Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/141bcefa Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/141bcefa Branch: refs/heads/master Commit: 141bcefa67658372f8cf7b06f213b30e11afa3f8 Parents: 60b2f3f Author: Udara Liyanage <[email protected]> Authored: Fri Mar 28 14:01:00 2014 -0400 Committer: Udara Liyanage <[email protected]> Committed: Fri Mar 28 14:01:00 2014 -0400 ---------------------------------------------------------------------- tools/puppet3/manifests/nodes.pp | 30 ------------------------------ 1 file changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/141bcefa/tools/puppet3/manifests/nodes.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/manifests/nodes.pp b/tools/puppet3/manifests/nodes.pp index d07deef..5a6b20b 100644 --- a/tools/puppet3/manifests/nodes.pp +++ b/tools/puppet3/manifests/nodes.pp @@ -93,33 +93,3 @@ node /wordpress/ inherits base { class {'mysql':} } - -# stratos components related nodes -# not supported in alpha version. -node 'autoscaler.wso2.com' inherits base { - require java - class {'autoscaler': maintenance_mode => 'norestart',} -} - -node 'cc.wso2.com' inherits base { - require java - class {'cc': maintenance_mode => 'norestart',} -} - -node 'cep.wso2.com' inherits base { - require java - class {'cep': maintenance_mode => 'norestart',} -} - - -node 'mb.wso2.com' inherits base { - require java - class {'messagebroker': maintenance_mode => 'norestart',} -} - -node 'sc.wso2.com' inherits base { - require java - class {'manager': maintenance_mode => 'norestart',} -} - -
