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

galoshes (2) Versions 0.1.0

Manage AWS services with Chef

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

chef-galoshes

This cookbook manages AWS services including: Autoscaling Groups, DNS Zones and Records, Elastic Load Balancers, Security Groups, VPC's and Subnets.

Build Status
Code Climate

Getting Started

See this page for an introduction to using galoshes.

Attributes

Attributes have default values set in attributes/default.rb. The aws_access_key_id
and aws_secret_access_key are set to the values in databag('aws', 'main') to reduce
duplication for users of the aws cookbook.

General attributes:

  • node['galoshes']['aws_access_key_id']: AWS credentials to use if they are not specified for the individual resources.
  • node['galoshes']['aws_secret_access_key']: AWS credentials to use if they are not specified for the individual resources.
  • node['galoshes']['region']: AWS region to use if not specified for the individual resources.

Resources

Autoscaling Groups

DNS

VPC

Recipes

This cookbook intended to be used primarily with a wrapper cookbook.

The default recipe should be included wherever galoshes is used to ensure
dependencies like fog are available.

default

Primarily ensures dependencies are met.

Usage

This cookbook is intended to be used with a wrapper cookbook. An example
is in the works.

License and Authors

  • Author: Benjamin Pillet <ben_pillet@yahoo.com>
  • Copyright 2014, Benjamin Pillet

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

build-essential >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.0 passed this metric