Files
cookbook-openstack-common/metadata.rb
Ionuț Arțăriși cf0db5598d add Trove attributes (mq, endpoints, database)
Change-Id: Idb112a2ad9ca8c064b5f023bf3e8916ee04f5857
2014-06-13 11:37:46 +02:00

23 lines
930 B
Ruby
Executable File

name 'openstack-common'
maintainer 'AT&T Services, Inc.'
maintainer_email 'cookbooks@lists.tfoundry.com'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '9.5.1'
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.3.8'
depends 'database', '>= 2.0.0'
depends 'yum', '>= 3.1.4'
depends 'yum-epel', '>= 0.3.4'