Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/aws

Development repository for the aws cookbook
https://github.com/sous-chefs/aws

Merge pull request #290 from chef-cookbooks/secondary_ip

Migration to custom resources and general cleanup

af49e0ffbad3c6dcd21f25d274c86f2af6759690 authored over 7 years ago by Tim Smith <[email protected]>
Add create/delete actions to the aws_elb resource

For now this allows us to just do a create and a delete. No updating and no health checks. Mostl...

dad7194ccc7ad0b17f2146992ac4b7557f8606c0 authored over 7 years ago by Tim Smith <[email protected]>
Convert Cloudwatch to a custom resource

Signed-off-by: Tim Smith <[email protected]>

337ea52e329a38dc43a3f1e18e5d9dad136f2ee4 authored over 7 years ago by Tim Smith <[email protected]>
Release 6.0.0

Signed-off-by: Tim Smith <[email protected]>

cab598e9ea0052ebbd50ebfbb0637d65dc2acc88 authored over 7 years ago by Tim Smith <[email protected]>
Make the example pass cookstyle

Signed-off-by: Tim Smith <[email protected]>

9a8f89e20b2856d285b28a111b58f759d83aefe9 authored over 7 years ago by Tim Smith <[email protected]>
Remove extra content from the test recipe

Signed-off-by: Tim Smith <[email protected]>

695062cf10e2703142de376296b30b449d6fe4ba authored over 7 years ago by Tim Smith <[email protected]>
Remove a unnecessary helper method

This is more trouble than it’s worth

Signed-off-by: Tim Smith <[email protected]>

7d04cc60308e7e291df7a47d82bae1eaaf2205d3 authored over 7 years ago by Tim Smith <[email protected]>
Be a bit more clear that this only works in VPCs and the values come from Ohai

Signed-off-by: Tim Smith <[email protected]>

81c1ba24b4812df2682b29bbdddf0b23b0fab98c authored over 7 years ago by Tim Smith <[email protected]>
Remove testing on Ubuntu 14.04

Signed-off-by: Tim Smith <[email protected]>

34fd992f77c9360b715cac18a52469b27295f3d2 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #289 from chef-cookbooks/instance_monitoring

Convert instance_monitoring to a custom resource

7f1deebdc35ca2ba3bc56b36f016e851bcec4e26 authored over 7 years ago by Tim Smith <[email protected]>
Remove carriage returns

Signed-off-by: Tim Smith <[email protected]>

6d7762c5f94f70c3bf58d6a89c5ba114c246ab5d authored over 7 years ago by Tim Smith <[email protected]>
Cleanup the old raid testing logic

Signed-off-by: Tim Smith <[email protected]>

5b72b99c9668334fac68a7b8f11d76478d3ccf32 authored over 7 years ago by Tim Smith <[email protected]>
Use strings vs symbols for Foodcritic

Signed-off-by: Tim Smith <[email protected]>

fdd14dce8a9da23be4d0401cd19c98eb02f0313f authored over 7 years ago by Tim Smith <[email protected]>
Rely on converge_by for the logging

Signed-off-by: Tim Smith <[email protected]>

9156858e4d1f8f5c589462dcc5aeb02debb11747 authored over 7 years ago by Tim Smith <[email protected]>
Consider pending to be enabled as well

Signed-off-by: Tim Smith <[email protected]>

901aaa52e976984fd6a8d0570dadd7f7e54409e4 authored over 7 years ago by Tim Smith <[email protected]>
Convert instance_monitoring to a custom resource

Signed-off-by: Tim Smith <[email protected]>

34d06a420126ba2722fe892518b290ed6173b529 authored over 7 years ago by Tim Smith <[email protected]>
Fix EC2 client loading

Signed-off-by: Tim Smith <[email protected]>

66ed90c0f7dc92caff00f98d87395c961a9380b3 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #287 from chef-cookbooks/auto_gem

Use Chef’s gem install in the metadata to handle gem installation

7674eca2fda1552de0a967a5431e75d115f68470 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #286 from chef-cookbooks/hint

Remove the ec2_hints recipe

1f3d78414f6c948cd0110d3f651cb6cb016d3fba authored over 7 years ago by Tim Smith <[email protected]>
Remove testing for the ec2 hints recipe

Signed-off-by: Tim Smith <[email protected]>

08dee55d77da782ea8908b70c1faea2efe7878c6 authored over 7 years ago by Tim Smith <[email protected]>
Use Chef’s gem install in the metadata to handle gem installation

