Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

chef_changereport_handler (5) Versions 1.0.4

Chef handler: generate chef report after deploy

Policyfile
Berkshelf
Knife
cookbook 'chef_changereport_handler', '= 1.0.4', :supermarket
cookbook 'chef_changereport_handler', '= 1.0.4'
knife supermarket install chef_changereport_handler
knife supermarket download chef_changereport_handler
README
Dependencies
Quality 100%

chef_changereport_handler Cookbook

Generate chef report after deploy: change list, update summary, etc.

Requirements

Platform

  • Debian/Ubuntu

Recipes

  • default Enable Chef handler: report what are changed by chef and record update summary to disk

Usage

Use the cookbook by recipe[chef_changereport_handler].

Attributes List

  • node['chef_changereport_handler']['working_dir'] - Working directory for generated report and chef handler
  • node['chef_changereport_handler']['report_extra_info'] - Extra info you can specify which will be combined into report
  • node['chef_changereport_handler']['command_run_after_failure'] - Bash command you want to run, after deployment failure

Examples and Common usage

When deployment failed, run customized command

"chef_changereport_handler": {
  "command_run_after_failure": "echo failed >> /tmp/test.log"
}

Sample output for the report

The handler outputs to log after Chef Run follwing.

========================================================
Chef Update Run On: chef_changereport_handler-DeployChefCookbooks-114-anonymous
Started: 2016-04-10 00:50:07, Ended: 2016-04-10 00:50:07, duration: 0.09s
Update Status: success
Changed List: 2 resources are changed
    - template[/root/chef_update/handlers/changereport_handler.rb]
    - chef_handler[MyChefReport::ChangReportHandler]
Detail info:
    My extra info message

License & Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

chef_handler >= 0.0.0
logrotate >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.0.4 passed this metric