Skip to content

Commit

Permalink
Merge pull request #16 from rightscale-cookbooks/ST-286_required_lvm_…
Browse files Browse the repository at this point in the history
…gem_updated

ST-286 gregsymons/di-ruby-lvm-attrib#22 closed...
  • Loading branch information
douglaswth committed Apr 28, 2015
2 parents 382ffdc + 47be0d5 commit 8ffb066
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ rs-storage Cookbook CHANGELOG

This file is used to list changes made in each version of the rs-storage cookbook.

v1.0.7
------

- Issue https://github.com/gregsymons/di-ruby-lvm-attrib/issues/22 has been fixed so workaround can be removed.

v1.0.6
------

Expand Down
Binary file removed files/default/di-ruby-lvm-attrib-0.0.17.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Provides recipes for managing volumes on a Server in a RightScale supported cloud'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.6'
version '1.0.7'

depends 'chef_handler', '~> 1.1.6'
depends 'filesystem', '~> 0.10.0'
Expand Down
13 changes: 0 additions & 13 deletions recipes/stripe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@
volume_options[:volume_type] = node['rs-storage']['device']['volume_type'] if node['rs-storage']['device']['volume_type']
volume_options[:controller_type] = node['rs-storage']['device']['controller_type'] if node['rs-storage']['device']['controller_type']

# Due to issue https://github.com/gregsymons/di-ruby-lvm-attrib/issues/22
# an update for LVM 2.0.2.115 was needed to work on RHEL/CentOS 7.1.
# Once pull request is merged, issue closed, and rubygems updated,
# this section and the source file can be removed.
cookbook_file '/tmp/di-ruby-lvm-attrib-0.0.17.gem' do
source "di-ruby-lvm-attrib-0.0.17.gem"
action :nothing
end.run_action(:create)
chef_gem 'di-ruby-lvm-attrib' do
source '/tmp/di-ruby-lvm-attrib-0.0.17.gem'
action :install
end

# Install packages required for setting up LVM
include_recipe 'lvm::default'

Expand Down

0 comments on commit 8ffb066

Please sign in to comment.