Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1067

Cookbook groupings are not properly mapped in Chef metadata

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.9.2
    • 2.0.0
    • jclouds-chef
    • None

    Description

      The Chef metadata defines the groupings property as a Map<String, String>. However, according to the Chef docs the groupings are objects with a title and description. The Chef Server API returns them like:

      ...
      "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."
        }
      },
      ...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            nacx Ignasi Barrera
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: