cookbook-openstack-common/metadata.rb
Jan Klare 9757ffdd46 Revert "update the apt cookbook version".
The update of the apt cookbook version currently breaks the gates for opentstack-chef-repo and openstack-block-storage, because of a dependency on the ceph cookbook, which is incompatible in its currently released version with the new apt cookbook. The fix was committed in master (4883a0b092) and we can do our apt update as soon, as this is released to the supermarket.

This reverts commit f0e7724f37.

Change-Id: Ib36b58e7e25c4c24bb480fc9412d909c167f5fdd
2015-06-09 08:32:57 +00:00

25 lines
867 B
Ruby

name 'openstack-common'
maintainer 'openstack-chef'
maintainer_email 'opscode-chef-openstack@googlegroups.com'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '11.3.0'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::set_endpoints_by_interface', 'Set endpoints by interface'
recipe 'openstack-common::logging', 'Installs/Configures common logging'
recipe 'openstack-common::sysctl', 'Configures sysctl settings'
recipe 'openstack-common::openrc', 'Creates openrc file'
%w(ubuntu suse redhat centos).each do |os|
supports os
end
depends 'apt', '~> 2.6.1'
depends 'database', '~> 4.0.2'
depends 'mariadb', '~> 0.3.0'
depends 'mysql', '~> 6.0.13'
depends 'yum', '~> 3.5.4'
depends 'yum-epel', '~> 0.6.0'