Change-Id: I687289759104d7b29ecb0542f065132d08326e4b Depends-On: I4ddebafeba997ef2d4e39197f7cd2e74c9bb43c5 Depends-On: Ic58cbec9ba9ee7e5fb021b745a2dcd2d926332a0 Depends-On: I0709b1d961fb9871977b35602f6456bb5c26ee41 Depends-On: Ia0815db80e23e865771bced695067a5a95aa376e Depends-On: Iac30fcbd7ce1abe0bd0acf0a730d96b1c6a217a4
35 lines
1.1 KiB
Ruby
35 lines
1.1 KiB
Ruby
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: "openstack/cookbook-openstack-#{cookbook}"
|
|
end
|
|
end
|
|
cookbook "openstack_client", github: "openstack/cookbook-openstack-client"
|
|
|
|
cookbook 'apache2', '3.1.0'
|
|
cookbook 'apt', '2.8.2'
|
|
cookbook 'aws', '2.1.1'
|
|
cookbook 'build-essential', '2.1.3'
|
|
cookbook 'ceph', '0.9.2'
|
|
cookbook 'database', '4.0.2'
|
|
cookbook 'erlang', '1.5.8'
|
|
cookbook 'mariadb', '0.3.1'
|
|
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', '4.2.2'
|
|
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'
|