cookbook-openstack-common/metadata.rb
Darren Birkett 5d3e7237d3 first pass at adding havana repo for centOS/RHEL
Currently, the cookbooks attempt to install centOS/RHEL packages from
epel, since no other repo is configured.  epel contains folsom packages.

This commit drops in the official havana repo/gpg key so at least the
correct set of packages will attempt to be installed by chef.

Implements: blueprint centos-rhel-for-common

Change-Id: I76edc6538a71a8fb5f4242e8174aff9b3831834f
2014-01-13 11:16:47 +00:00

21 lines
787 B
Ruby

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 '8.0.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'
%w{ ubuntu suse redhat centos }.each do |os|
supports os
end
depends 'apt'
depends 'database'
depends 'yum'