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

Installs/Configures boundary_meter

Policyfile
Berkshelf
Knife
cookbook 'boundary_meter', '= 0.2.1', :supermarket
cookbook 'boundary_meter', '= 0.2.1'
knife supermarket install boundary_meter
knife supermarket download boundary_meter
README
Dependencies
Changelog
Quality -%

boundary_meter-cookbook

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

  • Added rest of attributes to README

v0.2.0

  • Initial release

No quality metric results found