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 #183 from shortdudey123/add_needed_gem_require

Add require 'aws-sdk' as needed

7d61a166f2d3a6e04e95fcf93f602490a70a9b82 authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #190 from knorby/assumerole

Adding support for AssumeRole credentials

daaa61c46a72a54f3bf32adddcfb50503d8de116 authored almost 9 years ago by Tim Smith <[email protected]>
Re-added secondary_ip info to README

710e20fd2532639b629369a667d999ffbf32c1e2 authored almost 9 years ago by Richard Guin <[email protected]>
Perm fix

103f8a4ce90714dee3e9b0a50b7c79027f38e02f authored almost 9 years ago by Richard Guin <[email protected]>
Merge remote-tracking branch 'upstream/master' into secondary_ip_windows_fix

7cf47d82d930c93c8587de59e150ca4e7f43a7f7 authored almost 9 years ago by Richard Guin <[email protected]>
Minor README fixes

94176c46618f18682f6af08ab8afcaf6e9203e57 authored almost 9 years ago by Richard Guin <[email protected]>
Updated README with secondary_ip info

aa516a2d5afaa8f4f380e186050a232963c04b75 authored almost 9 years ago by Richard Guin <[email protected]>
Made eth0 references more generic to support Windows, and allow an

assignable IP instead of any available

32dce25d45e8bef0aaf4b3e1266d24794e64c825 authored almost 9 years ago by Richard Guin <[email protected]>
Adding support for AssumeRole credentials

3b4ffa98fe0a506961f6370694644ad224224c09 authored about 9 years ago by Karl Norby <[email protected]>
Update default.rb

Adjust pessimistic version constraint to the major and minor. AWS-SDK project has demonstrated g...

c1ea396a68df3af73264d905a52e042cc1040c92 authored about 9 years ago by Mark Ayers <[email protected]>
Merge pull request #160 from ubiquitousthey/region_from_attribute

Use attribute for region if not in ec2

7c68788f2a4de5b5ee0bb8f51e77eb8c90d8efc6 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #186 from chef-cookbooks/readme

Readme improvements

065c9a660eaee4211d8b85dcd15a031b0fce17e2 authored about 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #187 from chef-cookbooks/misc

Multiple misc changes

786c80421c09095b06362631975058839e60904f authored about 9 years ago by Mike Fiedler <[email protected]>
Move to-do items to a rubocop todo file

9549c4adc3c152471a2978243fc6e2f16bbfe8b6 authored about 9 years ago by Tim Smith <[email protected]>
Remove digital ocean gem

We have no need for this now that we don't test via digital ocean

06e1be11d60ef5d8d0100f00c2d8f592ba634f98 authored about 9 years ago by Tim Smith <[email protected]>
Remove omnibus line from kitchen config

We want to test on Chef 12 not an old 11 release

900b2e2c4cafd319cea77358dab9081bd8194869 authored about 9 years ago by Tim Smith <[email protected]>
Update ignore files

bd1f3dc0cdab560348ed893a88cf046f4c06c7d5 authored about 9 years ago by Tim Smith <[email protected]>
Fix auto wrap mistakes

0b1c84544e6d99865a06d625d3f562109d63ad8d authored about 9 years ago by Tim Smith <[email protected]>
LWRP attributes are now called properties

01c80b70db3d91d86822ffb28288210a8e3b39c1 authored about 9 years ago by Tim Smith <[email protected]>
Update text blocks, improve wording, add aws_security link

6da5db6577ae790730b71fe18efd2215ea8aedee authored about 9 years ago by Tim Smith <[email protected]>
Auto reformat markdown in the readme

268c28ac6ab953c586818f4888cb7483530e27bc authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #185 from chef-cookbooks/bump_gem

Update to SDK version 2.2.3

699bf55c93dd73e0daf646855093f8a51eb4bc8e authored about 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #165 from needle-cookbooks/EbsEncryptedRaidFix

