Also pull bind cookbook from git to fix version pinning issues. Change-Id: Ia3b774621ff241b794e1d527e772f1f81fbe5320 Signed-off-by: Lance Albertson <lance@osuosl.org>
19 lines
580 B
Ruby
19 lines
580 B
Ruby
name 'openstack-image'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'Installs and configures the Glance Image Registry and Delivery Service'
|
|
version '19.1.1'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'openstackclient'
|
|
depends 'openstack-common', '>= 19.0.0'
|
|
depends 'openstack-identity', '>= 19.0.0'
|
|
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-image'
|
|
chef_version '>= 15.0'
|