13902fe451
Change-Id: Ie7c681548a902ecc050e204e873188eb547a281e
15 lines
470 B
Ruby
15 lines
470 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
%w(common compute identity image network).each do |cookbook|
|
|
if Dir.exist?("../cookbook-openstack-#{cookbook}")
|
|
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
|
|
else
|
|
cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}"
|
|
end
|
|
end
|
|
|
|
cookbook 'openstackclient',
|
|
git: 'https://git.openstack.org/openstack/cookbook-openstackclient'
|
|
|
|
metadata
|