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

sonarqube (9) Versions 0.1.1

Installs/Configures SonarQube

Policyfile
Berkshelf
Knife
cookbook 'sonarqube', '= 0.1.1', :supermarket
cookbook 'sonarqube', '= 0.1.1'
knife supermarket install sonarqube
knife supermarket download sonarqube
README
Dependencies
Quality -%

sonarqube

Installs/Configures sonarqube

Notes

  • See test/integration/cookbooks/test for usage examples
  • Set the node['sonarqube']['os_kernel'] attribute to match your architecture (ie. 32 or 64 bit)
    • linux-x86-64 - 64 bit (default)
    • linux-x86-32 - 32 bit
  • Does not install Java in case there are specific Java needs on your system
    • add java::default to your run list before sonarqube::default for a simple installation
  • Does not run apt::default on Ubuntu
    • add apt::default to your run list before anything else if you need it (ie. for the Java installation as described in the previous bullet)
  • Does not configure firewall settings, again, in case you have specific needs

Contributing

Prerequisites

  chef gem install rubocop

Testing

Test changes using

chef exec rake
chef exec kitchen verify

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found