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

sand (6) Versions 0.0.6

Install SAND

Policyfile
Berkshelf
Knife
cookbook 'sand', '= 0.0.6', :supermarket
cookbook 'sand', '= 0.0.6'
knife supermarket install sand
knife supermarket download sand
README
Dependencies
Changelog
Quality 67%

SAND Cookbook

Install SAND Network Daemon

Requirements

None, this is Go!

Attributes

e.g.

sand::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['sand']['download_url']</tt></td>
<td>string</td>
<td>Download URL of binary archive</td>
<td><tt>https://github.com/Scalingo/sand/releases/download/</tt></td>
</tr>
<tr>
<td><tt>['sand']['version']</tt></td>
<td>string</td>
<td>Version of the executable</td>
<td><tt>v0.2.0</tt></td>
</tr>
<tr>
<td><tt>['sand']['arch']</tt></td>
<td>string</td>
<td>Target architecture</td>
<td><tt>amd64</tt></td>
</tr>
<tr>
</table>

See https://github.com/Scalingo/sand-cookbook/blob/master/attributes/default.rb for details

Usage

sand::default

Just include sand in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[sand]"
  ]
}

License and Authors

Authors: Léo Unbekandt leo@scalingo.com

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Sand CHANGELOG

This file is used to list changes made in each version of the SAND cookbook.

v0.0.3

  • [Soulou] - Add ROLLBAR_ENV to environment to configure Rollbar
  • [Soulou] - Systemd: add a Before statement to ensure it's starting before docker

v0.0.2

  • [Soulou] - Compliance with Chef supermarket standard for metadata.rb

v0.0.1

  • [Soulou] - First version of cookbook

Collaborator Number Metric
            

0.0.6 failed this metric

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

Contributing File Metric
            

0.0.6 passed this metric

Foodcritic Metric
            

0.0.6 passed this metric

No Binaries Metric
            

0.0.6 passed this metric

Testing File Metric
            

0.0.6 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.0.6 passed this metric