[
https://issues.apache.org/jira/browse/BIGTOP-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284360#comment-14284360
]
Nate DAmico commented on BIGTOP-1122:
-------------------------------------
Hey Michael,
We are putting some work in on puppet modules, starting with latest 3.x branch.
Hiera work wasn't first on our list, but can look to work with you on it
during same time. We are mostly looking at some parameter refactoring and
minimal changes to support a wider range of topologies and setups
As Cos suggested we can take conversation to the dev list and we were going to
setup wiki page with more of param refactoring ideas if need be
> Fix future dynamic lookups
> --------------------------
>
> Key: BIGTOP-1122
> URL: https://issues.apache.org/jira/browse/BIGTOP-1122
> Project: Bigtop
> Issue Type: Sub-task
> 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.3.4#6332)