You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2013/10/19 01:26:43 UTC

[jira] [Created] (BIGTOP-1122) Upgrading to Puppet 3.x

Konstantin Boudnik created BIGTOP-1122:
------------------------------------------

             Summary: Upgrading to Puppet 3.x
                 Key: BIGTOP-1122
                 URL: https://issues.apache.org/jira/browse/BIGTOP-1122
             Project: Bigtop
          Issue Type: Improvement
          Components: Deployment
    Affects Versions: 0.7.0
            Reporter: Konstantin Boudnik
             Fix For: backlog


It seems likely that we'll need to move to Puppet 3.x at some in the future. For that, the recipes need to undergo some changes. For instance, the visibility of resource parameters are getting changed (should I say, a welcome change?). 

In the later 2.7.x release one can notice warnings like 
{noformat}
warning: Dynamic lookup of $auth at /home/cos/work/bigtop/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp:40 is deprecated. For more information, see http://docs.puppetlabs.com/guides/scope_and_puppet.html. To see the change in behavior, use the --debug flag.
...
debug: Currently $auth is "simple"
debug: In the future $auth will be undefined
warning: Dynamic lookup of $ha at /home/cos/work/bigtop/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp:84 is deprecated. For more information, see http://docs.puppetlabs.com/guides/scope_and_puppet.html. To see the change in behavior, use the --debug flag.
debug: Currently $ha is "disabled"
debug: In the future $ha will be undefined
{noformat}

These and similar issues need to be fixed.



--
This message was sent by Atlassian JIRA
(v6.1#6144)