EBSEncryptedRaid fixes to AWS cookbook 2.7.2 (Issue #164)

7fdf3b96e6391c9b51a2ba9d7fdf4f3367309167 authored about 9 years ago by Tim Smith <[email protected]>
Update to SDK version 2.2.3

There's been an enormous number of improvements and bug fixes between
our current release and 2.2.3

990d2a2af77b12fe7c81ce05b935676e3b928da1 authored about 9 years ago by Tim Smith <[email protected]>
Update ebs_volume.rb

5ce9552d8c1cea74a0f7b08300e2e03a58cee186 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #178 from nsdavidson/ebs_delete-167

adding delete_on_termination attribute for ebs_volume (Issue #167)

ee7ca7a38c5e1a8a983f477c4e795f0531708617 authored about 9 years ago by Tim Smith <[email protected]>
resolving resources/ebs_volume.rb conflict

24fe08ba34ba9abf52cf766d0330320f4ce35f5c authored about 9 years ago by Nolan Davidson <[email protected]>
Add require 'aws-sdk' as needed

The aws-sdk gem namespace was being called before it was required.
Solves https://github.com/che...

dfbe1ea863469ea9870033cd7b6428e4b5326546 authored about 9 years ago by Grant Ridder <[email protected]>
Remove the check around use_inline_resources

No need to for Chef 10 compat here anymore

ae0ac8cfe7553ad210dd8198e07faf6844cd797d authored about 9 years ago by Tim Smith <[email protected]>
Add license headers to the recipes

ba7a88d2f6dec540cb4a8bd01581b6a91d1f65b6 authored about 9 years ago by Tim Smith <[email protected]>
Pull in specs from PR 158

Pulled in just the spec change from
https://github.com/chef-cookbooks/aws/pull/158

45778269e1a9f5a4c2de538b36bf71ac70c2a7a3 authored about 9 years ago by Tim Smith <[email protected]>
Use default_action in the LWRPs

Default action was introduced in Chef 0.10.10 in may, 2012. I think
we're safe using this now ;)

9e63d1f6872f1adb1ccf81ad04d97ee28443ed0f authored about 9 years ago by Tim Smith <[email protected]>
Opscode -> Chef Software

d9a7c917afa48f9a5c62ec692348b5c24bd76c41 authored about 9 years ago by Tim Smith <[email protected]>
Update format and link

296d577168e6a3014656a1102cb0d7182c0bf787 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #4 from paybyphone/develop

DynamodDB cleanup

fc2f6834feb87c2010573c48daee0b620a31bb40 authored about 9 years ago by Chris Marchesi <[email protected]>
DynamodDB cleanup

* Refactoring the dynamodb_table resource provider
* Fixtures for testing table creation and up...

772c18a6e2c2841d02ec20d67a1cf8bd0ee46fcf authored about 9 years ago by Chris Marchesi <[email protected]>
Fix conditional, and an ambiguous assignment not picked up by Rubocop

a4fcf93d645ed8c5e72deb11133cce5858de393c authored about 9 years ago by Chris Marchesi <[email protected]>
Merge pull request #3 from paybyphone/develop

Fix to allow for template update on parameter change

2799a9855025efc926bc4bb072221ee38cf9b740 authored about 9 years ago by Chris Marchesi <[email protected]>
Fix to allow for template update on parameter change

5a963cea4434883d56d58a9b6831e76731f33003 authored about 9 years ago by Chris Marchesi <[email protected]>
Merge pull request #2 from paybyphone/develop

Fix for aws_cfn_stack running under chef-zero on Windows (no more template file stage)

3326b94d125998a1035a939e4e6e16b8614cbde0 authored about 9 years ago by Chris Marchesi <[email protected]>
Rubocop fixes

31880410f0e8f50b035d1b313c7fd9fb8659796f authored about 9 years ago by Chris Marchesi <[email protected]>
Removed staging the template thru cookbook_file to attempt to fix Windows issues

2b17516be621e0f194bfc679234bb417768b1551 authored about 9 years ago by Chris Marchesi <[email protected]>
* New feature: aws_cfn_stack now supports IAM capability. See README for details.

* aws_cfn_stack: A small bugfix to ensure that files that are included in subdirectories of reci...

1f1420b7956d4da97a6a3b429f8ad7755fcc7551 authored about 9 years ago by Chris Marchesi <[email protected]>
Merge pull request #1 from paybyphone/dynamodb_resources

Addition of the DyanmoDB resource, can add add tables, and also add global secondary indexes to ...

d67006f631da26d9cae6ebc1539f734e992d3e67 authored over 9 years ago by Chris Marchesi <[email protected]>
Addition of the DyanmoDB resource, can add add tables, and also add global secondary indexes to existing tables.

77357d8ef250a9f3a8186c7921cfa1602b83d717 authored over 9 years ago by Chris Marchesi <[email protected]>
Use the pre-release builds of chefdk

5a580c52e8cf67f9dcc8c82137aac1ff5508aa2b authored over 9 years ago by Tim Smith <[email protected]>
Run travis tests using Chef-DK installation

2dba0d178be7f8aaa55a95aa3df0aef536a1202f authored over 9 years ago by Tim Smith <[email protected]>
Update development and testing dependencies

1d371334a4254ad316f833359144c703d4552d02 authored over 9 years ago by Tim Smith <[email protected]>
Resolve foodcritic and rubocop warnings

I didn't want to have to do this, but I've added to the standard
.rubocop.yml file with some "to...

4bb85b11350bda88ade86dc2f64d97ffb190c6ee authored over 9 years ago by Tim Smith <[email protected]>
Resolve multiple rubocop warnings

d0f8168d4307174a6a94ee24fc2b3f773a0302d4 authored over 9 years ago by Tim Smith <[email protected]>
Update rakefile and maintainers file

Avoids error in the maintainers file and resolves rubocop warnings

a8b78c7b7762c2507cf79d6b04fdb54a47fcbcdc authored over 9 years ago by Tim Smith <[email protected]>
Add gems for generating maintainers file

cae0cf6e189995ca20fb7d4ea14279680d6f5155 authored over 9 years ago by Tim Smith <[email protected]>
Update foodcritic and rubocop releases

ab4d5dea73e559ccadb6d309c25b8d8cffd7971f authored over 9 years ago by Tim Smith <[email protected]>
Update rubocop to standard file

299beff1fa8640c4a703baf31a18bee5ca801868 authored over 9 years ago by Tim Smith <[email protected]>
Update chefignore

7ed5d2ac44025b8eb1fcceea9c77159e3e9039d4 authored over 9 years ago by Tim Smith <[email protected]>
Update ignore files

499dd56bbfc1715e6ea9493db94fb32a78194760 authored over 9 years ago by Tim Smith <[email protected]>
Adding kinesis_stream resource

ca4a5751190ec38f6f17324b000df085445601f7 authored over 9 years ago by Chris Marchesi <[email protected]>
AWS CloudFormation Support, IAM Support, and Additional Auth Options

* Adding the aws_cfn_stack LWRP
* Adding the aws_iam_user, aws_iam_group, aws_iam_policy, and a...

bd3f27fb2ea48650a46819eb4b1b2e3a8416449d authored over 9 years ago by Chris Marchesi <[email protected]>
Update repo URLs

2fd2c92fa4a0bac8bec57dccbff6f34c1c1415a6 authored over 9 years ago by Tim Smith <[email protected]>
Define excludes once

affd372336752d5e618dca6556845e573e4e6ddb authored over 9 years ago by Tim Smith <[email protected]>
MAINTAINERS

73c7e8bbf11152379d1aa2cf410a10e97022c910 authored over 9 years ago by Sean OMeara <[email protected]>
updating TESTING.MD and CONTRIBUTING.md

bade34460659600b7de865c1277c53531b392346 authored over 9 years ago by Sean OMeara <[email protected]>
Add exclusion and remove use of hash rockets

a4a60c48868bfecca429926d0ddbac0f743f59c6 authored over 9 years ago by Tim Smith <[email protected]>
Add travis.yml file

50491bdbc7428c8d7d2308c031f026a87a172ff5 authored over 9 years ago by Tim Smith <[email protected]>
Add Gemfile

5ffd7d60143458927891386277e6219ebfb2dd65 authored over 9 years ago by Tim Smith <[email protected]>
Resolve rubocop warnings

db4b897f201db56fce68db1ea78f7e00161d30fb authored over 9 years ago by Tim Smith <[email protected]>
Add copyright

59115ddba4afe84f731a0937d9451943e0ed3d69 authored over 9 years ago by Tim Smith <[email protected]>
Use the standard cookbook changelog format

5962efe59a6a1060237f78b7f84940d1604a72ab authored over 9 years ago by Tim Smith <[email protected]>
Minor contributing doc fix

a2a142ed264a104d40cd8b4a60af4efaeade9b8c authored over 9 years ago by Tim Smith <[email protected]>
Add badges

91da47203ae412d07d4b2347bc6470d057cd9116 authored over 9 years ago by Tim Smith <[email protected]>
Exclude rubymine files

1b3e0095d3d8e1527d5345f11216f8734fb99e7a authored over 9 years ago by Tim Smith <[email protected]>
Reapplied EBSEncryptedRaid fixes to AWS cookbook 2.7.2

016441024bc9c28d0d39bf07fefdba81b533191f authored over 9 years ago by Matt Jones <[email protected]>
Merge pull request #162 from miketheman/miketheman/correct_berks_syntax

use correct Berksfile syntax

e7c950cee31b72af6ac6aa1edaad73f757574a97 authored over 9 years ago by Mike Fiedler <[email protected]>
use correct Berksfile syntax

Introduced in 7a77332ca052a323880d91c3174cef1311ad7ad3

Running with this version triggers error...

3b1f1ae4871d46c188868c0a89b37a26f1a1d55a authored over 9 years ago by Mike Fiedler <[email protected]>
Use attribute for region if not in ec2

02c14e8282622c45bd600e23c3e6cffc1554c890 authored over 9 years ago by B. Heath Robinson <[email protected]>
use correct URLs in changelog [ci skip]

133866acf47b69bad724cbe0b2c6dc94248ad92e authored over 9 years ago by Mike Fiedler <[email protected]>
add underline for title

Forgot to do this before. Derp.

f97ee89c208860c8810f912f4de1a414cf9161e0 authored over 9 years ago by Mike Fiedler <[email protected]>
update release data

Also ignore local ruby version managers

573f1c7c75cda6eed40ef107c2a8a699e5662343 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #159 from miketheman/miketheman/chg

[release] 2.7.2 Review

1b4bd720a422daf01161fb3a5a78dccddfafdc06 authored over 9 years ago by Mike Fiedler <[email protected]>
update CHANGELOG.md

a73e66524048e0804b90b895e4463a5e597ef264 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #156 from mkantor/fix-raid-disk-creation-with-no-snapshots

Make ebs_raid resource usable without a `snapshots` attribute

cef5c8e6b242350ff283c538e53d958fcef797d4 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #133 from needle-cookbooks/elastic_lb_provider_fix

Elastic lb provider fix - does not run deregister, always tries to register

f125c2f1922b082c561b7f4089ebaf9a4a8a3b89 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #128 from orgsync-cookbooks/fix-ebs-vol-creation

digs into pageable response for snapshot lists

afa451db729a657f21bb4ff787b243ad93db6c87 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge pull request #124 from dhui/compat

Make compatible with older versions of Chef (before version 12)

5210a565ec1d9fac7e372ad3e54ac40c79d0751f authored over 9 years ago by Mike Fiedler <[email protected]>
using server side serach and filter parameters in describe_* calls. As this was, we were encountering 503 retry/throttling due to the large responses/paging required to client-side filter

6d2654cd18e073409e3bd1ec9b0b12d313fb8407 authored over 9 years ago by Matt Wormley <[email protected]>
Change empty value for snapshot_id from '' to nil.

Before this change, using the ebs_raid resource without a `snapshots`
attribute produced the fol...

76db74ba16711c72f7b971a660cee1017e5c96c9 authored over 9 years ago by Matt Kantor <[email protected]>
Add chefignore file

064f17e5fdc95865c9f91d43c023054cd946f7fe authored over 9 years ago by Tim Smith <[email protected]>
Update to the standard gitignore file

15237fc3737e4df66dfb8e2c12f2d6b8bdeaf284 authored over 9 years ago by Tim Smith <[email protected]>
Update URL for berkshelf

7a77332ca052a323880d91c3174cef1311ad7ad3 authored over 9 years ago by Tim Smith <[email protected]>
Update emails and copyright

b7b7e35acf94ad4f39328dd8d931563f0a0f76ce authored over 9 years ago by Tim Smith <[email protected]>
Merge pull request #154 from miketheman/contrib

updates to contributing guide

9e9ebe2fac3a1fde6b5ffd96aa913760fbccfc99 authored over 9 years ago by Sean OMeara <[email protected]>
updates to contributing guide

- remove references to issue tracker, we use GitHub issues
- emphasize what not to do with regar...

e171e32f4582b169e1af5eca22ec16e4f055d662 authored over 9 years ago by Mike Fiedler <[email protected]>
Merge remote-tracking branch 'upstream/master'

0beb6b168fedd741084fe062412ccf75643c84ae authored over 9 years ago by Matt Wormley <[email protected]>
updating CHANGELOG and bumping metadata

f89e64299bcf63acdd3b2c2fa79528e01d6abae2 authored over 9 years ago by Sean OMeara <[email protected]>
Merge pull request #150 from opscode-cookbooks/binamov/token-it

token it

f9a5c2c824e5ffaecf0e7c19aaf524d33f130a09 authored over 9 years ago by Sean OMeara <[email protected]>
token it

aws_session_token is optional and defaults to nil as per http://docs.aws.amazon.com/sdkforruby/a...

fb6ee7baae3c2468df1ae29c814f53e01a41f8b8 authored over 9 years ago by Bakh Inamov <[email protected]>
create volume can take a size even when a snapshot is provided

eb7e741a973e0fc0ff3f40c1b0a83dc70e98948b authored over 9 years ago by Matt Wormley <[email protected]>
Fixing incorrect method name deregister_instances_with_load_balancer

Need to change 'with' to from, see the docs for the method:
http://docs.aws.amazon.com/sdkforrub...

7f148a1de626c7d317458ae88d103c8f845a0d41 authored over 9 years ago by Damian Pantano <[email protected]>
elastic_lb provider patched to fix ELB instance check

target_lb[:instances] returns a list of nodes in the ELB. This needs to use
detect for iteration...

e066760fb1194ddfe6e59ee55a1dbcea65b8eb1e authored over 9 years ago by Damian Pantano <[email protected]>
only find ebs snapshots that have completed

because attempting to attach a snapshot in a "pending" state is silly

337c0e89fab5ccc07cd3bc76eab208936f9f98ee authored over 9 years ago by Bernhard Kohler <[email protected]>