SamSu 46169eefe0 Update cookbooks and roles
Change-Id: I832c3edd2114c6346c8f6f319b9c522662e0d158
2014-02-21 20:33:52 -08:00

21 lines
459 B
Ruby

#include_recipe "openstack-block-storage::cinder-common"
#include_recipe "parted::default"
node.set['create_partition'] = false
node.set['partitions'] = nil
openstack_block_storage_volume "/dev/sdb" do
action :create_partition
end
openstack_block_storage_volume "/dev/sdc" do
action :create_partition
end
openstack_block_storage_volume "/dev/sdb" do
action :mk_cinder_vol
end
openstack_block_storage_volume "/dev/sdc" do
action :mk_cinder_vol
end