You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2016/01/28 15:32:39 UTC

[jira] [Resolved] (JCLOUDS-1067) Cookbook groupings are not properly mapped in Chef metadata

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

Ignasi Barrera resolved JCLOUDS-1067.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> Cookbook groupings are not properly mapped in Chef metadata
> -----------------------------------------------------------
>
>                 Key: JCLOUDS-1067
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1067
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-chef
>    Affects Versions: 1.9.2
>            Reporter: Ignasi Barrera
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The Chef metadata defines the {{groupings}} property as a {{Map<String, String>}}. However, according to the [Chef docs|https://docs.chef.io/config_rb_metadata.html] the groupings are objects with a title and description. The Chef Server API returns them like:
> {code}
> ...
> "groupings": {
>   "ssl_certificate/service": {
>     "title": "ssl_certificate service",
>     "description": "ssl_certificate service defaults."
>   },
>   "ssl_certificate/service/protocols": {
>     "title": "ssl_certificate service protocol",
>     "description": "ssl_certificate service SSL protocols."
>   }
> },
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)