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

stackify_agent (2) Versions 0.1.0

Installs/Configures Stackify Agent

Policyfile
Berkshelf
Knife
cookbook 'stackify_agent', '= 0.1.0', :supermarket
cookbook 'stackify_agent', '= 0.1.0'
knife supermarket install stackify_agent
knife supermarket download stackify_agent
README
Dependencies
Quality 29%

stackify_agent cookbook

Description

Cookbook provides Stackify Linux Agent installation.

Requirements

Cookbooks

  • tar

Platforms

  • Ubuntu 12.04 or higher
  • Debian 6 or higher
  • Fedora 19 or higher
  • CentOS 5 or higher
  • RedHat Enterprise Linux 5 or higher
  • Amazon Linux

Attributes

default.rb:

Required

  • node['stackify']['stackify_agent']['environment'] - Stackify environment name.
  • node['stackify']['stackify_agent']['key'] - Stackify activation key.

Optional

HTTP Proxy Configuration
  • node['stackify']['stackify_agent']['proxy']['host'] - Hostname/IP of HTTP proxy.
  • node['stackify']['stackify_agent']['proxy']['port'] - Port of HTTP proxy.
  • node['stackify']['stackify_agent']['proxy']['cert_filename'] - The certificates that are used by the proxy may not be trusted by the \ default trust manager in Java. By using this property, the Stackify agent will trust the certificates coming from the proxy. The property should be set to the full path of the proxy's certificate. This setting is optional, but may be required depending on your configuration.
Service Discovery Toggles
  • node['stackify']['stackify_agent']['discovery']['apache'] - Discover Apache webapps, defaults to true.
  • node['stackify']['stackify_agent']['discovery']['nginx'] - Discover NGINX webapps, defaults to true.
  • node['stackify']['stackify_agent']['discovery']['jboss'] - Discover JBoss webapps, defaults to true.
  • node['stackify']['stackify_agent']['discovery']['tomcat'] - Discover Tomcat webapps, defaults to true.
  • node['stackify']['stackify_agent']['discovery']['nodejs'] - Discover Node.js webapps, defaults to true.
Additional Options
  • node['stackify']['stackify_agent']['uid'] - Custom ID for stackify user.
  • node['stackify']['stackify_agent']['gid'] - Custom ID for stackify group.
  • node['stackify']['stackify_agent']['docker'] - Use when installing on a docker host. Adds stackify user to docker user group. Defaults to false.
  • node['stackify']['stackify_agent']['disablesudo'] - Install with restricted permissions for stackify user, defaults to false.
  • node['stackify']['stackify_agent']['agent_url'] - Override download URL for Stackify Agent.

Dependent cookbooks

tar >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Contributing File Metric
            

0.1.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.1.0 failed this metric

FC066: Ensure chef_version is set in metadata: stackify_agent/metadata.rb:1
FC068: Ensure license is set in metadata: stackify_agent/metadata.rb:1
FC069: Ensure standardized license defined in metadata: stackify_agent/metadata.rb:1
Run with Foodcritic Version 12.2.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

0.1.0 failed this metric

stackify_agent does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.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.1.0 passed this metric