cookbook 'storage', '= 2.2.2'
storage
(21) Versions
2.2.2
-
Follow0
Installs/Configures storage
cookbook 'storage', '= 2.2.2', :supermarket
knife supermarket install storage
knife supermarket download storage
storage-cookbook
A cookbook for mounting all available EC2 ephemeral volumes and saving their
respective mount points into node attributes.
Supported Platforms
EC2 only (but it will fail cleanly on other platforms).
Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['storage']['ephemeral_mounts']</tt></td>
<td>Array</td>
<td>An array of strings, set automatically by the recipe, to be used by other cookbooks, which lists the mount points of ephemeral storage devices.</td>
<td><tt>automatic</tt></td>
</tr>
</table>
Usage
storage::default
Include storage
in a wrapper cookbook:
include_recipe 'storage::default'
...or include storage
in your node's run_list
:
{ "run_list": [ "recipe[storage::default]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: EverTrue, Inc. (eric.herot@evertrue.com)
storage CHANGELOG
v2.2.2 (2015-01-21)
- Fix copypasta in
EverTools::Storage.fog
method re: memoizing
v2.2.1 (2014-12-11)
- Parameterize credentials data bag location (Fixes #3)
v2.2.0 (2014-12-08)
- Add testing on Ubuntu 14.04
- Switch to open source license
- Update for Serverspec v2
- Clean up config & other misc. files
v2.1.8 (2014-09-08)
- Fix the way we deal with a lack of anything to mount and don't blow up when not on ec2
- Test local vagrant storage provisioning (so that wrapper cookbooks stop choking on our crappy code)
- Bump the AMI to a newer version
v2.1.7 (2014-09-08)
- Update to et_fog v1.1.1 to avoid issues with
apt-get update
& installingbuild-essential
at compile time
v2.1.6 (2014-08-05)
- Confirm (using Fog) that the current instance flavor has instance storage
v2.1.5 (2014-07-30)
- Disable /mnt mount (instead of just unmounting it) and enable the new mounts
v2.1.4 (2014-07-28)
- Populate ephemeral_mounts attribute even if /mnt/dev is already mounted
v2.1.3 (2014-07-17)
- Use /proc/mounts (rather than node attributes) to see if we need to run
- Fix method reference error in vagrant support
v2.1.2 (2014-07-01)
- s/ephemeral1/ephemeral0/ in library this time
v2.1.1 (2014-06-30)
- Look for ephemeral0 in ec2 attributes
v2.1.0 (2014-06-26)
- Fixed error making it impossible to converge twice
- Move format-mount to a resource
- Library-ify a bunch of small functions
v2.0.2 (2014-06-26)
- Add some real content to the README
- Handle NPE by only printing mounts if there are any
v2.0.1 (2014-06-25)
- Do umount during precompile phase
v2.0.0 (2014-05-06)
- Add vagrant support
v1.0.1 (2014-05-05)
- Initial release
Foodcritic Metric
2.2.2 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/b43005fee6e4371815ffaadd/storage/providers/format_mount.rb:6
FC016: LWRP does not declare a default action: /tmp/cook/b43005fee6e4371815ffaadd/storage/resources/format_mount.rb:1
FC031: Cookbook without metadata file: /tmp/cook/b43005fee6e4371815ffaadd/storage/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/b43005fee6e4371815ffaadd/storage/metadata.rb:1
2.2.2 failed this metric
FC016: LWRP does not declare a default action: /tmp/cook/b43005fee6e4371815ffaadd/storage/resources/format_mount.rb:1
FC031: Cookbook without metadata file: /tmp/cook/b43005fee6e4371815ffaadd/storage/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/b43005fee6e4371815ffaadd/storage/metadata.rb:1