We lose the ability to specify the gem version, but we simply the code base

Signed-off-by: Tim ...

11a13022b3d25cb016e85e91c9c38906c0e0af49 authored over 7 years ago by Tim Smith <[email protected]>
Remove the ec2_hints recipe

This is not necessary with modern Chef

Signed-off-by: Tim Smith <[email protected]>

b72a9f6bd848f3ede0cea81d9b7c591a160c60d3 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #285 from chef-cookbooks/no_raid

Remove the EBS Raid resource

f422cdefad537a9b325c2339562ab7a451d0a3a9 authored over 7 years ago by Tim Smith <[email protected]>
Remove the EBS Raid resource

1) It doesn't actually work on any new instance types
2) It barely worked before on a small numb...

e4b3458445e285cae9f137820fa2a5fcb3fe4db9 authored over 7 years ago by Tim Smith <[email protected]>
Resolve deprecation warning in the chefspecs

Signed-off-by: Tim Smith <[email protected]>

7df034eedc41827a7977439965c651b4f79e7f3e authored over 7 years ago by Tim Smith <[email protected]>
Release 5.0.1

Signed-off-by: Tim Smith <[email protected]>

c24fc82f99969d54243ad7d6a0c186d283c07bf7 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #284 from sneakycactus/resource_tag_fix

Fix for Issue #283 (error on aws_resource_tag)

a430b7710b773a6d03ee69ca63b33995a2bc2a71 authored over 7 years ago by Tim Smith <[email protected]>
Fix for Issue #283 (error on aws_resource_tag): Updated deprecated Chef::Resource call with valid Chef::ResourceResolver drop-in

Signed-off-by: Chris Hayes <[email protected]>

5bf0e85ee36c9cd72654da9a7ef8fa449b032993 authored over 7 years ago by Chris Hayes <[email protected]>
Update rubocop config

Signed-off-by: Tim Smith <[email protected]>

98a363e9307abb031acf80ed0fc5bcdc46b231ba authored over 7 years ago by Tim Smith <[email protected]>
Release 5.0.0

Signed-off-by: Tim Smith <[email protected]>

ac32f7f59b5353d361db6cf42ed9b7c6136817b9 authored over 7 years ago by Tim Smith <[email protected]>
Require the latest ohai cookbook which fixes Chef 13 compatibility

Signed-off-by: Tim Smith <[email protected]>

9fea1fc2a3d2f1ff5eb4d3710215ed1b3b2f0e62 authored over 7 years ago by Tim Smith <[email protected]>
Merge pull request #274 from knowsis/s3-download-timeouts

Change when presignedurl is calculated

1a036c0dbb67e88c1983988297fbd64b50159ea6 authored over 7 years ago by Steven Murawski <[email protected]>
Update apache2 license string

Signed-off-by: Tim Smith <[email protected]>

b17ac3f295903da29371748933ccf3ebbd41bc15 authored almost 8 years ago by Tim Smith <[email protected]>
Update testing for Chef 13 and use local delivery

Signed-off-by: Tim Smith <[email protected]>

7158b21698bb73830a3ed6ed178cdfcb2860bb50 authored almost 8 years ago by Tim Smith <[email protected]>
Release 4.2.2

Signed-off-by: Tim Smith <[email protected]>

b101055a12f2822a823d6d335902d03f345c740e authored almost 8 years ago by Tim Smith <[email protected]>
Merge pull request #279 from chef-cookbooks/default_ebs

Let the API decide what the default volume type is

9e22e36b405045cec045436b5dd3b639063b63b9 authored almost 8 years ago by Tim Smith <[email protected]>
Let the API decide what the default volume type is

In testing this it’s still standard though.

Signed-off-by: Tim Smith <[email protected]>

4fdd944f867189b5279ba206990c519f029f5f63 authored almost 8 years ago by Tim Smith <[email protected]>
Release 4.2.1

Signed-off-by: Tim Smith <[email protected]>

12aabb184ec9eb4ea77d45406eafea140a5c3b1a authored almost 8 years ago by Tim Smith <[email protected]>
Merge pull request #278 from chef-cookbooks/minor_updates

Chef 13 compatibility + test updates

c9fdd56d3268bdc534e6add5b61ed51755dc8830 authored almost 8 years ago by Tim Smith <[email protected]>
Remove Suse 13.2 testing. It's EOL

Signed-off-by: Tim Smith <[email protected]>

