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-hazelcast (5) Versions 1.0.2

Installs only hazelcast

Policyfile
Berkshelf
Knife
cookbook 'simple-hazelcast', '~> 1.0.2', :supermarket
cookbook 'simple-hazelcast', '~> 1.0.2'
knife supermarket install simple-hazelcast
knife supermarket download simple-hazelcast
README
Dependencies
Quality 33%

Description

This cookbook installs Hazelcast in very basic manner.

Usage

Modify default['hazelcast']['download_url'] and default['hazelcast'][checksum'] to change hazelcast version.
Jar name to use will be extracted from this url.

Configuration

Class path

There is hash node['hazelcast']['class_path']. Add your custom class pathes here.
Key is for name, value is actual path for class path. Hazelcast jar will be automatically added here.

Java opts

There is hash node['hazelcast']['java_opts']. Add your custom java options here.
Use it to configure both java and hazelcast.
Key is for name, value is actual java option string passed as argument to command line.

Provide your own hazelcast.xml for this in your wrapper cookbook.

Requirements

Platform:

  • debian
  • centos

Cookbooks:

  • ark (>= 0.9)
  • runit (>= 1.6)

Attributes

  • node['hazelcast']['user'] - Defaults to hazelcast.
  • node['hazelcast']['group'] - Defaults to hazelcast.
  • node['hazelcast']['home'] - Defaults to /opt/hazelcast.
  • node['hazelcast']['download_url'] - Defaults to https://oss.sonatype.org/content/repositories/releases/com/hazelcast/hazelcast-all/3.4.2/hazelcast-all-3.4.2.jar.
  • node['hazelcast']['checksum'] - Defaults to d80efb8c56373bd175f8a45f300ba3a33d007be2413ccc62a848ade54af04a17.
  • node['hazelcast']['java_home'] - Defaults to nil.
  • node['hazelcast']['java_opts'] - Defaults to { ... }.
  • node['hazelcast']['class_path'] - Defaults to { ... }.

Recipes

  • simple-hazelcast::default - Installs only hazelcast

License and Maintainer

Maintainer:: Yauhen Artsiukhou (jsirex@gmail.com)
Source:: https://github.com/jsirex/simple-hazelcast-cookbook
Issues:: https://github.com/jsirex/simple-hazelcast-cookbook/issues

License:: apache 2

Dependent cookbooks

ark >= 0.9
runit >= 1.6

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.2 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.2 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.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

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