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

ice (2) Versions 0.2.14

Installs/Configures ice

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

Ice Cookbook

This is an application cookbook for installing the Netflix Ice AWS usage and
cost reporting application.

Requirements

  • Chef 11 or higher
  • Ruby 1.9.3 or higher
  • This cookbook requires attributes be set based on the instructions for configuring the Netflix Ice application.
  • You will also need to enable Amazon's programmatic billing access to receive detailed billing reports.

Platform

Tested on

  • Ubuntu 14.04
  • Ubuntu 12.04
  • Centos 6.4

Other Debian and RHEL family distributions are assumed to work but YMMV.

Attributes

In order to keep the README managable and in sync with the attributes, this
cookbook documents attributes inline. The usage instructions and default
values for attributes can be found in the individual attribute files.

Dependencies

The following cookbooks are dependencies:

Usage

This recipe allows you to deploy Netflix Ice as a standalone node running both the
processor and reader or as seperate nodes running a processor and a reader which is the
deployment layout that the Netflix Ice team recommends.

Here is a sample role for creating an Ice processor node:
YAML
chef_type: role
default_attributes:
description:
env_run_lists:
json_class: Chef::Role
name: ice-processor
override_attributes:
ice:
billing_aws_access_key_id: YOURAWSKEYID
billing_aws_secret_key: YOURAWSSECRETKEY
billing_s3_bucket_name: ice-billing
version: 0.0.4
war_url: https://s3.amazonaws.com/dl.imedidata.net/ice
checksum: eb9e7503585553bdebf9d93016bcbe7dc033c21e2b1b2f0df0978ca2968df047
skip_manifest_check: false
company_name: Company Name
force_deploy: false
processor:
enabled: true
reader:
enabled: false
start_millis: 1357016400000
work_s3_bucket_name: ice-work
tomcat:
catalina_options: -Xmx1024M -Xms1024M
run_list:
recipe[ice]

Here is a sample role for creating an Ice reader node:
YAML
chef_type: role
default_attributes:
description:
env_run_lists:
json_class: Chef::Role
name: ice-reader
override_attributes:
ice:
billing_aws_access_key_id: YOURAWSKEYID
billing_aws_secret_key: YOURAWSSECRETKEY
billing_s3_bucket_name: ice-billing
version: 0.0.4
war_url: https://s3.amazonaws.com/dl.imedidata.net/ice
checksum: eb9e7503585553bdebf9d93016bcbe7dc033c21e2b1b2f0df0978ca2968df047
skip_manifest_check: false
company_name: Company Name
force_deploy: false
processor:
enabled: false
reader:
enabled: true
start_millis: 1357016400000
work_s3_bucket_name: ice-work
tomcat:
catalina_options: -Xmx1024M -Xms1024M
run_list:
recipe[ice]

Development

Please see the [Contributing](CONTRIBUTING.md) and [Issue Reporting](ISSUES.md) Guidelines.

License & Authors

Copyright 2015 Medidata Solutions Worldwide

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

java >= 0.0.0
apt >= 0.0.0
nginx >= 0.0.0
openssl >= 0.0.0
logrotate >= 0.0.0
chef-sugar >= 0.0.0
artifact >= 1.9.0
tomcat >= 0.14.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.2.14

Improvement

  • Updated documentation. [@rayrod2030]

v0.2.13:

Bug Fix

  • Fixed bug just having custom port number broke links on the site. @akshah123

v0.2.12:

Feature

  • Added attribute and logic for processing and displaying custom resource tags. [@rayrod2030]

v0.2.11:

Improvement

  • Added attribute for configuring the nginx port. @akshah123

  • Upgraded the artifact cookbook to 1.9.0 to avoid issues with librarian.

v0.2.10:

Improvement

  • Nginx site template configuration can now be completely customized by setting the
    nginx_config and nginx_config_cookbook attributes to point to a custom cookbook and
    configuration template. @rampire

  • Added the Ice IAM role attribute which is added to the system properties if an IAM
    role is used for authentication. If aws keys and secrets are used instead teh IAM
    role defaults to 'ice' and is ignored by Ice.

  • Updated README.

v0.2.9:

Improvement

  • Upgraded the ice war version we default to from the default attributes file to 0.0.3. This build should include all updates to ice master on https://www.github.com/netflix/ice as of July 11, 2013 and commit: netflix/ice@9c11c8b

v0.2.8:

Improvement

  • Add Apache V2 license to cookbook

Collaborator Number Metric
            

0.2.14 failed this metric

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

Contributing File Metric
            

0.2.14 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.14 passed this metric

No Binaries Metric
            

0.2.14 passed this metric

Testing File Metric
            

0.2.14 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.14 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