You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kevin Monroe (Jira)" <ji...@apache.org> on 2019/11/01 18:05:00 UTC

[jira] [Resolved] (BIGTOP-3270) DEPRECATED warning for zookeeper charm not specifying series in metadata

     [ https://issues.apache.org/jira/browse/BIGTOP-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Monroe resolved BIGTOP-3270.
----------------------------------
    Resolution: Won't Fix

Thanks for the report!  The series for all bigtop charms is defined in the common base layer:

 [https://github.com/juju-solutions/layer-apache-bigtop-base/blob/master/metadata.yaml#L16]

{{charm build}} is complaining because there is no series in the _layer's_ metadata.yaml, but this is actually desired.  We want all bigtop charms to be on the same series, hence we define it once in the base layer.  The series _will_ be set in the built charm as the base layer metadata is merged with the charm layer metadata.

If we wind up with a bigtop charm that needs a non-default series in the future, we'll add it to the appropriate layer's metadata.yaml. We're not there yet, so I'm closing this as Won't Fix.

> DEPRECATED warning for zookeeper charm not specifying series in metadata
> ------------------------------------------------------------------------
>
>                 Key: BIGTOP-3270
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3270
>             Project: Bigtop
>          Issue Type: Improvement
>            Reporter: John Losito
>            Assignee: Kevin Monroe
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:java}
> $ charm version
> charmstore-client 2.4.0+snap-404+git-4-5534463
> charm-tools 2.7.2+snap-404+git-1-2bba009
> $ charm build
> build: DEPRECATED: implicit series; specify series in metadata.yaml instead
> build: Destination charm directory: /home/jlosito/charms/build/zookeeper
> build: Processing layer: layer:options
> build: Processing layer: layer:basic
> build: Processing layer: layer:metrics
> build: Processing layer: layer:nvidia-cuda
> build: Processing layer: layer:apache-bigtop-base
> build: Processing layer: layer:leadership
> build: Processing layer: zookeeper (from .)
> build: Processing interface: java
> build: Processing interface: zookeeper-quorum
> build: Processing interface: zookeeper
> build: Processing interface: nrpe-external-master
> build: Processing interface: local-monitors
> proof: I: `display-name` not provided, add for custom naming in the UI
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)