source 'https://supermarket.chef.io' %w{bare-metal block-storage common compute dashboard database data-processing identity image integration-test network object-storage ops-database ops-messaging orchestration telemetry}.each do |cookbook| if ENV['REPO_DEV'] && Dir.exist?("../cookbook-openstack-#{cookbook}") cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" else cookbook "openstack-#{cookbook}", github: "stackforge/cookbook-openstack-#{cookbook}", branch: 'master' end end cookbook "openstack_client", github: "stackforge/cookbook-openstack-client", branch: 'master' cookbook 'apache2', '3.0.0' cookbook 'apt', '2.6.1' cookbook 'aws', '2.1.1' cookbook 'build-essential', '2.1.3' cookbook 'ceph', '0.8.0' cookbook 'database', '4.0.2' cookbook 'erlang', '1.5.8' cookbook 'memcached', '1.7.2' cookbook 'mysql', '6.0.13' cookbook 'mysql2_chef_gem', '1.0.1' cookbook 'openssl', '4.0.0' cookbook 'postgresql', '3.4.18' cookbook 'python', '1.4.6' cookbook 'rabbitmq', '3.13.0' cookbook 'xfs', '1.1.0' cookbook 'yum', '3.5.4' cookbook 'selinux', '0.9.0' cookbook 'yum-epel', '0.6.0' cookbook 'statsd', github: 'att-cloud/cookbook-statsd'