Include missing cookbooks in Berksfile
This is for individual cookbook integration testing. Depends-On: https://review.opendev.org/702772 Change-Id: Ib986e8df102ae3dcfff8f378c9b2f01f57eef102
This commit is contained in:
13
Berksfile
13
Berksfile
@@ -1,6 +1,17 @@
|
||||
source 'https://supermarket.chef.io'
|
||||
|
||||
%w(-common -identity client).each do |cookbook|
|
||||
solver :ruby, :required
|
||||
|
||||
%w(
|
||||
client
|
||||
-common
|
||||
-dns
|
||||
-identity
|
||||
-image
|
||||
-integration-test
|
||||
-ops-database
|
||||
-ops-messaging
|
||||
).each do |cookbook|
|
||||
if Dir.exist?("../cookbook-openstack#{cookbook}")
|
||||
cookbook "openstack#{cookbook}", path: "../cookbook-openstack#{cookbook}"
|
||||
else
|
||||
|
Reference in New Issue
Block a user