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

simple-nexus (2) Versions 0.1.0

Installs/Configures simple-nexus. No less. No more.

Policyfile
Berkshelf
Knife
cookbook 'simple-nexus', '= 0.1.0', :supermarket
cookbook 'simple-nexus', '= 0.1.0'
knife supermarket install simple-nexus
knife supermarket download simple-nexus
README
Dependencies
Quality 100%

Description

This cookbook installs only nexus and provides few typical configurations.
It doesn't install or depends on java, apache, nginx, etc...

Usage

Default recipe only creates user/group and arks nexus.
You are free to do anything with installation.

It better to you to wrap this cookbook in yours' company cookbook.

HWRP

TODO: Currently this cookbook doesn't contain any HWRPs, but I hope if will be ever fixed

Examples

You can visit fixture cookbook [test-nexus](test/fixtures/cookbooks/test-nexus)

Requirements

Platform:

  • Debian
  • Ubuntu
  • Centos

Cookbooks:

  • ark

Attributes

  • node['nexus']['download_url'] - Defaults to http://download.sonatype.com/nexus/oss/nexus-2.11.2-06-bundle.tar.gz.
  • node['nexus']['checksum'] - Defaults to e3fe7811d932ef449fafc4287a27fae62127154297d073f594ca5cba4721f59e.
  • node['nexus']['version'] - Defaults to 2.11.2-06.
  • node['nexus']['user'] - Defaults to nexus.
  • node['nexus']['group'] - Defaults to nexus.
  • node['nexus']['dir'] - Defaults to /opt.
  • node['nexus']['conf']['application-port'] - Defaults to 8081.
  • node['nexus']['conf']['application-host'] - Defaults to 0.0.0.0.
  • node['nexus']['conf']['nexus-webapp'] - Defaults to ${bundleBasedir}/nexus.
  • node['nexus']['conf']['runtime'] - Defaults to ${bundleBasedir}/nexus/WEB-INF.
  • node['nexus']['conf']['nexus-webapp-context-path'] - Defaults to /.
  • node['nexus']['conf']['nexus-work'] - Defaults to /var/lib/nexus.
  • node['nexus']['wrapper']['init_mem'] - Defaults to 256.
  • node['nexus']['wrapper']['max_mem'] - Defaults to 768.

Recipes

  • simple-nexus::default

License and Maintainer

Maintainer:: Yauhen Artsiukhou (jsirex@gmail.com)

License:: Apache

Dependent cookbooks

ark >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.0 passed this metric