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

boundary_meter (5) Versions 0.2.4

Installs/Configures boundary_meter

Policyfile
Berkshelf
Knife
cookbook 'boundary_meter', '~> 0.2.4', :supermarket
cookbook 'boundary_meter', '~> 0.2.4'
knife supermarket install boundary_meter
knife supermarket download boundary_meter
README
Dependencies
Changelog
Quality 33%

boundary_meter

Build Status

A cookbook to install and configure the Boundary meter (http://www.boundary.com)

Supported Platforms

  • RHEL (and variants)
  • Ubuntu

Attributes

Key Type Description Default
[:boundary][:api][:hostname] string Hostname of the API server api.boundary.com
[:boundary][:api][:org_id] string Boundary organization ID org_id
[:boundary][:api][:key] string Boundary API key "api_key"
[:boundary][:hostname] string Hostname of the node node[:fqdn]
[:boundary][:meter][:bin_path] string Path to boundary-meter binary /usr/bin
[:boundary][:meter][:etc_path] string Path to boundary-meter config /etc/boundary
[:boundary][:meter][:collector][:hostname] string Path to Boundary collector collector.boundary.com
[:boundary][:meter][:collector][:port] string Boundary collector port 4740
[:boundary][:meter][:tags] string[] Array of tags for Boundary []
[:boundary][:meter][:enabled] boolean Enables/disables boundary-meter true
[:boundary][:meter][:yum][:url] string URL for Boundary yum repo https://yum.boundary.com
[:boundary][:meter][:apt][:url] string URL for Boundary apt repo https://apt.boundary.com

Usage

boundary_meter::default

Include boundary_meter in your node's run_list:

{
  "run_list": [
    "recipe[boundary_meter::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Nolan Davidson (nolan.davidson@gmail.com)

Dependent cookbooks

chef-sugar >= 0.0.0
yum > 3.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.2.3

  • Fixed bug that caused install_linux.rb to crash if tag attrib is blank

v0.2.2

  • Cleaned up metadata.rb and changed license

v0.2.1

  • Added rest of attributes to README

v0.2.0

  • Initial release

Collaborator Number Metric
            

0.2.4 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.4 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.4 failed this metric

FC064: Ensure issues_url is set in metadata: boundary_meter/metadata.rb:1
FC065: Ensure source_url is set in metadata: boundary_meter/metadata.rb:1
FC066: Ensure chef_version is set in metadata: boundary_meter/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.4 passed this metric

Testing File Metric
            

0.2.4 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.4 passed this metric