9f82e3666c35ab1198d8de00192b0487c4f0174a authored almost 8 years ago by Tim Smith <[email protected]>
Remove more already defined properties in s3_file

Signed-off-by: Tim Smith <[email protected]>

216dacc042d0860e5ae5a8468a7a9ebd2b7d2a35 authored almost 8 years ago by Tim Smith <[email protected]>
Remove the sensitive attribute for Chef 13 compatibility

Signed-off-by: Tim Smith <[email protected]>

d10dc290148baa3bd25a1301537d0154ead29cd9 authored almost 8 years ago by Tim Smith <[email protected]>
Minor testing updates

Signed-off-by: Tim Smith <[email protected]>

12cd9e3a6647cc4c792b668c37571bfd39328a9c authored almost 8 years ago by Tim Smith <[email protected]>
Calculate the presigned url after the md5 check as it may timeout when the existing file is very large

Signed-off-by: Mark Unsworth <[email protected]>

c18b89ac6b36dd93d43eda1f741c2d6a36ac6446 authored almost 8 years ago by Mark Unsworth <[email protected]>
Make the ebs_raid test cheaper to run and fix apt failure

Signed-off-by: Tim Smith <[email protected]>

c3f4423220c45cbdcbdd1d3b60f489ddc16eda15 authored almost 8 years ago by Tim Smith <[email protected]>
Fix formatting in the resource section

Signed-off-by: Tim Smith <[email protected]>

cd3bfaa4a94a6f75934209f635e56b4c829e8589 authored almost 8 years ago by Tim Smith <[email protected]>
Better document what this cookbook does and the resources it includes

Signed-off-by: Tim Smith <[email protected]>

65a70c54fdfcf79bb4cf07735393483a429069ef authored almost 8 years ago by Tim Smith <[email protected]>
Add ebs_raid example

Signed-off-by: Tim Smith <[email protected]>

76cb176ee0b9bba4e78731215d87197bb1969dc5 authored almost 8 years ago by Tim Smith <[email protected]>
Use native inspec format

Signed-off-by: Tim Smith <[email protected]>

5c0f7cbf9625e7a1318755782908197654547825 authored almost 8 years ago by Tim Smith <[email protected]>
Remove Ubuntu 12.04 from Test Kitchen matrix

These tests actually cost us money so lets test more recent distros

Signed-off-by: Tim Smith <t...

a6bf0c8b95f40b3d202405aa0b24c8989a95385c authored almost 8 years ago by Tim Smith <[email protected]>
Update instances to test via Test Kitchen

Signed-off-by: Tim Smith <[email protected]>

a5b4af302f2e1990495823322344f4722d3c0323 authored almost 8 years ago by Tim Smith <[email protected]>
Doc tweaks

Signed-off-by: Tim Smith <[email protected]>

b6fefbed7a17ba7f09797e57da220b462d3683f7 authored almost 8 years ago by Tim Smith <[email protected]>
Testing updates

Signed-off-by: Tim Smith <[email protected]>

b02a4a3a8ce37027238282dfd2355d4b7a1bbc81 authored almost 8 years ago by Tim Smith <[email protected]>
Release 4.2.0

Signed-off-by: Tim Smith <[email protected]>

db0cc7d9bf79443e19326491560c31e48c814f14 authored almost 8 years ago by Tim Smith <[email protected]>
Format tweaks

Signed-off-by: Tim Smith <[email protected]>

81bb1dee741a402ec9d00b0f9a37c4f28e06b4ae authored almost 8 years ago by Tim Smith <[email protected]>
Cookstyle fixes

Signed-off-by: Tim Smith <[email protected]>

b177d7f87e55139959a2397284b0754726387f93 authored almost 8 years ago by Tim Smith <[email protected]>
Merge pull request #268 from arunbhagyanath/cloudwatch

Updated README for Cloudwatch

1a953d894be89ad842991f58c13cd3f0678fe4bf authored almost 8 years ago by Tim Smith <[email protected]>
Adding README

Signed-off-by: Arun Bhagyanath <[email protected]>

72e2f820145d8df55326b97b687029910a0b8a3e authored almost 8 years ago by Arun Bhagyanath <[email protected]>
Merge pull request #267 from arunbhagyanath/cloudwatch

Cloudwatch

6a8778bf886df23a7e29f396e45be0b065f64c2e authored almost 8 years ago by Tim Smith <[email protected]>
Reverted version bump

Signed-off-by: Arun Bhagyanath <[email protected]>

