[
https://issues.apache.org/jira/browse/JCLOUDS-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115293#comment-15115293
]
Ignasi Barrera commented on JCLOUDS-1067:
-----------------------------------------
Fix: https://github.com/jclouds/jclouds/pull/908
> 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
>
> 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)