- Cookstyle fixes - Refactor Berksfile to use groups so we can exclude integration testing cookbooks - Update documentation - Enable sensitive resources for the template[/etc/cinder/cinder.conf] and to resources improve security. - Update delivery configuration to exclude integration cookbooks - Fix ChefSpec output. - Switch package installations to send packages as arrays instead of individual package resources. This generally speeds up chef runs. Depends-On: https://review.opendev.org/701027 Depends-On: https://review.opendev.org/706151 Depends-On: https://review.opendev.org/706157 Change-Id: I73948a67e798477cfe7d3cf62474d0ea96f90db2
22 lines
663 B
Ruby
22 lines
663 B
Ruby
name 'openstack-block-storage'
|
|
maintainer 'Chef OpenStack'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'The OpenStack Advanced Volume Management service Cinder.'
|
|
version '19.0.0'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'apache2', '~> 8.0'
|
|
depends 'lvm'
|
|
depends 'openstackclient'
|
|
depends 'openstack-common', '>= 19.0.0'
|
|
depends 'openstack-identity', '>= 19.0.0'
|
|
depends 'openstack-image', '>= 19.0.0'
|
|
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-block-storage'
|
|
chef_version '>= 15.0'
|