-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing EBS Raid creation and adding Encryption option to Raid #130
Closed
Closed
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
356f4ec
Bring our fork up to date with AWS 2.7.0
5bb87e4
Fixing Raid creation issue with Snapshot_id and adding encryption pas…
b0c28ca
Updated README.md to include Encryption parameters for ebs_raid
e7c950c
Merge pull request #162 from miketheman/miketheman/correct_berks_syntax
miketheman 4f9f679
Fixed permissions
0943615
Fixing Raid creation issue with Snapshot_id and adding encryption pas…
742fb62
Updated README.md to include Encryption parameters for ebs_raid
867a94d
Bring our fork up to date with AWS 2.7.0
35e6ddb
Pulled code from https://github.com/opscode-cookbooks/aws/pull/99
db20874
Comment cleanup
f575705
Property format standardization
48e21e7
Bring our fork up to date with AWS 2.7.0
1740c23
Fixed permissions
a9c7335
Fixing Raid creation issue with Snapshot_id and adding encryption pas…
4b7e4c8
Pulled code from https://github.com/opscode-cookbooks/aws/pull/99
11aa400
Bumped version to 14.1.0
a336900
Comment cleanup
e44412d
Property format standardization
d36629a
Rebased Fork on Current AWS Book (2.7.2) and reversioned to our 14.2.0
ed49272
Missing source/issues urls from metadata
07327df
Rebase to Current AWS Master
5dfe14a
Rebase to Current AWS Master
e34171b
Bring our fork up to date with AWS 2.7.0
5e8626e
Rebased Fork on Current AWS Book (2.7.2) and reversioned to our 14.2.0
a4b631c
Merge branch 'EbsRaid' of github.com:needle-cookbooks/chef-opscode-aw…
d867c28
Bring our fork up to date with AWS 2.7.0
995625c
# This is a combination of 4 commits.
9953a01
merge
9f05020
Merge branch 'EbsRaid' of github.com:needle-cookbooks/chef-opscode-aw…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the
:disk_kms_key_id
be marked as a required parameter?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope @juliandunn aws-sdk will default to one:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What he said.
I tested it with the default key (read: no attribute provided) and it worked fine using the master key.