-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added attribute for wipe_attributes to pass along to the lvm_volump_group resource * Allow gem deps to vary within major version This fixes this error, which was solved in newer versions of Ridley: An error occurred while reading the Berksfile: uninitialized constant Ridley::Mixin::ParamsValidate::ValidationFailed https://travis-ci.org/rightscale-cookbooks/ephemeral_lvm/builds/125138768 * according to chai gce changed metadata ephemeral drives have type "LOCAL-SSD" now "gce": { "attached_disks": { "disks": [ { "deviceName": "persistent-disk-0", "index": 0, "mode": "READ_WRITE", "type": "PERSISTENT" }, { "deviceName": "local-ssd-0", "index": 1, "mode": "READ_WRITE", "type": "LOCAL-SSD" } ] }, * updated metadata and changeling * updating to lvm-3.0 * additional try for wipefs as new version supports -f flag * fix deprecation warning, using allow instead of should_receive * chef 12 migration * updating travis * updating net-persistent-http * fixing versions * updating from skeleton for tests * adding gitignore * updating for cookstyle * removing berksfile.lock * adding .travis_install.sh * removing centos7.0 * removing apt * updating ruby-version * updating rakefile and travis * pinning Berksfile.lock * updating readme to chef12 * using pipmychangelog * fixes #57 * updating lvm to 4.0.5 * updating changelog * reverting to 3.1.0, since 4.0.x has breaking changes * updating to lvm 4.0.5, closes #60 Signed-off-by: Richard Shade <rshade@rightscale.com> * updating to >=4.0, closes #62 * updating changelog * fixing gce tests, closes #58 * fixing for cookstyle
- Loading branch information
Showing
6 changed files
with
24 additions
and
14 deletions.
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
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