# encoding: UTF-8 name 'openstack-block-storage' maintainer 'openstack-chef' maintainer_email 'opscode-chef-openstack@googlegroups.com' license 'Apache 2.0' description 'The OpenStack Advanced Volume Management service Cinder.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '11.1.0' recipe 'openstack-block-storage::api', 'Installs the cinder-api, sets up the cinder database, and cinder service/user/endpoints in keystone' recipe 'openstack-block-storage::client', 'Install packages required for cinder client' recipe 'openstack-block-storage::common', 'Defines the common pieces of repeated code from the other recipes' recipe 'openstack-block-storage::keystone_registration', 'Registers cinder service/user/endpoints in keystone' recipe 'openstack-block-storage::scheduler', 'Installs the cinder-scheduler service' recipe 'openstack-block-storage::volume', 'Installs the cinder-volume service and sets up the iscsi helper' recipe 'openstack-block-storage::backup', 'Installs the cinder-backup service' %w(ubuntu fedora redhat centos suse).each do |os| supports os end depends 'apt', '~> 2.6.1' depends 'openstack-common', '>= 11.5.0' depends 'openstack-identity', '>= 11.0.0' depends 'openstack-image', '>= 11.0.0' depends 'selinux', '~> 0.9.0' depends 'python', '~> 1.4.6' depends 'ceph', '~> 0.8.0'