Files
cookbook-openstack-common/metadata.rb
gengjh 3a9695366b Allow to provide default password when invoke get_secret for develop mode
We need provide an option to specify a password when invoke the
get_secret instead of to return the value of index directly.
We can use the attribute node['openstack']['secret'][index] to save the
password.

Implements: blueprint vmware-password-databag
Change-Id: Ie9421b60f8a6b38a976941c1fe9c33c2962f091e
2014-05-09 03:31:41 +00: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.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.3.8'
depends 'database', '>= 2.0.0'
depends 'yum', '>= 3.1.4'
depends 'yum-epel', '>= 0.3.4'