cookbook-openstack-integrat.../Berksfile
Jan Klare 9e853b2707 Updated berkshelf to 3.1.5, chefspec to 4.0.0 and foodcritic to 4.0
* Updated berkshelf from 2.0.18 to 3.1.5 in Gemfile
* added supermarket source to Berksfile
* some refactoring of the Berksfile
* removed Gemfile.lock since its not supposed to be in master branches
* also updated chefspec to 4 and foodcritic to 4 (like done some time ago for the other cookbooks)

Change-Id: I787912448337040ccf26a1126d848c76e7148caf
Implements: blueprint update-berkshelf
2014-11-13 13:23:46 +01:00

17 lines
540 B
Ruby

source 'https://supermarket.getchef.com'
metadata
cookbook "openstack-common",
github: "stackforge/cookbook-openstack-common"
cookbook "openstack-identity",
github: "stackforge/cookbook-openstack-identity"
cookbook "openstack-image",
github: "stackforge/cookbook-openstack-image"
cookbook "openstack-compute",
github: "stackforge/cookbook-openstack-compute"
cookbook "openstack-network",
github: "stackforge/cookbook-openstack-network"
cookbook "openstack-block-storage",
github: "stackforge/cookbook-openstack-block-storage"