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

geth (1) Versions 1.0.0

Installs/Configures Go Ethereum

Policyfile
Berkshelf
Knife
cookbook 'geth', '~> 1.0.0', :supermarket
cookbook 'geth', '~> 1.0.0'
knife supermarket install geth
knife supermarket download geth
README
Dependencies
Quality 33%

Go Ethereum Cookbook

This is a Chef cookbook to install, manage and deploy configuration for geth.

Repository

https://github.com/nikitasobolevsky/chef-geth

Supported OS

This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other RHEL platforms.

Cookbook Dependency

  • toml
  • tar

Core Attributes

  • default['geth']['conf_file'] (default: /etc/geth.toml): Geth configuration file.
  • default['geth']['uri'] uri to gzip archive Go Ethereum Node.
  • default['geth']['sha'] sha256 control sum of gzip archive.
  • default['geth']['config']['Node']['DataDir'] (default: /opt/geth): Geth datadir
  • default['geth']['config']['Eth.Ethash']['DatasetDir'] (default: /opt/ethash): Geth DatasetDir

Contributing

  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 (rake & rake knife), ensuring they all pass
  6. Write new resource/attribute description to README.md
  7. Write description about changes to PR
  8. Submit a Pull Request using Github

Authors: Nikita Sobolevsky and [Contributors]

Licensed under the GNU Lesser General Public License v3.0, also included in our repository in the LICENSE file.

Dependent cookbooks

tar ~> 2.2.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.0 failed this metric

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

Contributing File Metric
            

1.0.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
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.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
            

1.0.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