[
https://issues.apache.org/jira/browse/BIGTOP-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190686#comment-14190686
]
Konstantin Boudnik commented on BIGTOP-1047:
--------------------------------------------
Ok, with Docker 1.3+ I can now have an FQDN in the container! Let's document
that Docker before 1.2 won't work for the puppet deployment.
Now, I see the following warnings with the patch applied:
{noformat}
Warning: The use of 'import' is deprecated at
/ws/bigtop-deploy/puppet/manifests/site.pp:46. See
http://links.puppetlabs.com/puppet-import-deprecation
(at grammar.ra:610:in `_reduce_190')
....
Warning: Variable access via 'port' is deprecated. Use '@port' instead.
template[/ws/bigtop-deploy/puppet/modules/solr/templates/solr]:16
(at /ws/bigtop-deploy/puppet/modules/solr/templates/solr:16:in `result')
Warning: Variable access via 'port_admin' is deprecated. Use '@port_admin'
instead. template[/ws/bigtop-deploy/puppet/modules/solr/templates/solr]:17
(at /ws/bigtop-deploy/puppet/modules/solr/templates/solr:17:in `result')
Warning: Variable access via 'zk' is deprecated. Use '@zk' instead.
template[/ws/bigtop-deploy/puppet/modules/solr/templates/solr]:18
(at /ws/bigtop-deploy/puppet/modules/solr/templates/solr:18:in `result')
Warning: Variable access via 'root_url' is deprecated. Use '@root_url' instead.
template[/ws/bigtop-deploy/puppet/modules/solr/templates/solr]:19
(at /ws/bigtop-deploy/puppet/modules/solr/templates/solr:19:in `result')
....
Warning: The package type's allow_virtual parameter will be changing its
default value from false to true in a future release. If you do not want to
allow virtual packages, please explicitly set allow_virtual to false.
(at /usr/lib/ruby/site_ruby/1.8/puppet/type.rb:816:in `set_default')
{noformat}
> Support Puppet 3.x
> ------------------
>
> Key: BIGTOP-1047
> URL: https://issues.apache.org/jira/browse/BIGTOP-1047
> Project: Bigtop
> Issue Type: Improvement
> Components: deployment
> Affects Versions: 0.6.0
> Reporter: Andrey Klochkov
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1047--n2.patch, BIGTOP-1047.3.patch,
> BIGTOP-1047.patch
>
>
> Currently bigtop-deploy/puppet module supports Puppet 2.x only. In
> particular, this is because of using dynamic scoping which was deprecated
> since 2.5 and not supported in 3.x. This task is to get rid of dynamic
> scoping to make bigtop-deploy/puppet working with Puppet 3.x.
> More on dynamic scoping in Puppet:
> http://docs.puppetlabs.com/guides/scope_and_puppet.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)