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:
Lance Albertson
2020-01-21 12:20:26 -08:00
parent 1c40ad731e
commit 95e7167f78

View File

@@ -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