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_run_recorder (6) Versions 0.3.2

Records the outcome of the last Chef run, for consumption by monitoring, MOTD, etc.

Policyfile
Berkshelf
Knife
cookbook 'chef_run_recorder', '= 0.3.2', :supermarket
cookbook 'chef_run_recorder', '= 0.3.2'
knife supermarket install chef_run_recorder
knife supermarket download chef_run_recorder
README
Dependencies
Changelog
Quality 83%

Chef Run Recorder Cookbook

License
GitHub Tag

Maintainer: OIT Systems Engineering (ua-oit-se@alaska.edu)

Purpose

Adds a chef-handler that creates files that record the result of the last run.
These files are intended to be easily discovered and used by external scripts, e.g. Message of the Day, and so have simple formats.
Most files contain a single string.

  1. /opt/chef/run_record/last_chef_run_node_name: Node name
  2. /opt/chef/run_record/last_chef_run_time: Current timestamp, a single integer representing seconds since epoch
  3. /opt/chef/run_record/last_chef_run_success_flag: Success flag, either 'true' or 'false'
  4. /opt/chef/run_record/last_chef_run_exception: Exception text, or 'none' for success
  5. /opt/chef/run_record/last_chef_run_node.json: The Json representation of the node object

Requirements

Chef

This cookbook requires Chef 14+

Platforms

Supported Platform Families:

  • Debian
    • Ubuntu, Mint
  • Red Hat Enterprise Linux
    • Amazon, CentOS, Oracle
  • OpenSuse
  • BSD
  • Windows

Platforms validated via Test Kitchen:

  • Ubuntu
  • Debian
  • CentOS
  • Oracle
  • Fedora
  • Amazon
  • OpenSuse
  • FreeBSD
  • Windows

Notes:

  • This cookbook should support any recent Windows or Linux variant.

Dependencies

This cookbook does not constrain its dependencies because it is intended as a utility library. It should ultimately be used within a wrapper cookbook.

Resources

This cookbook provides no custom resources.

Recipes

chef_run_recorder::default

This recipe adds the handler that records the Chef run. The handler runs at the end of the Chef run, so can be included early or late.

Examples

This is an application cookbook; no custom resources are provided. See recipes and attributes for details of what this cookbook does.

Development

See CONTRIBUTING.md and TESTING.md.

Changelog for Chef Run Recorder Cookbook

0.3.2

  • Added shields to ReadMe

0.3.1

  • Organizational changes to increase supermarket quality

0.3.0

  • Added node record

0.2.0

  • Upgraded for Chef 14

0.1.0

  • Initial release

Collaborator Number Metric
            

0.3.2 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.3.2 passed this metric

Foodcritic Metric
            

0.3.2 passed this metric

No Binaries Metric
            

0.3.2 passed this metric

Testing File Metric
            

0.3.2 passed this metric

Version Tag Metric
            

0.3.2 passed this metric