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

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

Policyfile
Berkshelf
Knife
cookbook 'simple-nexus', '~> 0.2.0', :supermarket
cookbook 'simple-nexus', '~> 0.2.0'
knife supermarket install simple-nexus
knife supermarket download simple-nexus
README
Dependencies
Quality 17%

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']['lock'] - Defaults to /var/lib/nexus/nexus.lock.
  • 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)
Source:: https://github.com/jsirex/simple-nexus-cookbook
Issues:: https://github.com/jsirex/simple-nexus-cookbook/issues

License:: Apache

Dependent cookbooks

ark >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.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.2.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.2.0 failed this metric

FC009: Resource attribute not recognised: simple-nexus/recipes/default.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.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.2.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