88c85074c30b731ec68f08ea2110d50d89e75d55 authored almost 8 years ago by Arun Bhagyanath <[email protected]>
Cloudwatch Implementation

Signed-off-by: Arun Bhagyanath <[email protected]>

c689fad6bbba51f2dc36a7d272bcbae9db21fd15 authored almost 8 years ago by Arun Bhagyanath <[email protected]>
Cloudwatch Implementation

Signed-off-by: Arun Bhagyanath <[email protected]>

34e0e0ae598aa74041ba37ff3e53afdd49fe489e authored almost 8 years ago by Arun Bhagyanath <[email protected]>
Merge pull request #266 from evertrue/evertrue/eherot/delete_on_termination_readme_fix

Add ec2:ModifyInstanceAttribute to sample IAM policy (fixes #241)

b3162e70bade138c05bce6745954f6b8b97854eb authored almost 8 years ago by Tim Smith <[email protected]>
README: Add ec2:ModifyInstanceAttribute to sample IAM policy (fixes #241)

3fcabbd538a2bc840afd84575c0d538c512bd929 authored almost 8 years ago by Eric Herot <[email protected]>
Test in Travis using the current build of chef/chef docker image

cf4bee983834f4b2caa19d1d3cfa70bc20c9b6c4 authored about 8 years ago by Tim Smith <[email protected]>
Update copyright headers

Signed-off-by: Tim Smith <[email protected]>

f2fda12470ee366fa742111cdeda545e773d67ef authored about 8 years ago by Tim Smith <[email protected]>
Release 4.1.3

Signed-off-by: Tim Smith <[email protected]>

d70d1564c027117b73bb74169183b45f43f1df14 authored about 8 years ago by Tim Smith <[email protected]>
Merge pull request #264 from meringu/patch-1

Dont declare region twice for aws_s3_file

8067dd882ae3808dec656d7c67e3c26860e42ed8 authored about 8 years ago by Tim Smith <[email protected]>
Dont declare region twice

e7ac264b7a4808f246d85e621bc7c2981e796cd9 authored about 8 years ago by Henry Muru Paenga <[email protected]>
Release 4.1.2

Signed-off-by: Tim Smith <[email protected]>

01d9597af9da31641b11270aaf81902bbbb572ae authored about 8 years ago by Tim Smith <[email protected]>
Resolve cookstyle warning and update PR template

Signed-off-by: Tim Smith <[email protected]>

9c4d4b558e719d0f96db50f3b84155a3932ca963 authored about 8 years ago by Tim Smith <[email protected]>
Merge pull request #262 from davidcpell/add-resource-matchers

add matcher definitions in matchers.rb

ff931c7baf207eedd6ce96c7dbc0809863a0afa8 authored about 8 years ago by Tim Smith <[email protected]>
move definitions inside of 'if defined?' block

Signed-off-by: David Pell <[email protected]>

e41c67c839ea515d16d7519885568cccdb68460e authored about 8 years ago by David Pell <[email protected]>
add matcher definitions in matchers.rb

Signed-off-by: David Pell <[email protected]>

ab8d0a3907fb564a2248c84321242b98da419eaa authored about 8 years ago by David Pell <[email protected]>
Release 4.1.1

Signed-off-by: Tim Smith <[email protected]>

d7a22170be9e9e9848a7a11279382f727dfb20a9 authored over 8 years ago by Tim Smith <[email protected]>
Merge pull request #255 from yossigo/fix_volume_errors

Fix false "volume no longer exists" errors.

ba8d4b07705f82811c32c4933201711e4b066391 authored over 8 years ago by Tim Smith <[email protected]>
Clarify the minimum ohai cookbook version needed

Signed-off-by: Tim Smith <[email protected]>

0917ef542dbd16c486f9a05664d3225cfcfe818b authored over 8 years ago by Tim Smith <[email protected]>
Use alias_method to cleanup backwards compatibility in s3_file

alias_method allows us to retain the old property names with minimal effort. This also removes t...

579db4d7d22b313dedde8e4f771a956a3a48c2b3 authored over 8 years ago by Tim Smith <[email protected]>
Release 4.1.0

Signed-off-by: Tim Smith <[email protected]>

a9c687f7598d4f8e1e6d54ec609cefd1aa5a6657 authored over 8 years ago by Tim Smith <[email protected]>
Merge branch 'aegixx-master'

3262799db6ca2df2bbcd6b8b461d9dffa240a06a authored over 8 years ago by Tim Smith <[email protected]>
Merge branch 'master' of git://github.com/aegixx/aws into aegixx-master

# Conflicts:
# providers/s3_file.rb

3eea575d61f6ad019f8a1f8f895316d1470ece5f authored over 8 years ago by Tim Smith <[email protected]>
Remove Chef 11 compatibility code

Signed-off-by: Tim Smith <[email protected]>

92b001404ff9f1240e52f618d885059da60e6499 authored over 8 years ago by Tim Smith <[email protected]>
Require ohai 4.0+ cookbook and use new compile_time method

Signed-off-by: Tim Smith <[email protected]>

5dcc1a020c22f42f3731b531d2edf84e7e7512f8 authored over 8 years ago by Tim Smith <[email protected]>
Disable fast finish

Signed-off-by: Tim Smith <[email protected]>

8a262f16ac58d3010b5a3a9d4bf498ecc111047f authored over 8 years ago by Tim Smith <[email protected]>
Fix the instance names in Travis

Signed-off-by: Tim Smith <[email protected]>

3565dd2f7e582039ccaf5f0453d8e5b0969a8504 authored over 8 years ago by Tim Smith <[email protected]>
Release 4.0.0

Signed-off-by: Tim Smith <[email protected]>

3eeed2272e50c29d8c1e98dd383b2707578a0bad authored over 8 years ago by Tim Smith <[email protected]>
Remove chef 11 compat in the metadata

Signed-off-by: Tim Smith <[email protected]>

b701bb09ce50b22851ed141b691605ebfdafe842 authored over 8 years ago by Tim Smith <[email protected]>
Update maintainers wording and format [skip-ci]

c55f5270151f419afaa1215a3dcb37b84fd4faaa authored over 8 years ago by Tim Smith <[email protected]>
Remove chef 11 compat in the metadata

Signed-off-by: Tim Smith <[email protected]>

c27128fad41edce7457fe9c56877b2e5e84ca86b authored over 8 years ago by Tim Smith <[email protected]>
Remove the ohai reload on every run in the hint recipe

ohai_hint does the reload when the hint file is dropped so this just makes chef runs take longer...

ff558aba08dbc90576039d4bfacc42e75805323f authored over 8 years ago by Tim Smith <[email protected]>
Use doc formatter in Chefspec and avoid deprecation warnings

Signed-off-by: Tim Smith <[email protected]>

aadaa643dfaf5db1c02d4d61b36e171d6b2cf5c1 authored over 8 years ago by Tim Smith <[email protected]>
Warn in the logs if the default recipe is included

People should be warned that this isn't going to do anything

Signed-off-by: Tim Smith <tsmith@c...

0c3240e2d8abbbce5a37d4159dafb02e02fa95ec authored over 8 years ago by Tim Smith <[email protected]>
Update copyrights

Signed-off-by: Tim Smith <[email protected]>

300577cc65fe56bc1b228cdacbfb42e88f6bd0c7 authored over 8 years ago by Tim Smith <[email protected]>
Use node.normal instead of node.set to avoid deprecation notices

Signed-off-by: Tim Smith <[email protected]>

a053c5af4514d7987b667762f1f3622a1bda6af8 authored over 8 years ago by Tim Smith <[email protected]>
Require Chef 12 or later

Signed-off-by: Tim Smith <[email protected]>

bdfad88c714503cd980b3e2dda649f857eb285ae authored over 8 years ago by Tim Smith <[email protected]>
Testing updates

Signed-off-by: Tim Smith <[email protected]>

2f6a582d15107f73c0a1dc56c7e55c69d8706ea7 authored over 8 years ago by Tim Smith <[email protected]>
Fix false "volume no longer exists" errors.

In some cases the AWS response to describe volumes can be stale. The
correct behavior in this c...

842b4f62462717c5e7355404dc81e8cdf5032d9d authored over 8 years ago by Yossi Gottlieb <[email protected]>
Release 3.4.1

Signed-off-by: Tim Smith <[email protected]>

1dfcf12a4bd9920dd8fac3bb73646b5d7031a825 authored over 8 years ago by Tim Smith <[email protected]>
Testing framework updates

Signed-off-by: Tim Smith <[email protected]>

6261d7d52953105a8f913cca6f1c5db688158b39 authored over 8 years ago by Tim Smith <[email protected]>
Merge pull request #250 from darwin67/fix-not-functioning-method

Modified find_snapshot_id method to make it work as intended

9cbd14fa7c2f833b9533af576bcff50cd14a410a authored over 8 years ago by Tim Smith <[email protected]>