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

ohai-scaleway (1) Versions 0.1.0

Feed ohai with Scaleway metadata

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

ohai-scaleway Cookbook

This recipe installs an ohai plugin on your machine to use the
metadata of your Scaleway server in your recipes. It that will
populate node[scw] with the content of scw-metadata.

Requirements

Platforms

  • Scaleway hardware, Linux

Chef

  • Chef 12.0 or later

Cookbooks

  • ohai - ohai-scaleway needs the ohai cookbook to install the plugin

Attributes

This cookbook can't be configured with any attribute, but the ohai
plugin exports many automatic attributes. It exports any item returned
by the scw-metadata util, with the key in lowercase. Useful
attributes include:

  • name: The name of the server
  • public_ip_address: The public IP of your server
  • private_ip: The private IP address of your server
  • ssh_public_keys: The public keys defined in your account
  • commercial_type: 'C1' or 'VC1M' for example
  • ipv6_address
  • ipv6_netmask
  • ipv6_gateway

Usage

ohai-scaleway::default

Include ohai-scaleway in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ohai-scaleway]"
  ]
}

Then, to avoid reloading ohai at every-run, add the plugin folder into
the ohai.plugin_path (can bet set in chef-client.rb) The plugin is
installed in the ohai/plugins folder of your chef conf folder
(usually /etc/chef). .

On standard setup, you can just add ohai.plugin_path << '/etc/chef/ohai/plugins' to /etc/chef/chef-client.rb

Contributing

e.g.
1. Fork the repository on Github
2. Create a named feature branch (like add_component_x)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github

License and Authors

This code is provided with ABSOLUTELY NO WARRANTY under the 'Do What the Fuck You Want to Public License (WTFPL)'

Authors:
- Julien Lta BALLET <contact 'AT' lta.io>

Dependent cookbooks

ohai >= 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: ohai-scaleway/metadata.rb:1
FC065: Ensure source_url is set in metadata: ohai-scaleway/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ohai-scaleway/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: ohai-scaleway/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