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

The chef-analytics cookbook has been deprecated

Author provided reason for deprecation:

The chef-analytics cookbook has been deprecated and is no longer being maintained by its authors. Use of the chef-analytics cookbook is no longer recommended.

RSS

chef-analytics (4) Versions 0.2.0

Installs/Configures chef-analytics

Policyfile
Berkshelf
Knife
cookbook 'chef-analytics', '= 0.2.0', :supermarket
cookbook 'chef-analytics', '= 0.2.0'
knife supermarket install chef-analytics
knife supermarket download chef-analytics
README
Dependencies
Changelog
Quality -%

chef-analytics Cookbook

Build Status

This cookbook configures a system to be a standalone Chef Analytics Server. It
will install the appropriate platform-specific opscode-analytics Omnibus
package from Package Cloud and perform the initial configuration.

Requirements

This cookbook is tested with Chef (client) 12. It may work with or
without modification on earlier versions of Chef, but Chef 12 is
recommended.

This cookbook will also not properly install analytics unless you have copied
actions-source.json into /etc/opscode-analytics from your chef-server.

Cookbooks

  • chef-ingredient cookbook

Platform

This cookbook is tested on the following platforms using the
Test Kitchen .kitchen.yml in the repository.

  • Ubuntu 12.04 64-bit

Attributes

chef-analytics::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['chef-analytics']['version']</tt></td>
<td>String</td>
<td>What version of analytics to install</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['chef-analytics']['package_source']</tt></td>
<td>String</td>
<td>Anything other than package cloud</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['chef-analytics']['api_fqdn']</tt></td>
<td>String</td>
<td>FQDN of host</td>
<td><tt>node['fqdn']</tt></td>
</tr>
<tr>
<td><tt>['chef-analytics']['configuration']</tt></td>
<td>Hash</td>
<td>Arbitrary config to add to opscode-analytics.rb</td>
<td><tt>{}</tt></td>
</tr>
<tr>
<td><tt>['chef-analytics']['accept_license']</tt></td>
<td>Boolean</td>
<td>Boolean value indicating you agree to the Chef MLSA</td>
<td><tt>false</tt></td>
</tr>
</table>

Usage

chef-analytics::default

Add chef-analytics to your run list.

License and Authors

  • Author: Elliott Davis edavis@chef.io
  • Copyright 2012-2015, Chef Software, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

chef-ingredient >= 0.12.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

chef-analytics CHANGELOG

This file is used to list changes made in each version of the chef-analytics cookbook.

0.1.0

  • Initial release of chef-analytics

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

No quality metric results found