cookbook-openstack-integrat.../Berksfile
Samuel Cassiba a26536ea77 stable/pike release
Change-Id: I0967ea565a1dbe8f2cc80748a17da2708af99725
2018-02-26 11:58:35 -08:00

17 lines
523 B
Ruby

source 'https://supermarket.chef.io'
%w(block-storage 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}", github: "openstack/cookbook-openstack-#{cookbook}",
branch: 'stable/pike'
end
end
cookbook 'openstackclient',
github: 'cloudbau/cookbook-openstackclient',
branch: 'stable/pike'
metadata