cookbook 'galoshes', '~> 0.1.1'
galoshes (2) Versions 0.1.1 Follow0
Manage AWS services with Chef
cookbook 'galoshes', '~> 0.1.1', :supermarket
knife supermarket install galoshes
knife supermarket download galoshes
galoshes
This cookbook manages AWS services including: Autoscaling Groups, DNS Zones and Records, Elastic Load Balancers, Security Groups, VPC's and Subnets.
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
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.1 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.1 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.1.1 failed this metric
FC064: Ensure issues_url is set in metadata: galoshes/metadata.rb:1
FC065: Ensure source_url is set in metadata: galoshes/metadata.rb:1
FC066: Ensure chef_version is set in metadata: galoshes/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: galoshes/metadata.rb:1
FC069: Ensure standardized license defined in metadata: galoshes/metadata.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/mixin_delete.rb:8
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:38
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:58
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:66
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:60
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:73
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:46
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:59
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:63
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:36
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:44
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_load_balancer.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:43
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:79
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:86
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:34
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:57
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:76
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 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.1.1 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
0.1.1 failed this metric
0.1.1 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.1.1 failed this metric
FC064: Ensure issues_url is set in metadata: galoshes/metadata.rb:1
FC065: Ensure source_url is set in metadata: galoshes/metadata.rb:1
FC066: Ensure chef_version is set in metadata: galoshes/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: galoshes/metadata.rb:1
FC069: Ensure standardized license defined in metadata: galoshes/metadata.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/mixin_delete.rb:8
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:38
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:58
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:66
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:60
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:73
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:46
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:59
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:63
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:36
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:44
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_load_balancer.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:43
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:79
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:86
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:34
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:57
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:76
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 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.1.1 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
0.1.1 failed this metric
FC065: Ensure source_url is set in metadata: galoshes/metadata.rb:1
FC066: Ensure chef_version is set in metadata: galoshes/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: galoshes/metadata.rb:1
FC069: Ensure standardized license defined in metadata: galoshes/metadata.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/mixin_delete.rb:8
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:38
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:58
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_autoscaling_group.rb:66
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:60
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_base.rb:73
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:46
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_record.rb:59
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_dns_zone.rb:63
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:36
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_launch_configuration.rb:44
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_load_balancer.rb:39
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:43
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:79
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_security_group.rb:86
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:34
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:57
FC085: Resource using new_resource.updated_by_last_action to converge resource: galoshes/libraries/provider_server.rb:76
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.1 passed this metric
Testing File Metric
0.1.1 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.1.1 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
0.1.1 failed this metric
0.1.1 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