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

harstorage (1) Versions 0.1.0

Installs/Configures harstorage

Policyfile
Berkshelf
Knife
cookbook 'harstorage', '~> 0.1.0', :supermarket
cookbook 'harstorage', '~> 0.1.0'
knife supermarket install harstorage
knife supermarket download harstorage
README
Dependencies
Quality 17%

harstorage cookbook

Build Status

This is a simple cookbook for installing harstorage.
It includes a very simple recipe for installing mongo-db, which should
be called separately.

At time of writing the mongo-db cookbook was not stable.

Requirements

This cookbook includes a simple recipe to install mongodb, as
at the time of writing that cookbook was in a big push to get
to 2.0 - you can either use your prefferred method for installing
mongodb or include harstorage::mongo.

Attributes

In order to install browsermob proxy you must provide your own
package to install browsermob, and set

default['harstorage']['browsermob']['source']

Usage

Either include your run-list, or run with the following run-list:

harstorage[mongo],harstorage[install]

If you intend to install browsermob as well, you can simply set your
run list to:

harstorage[default]

Recipes

harstorage[default] - Does not actually do anything.

harstorage[mongo] - Recipe for installing mongodb.

harstorage[install] - Installs harstorage.

References

Installation steps for mongo-db were taken from:
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/

Installation steps for harstorage:
https://code.google.com/p/harstorage/wiki/Installation

Author

Author:: BitSight Technologies (operations@bitsighttech.com)

Dependent cookbooks

apt >= 0.0.0
supervisor >= 0.0.0
python >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Contributing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.0 failed this metric

FC064: Ensure issues_url is set in metadata: harstorage/metadata.rb:1
FC065: Ensure source_url is set in metadata: harstorage/metadata.rb:1
FC066: Ensure chef_version is set in metadata: harstorage/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: harstorage/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number