crowbar/barclamp-ganglia

View on GitHub
chef/data_bags/crowbar/bc-template-ganglia.json

Summary

Maintainability
Test Coverage
{
  "id": "bc-template-ganglia",
  "description": "a common Ganglia service for the cluster that can be used by other barclamps",
  "attributes": {
    "ganglia": {
      "interface_eval": "Chef::Recipe::Barclamp::Inventory.get_network_by_type(node, \"admin\").interface"
    }
  },
  "deployment": {
    "ganglia": {
      "crowbar-revision": 0,
      "crowbar-applied": false,
      "element_states": {
        "ganglia-server": [ "readying", "ready", "applying" ],
        "ganglia-client": [ "readying", "ready", "applying" ]
      },
      "elements": {},
      "element_order": [
        [ "ganglia-server", "ganglia-client" ]
      ],
      "config": {
        "environment": "ganglia-base-config",
        "mode": "full",
        "transitions": true,
        "transition_list": [
          "discovered"
        ]
      } 
    }
  }
}