forked from openstack-archive/openstack-chef-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
28 lines (26 loc) · 1.29 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
site :opscode
cookbook 'apache2', '1.8.4'
cookbook 'apt', '2.2.0'
cookbook 'aws', '0.101.6'
cookbook 'build-essential', '1.4.2'
cookbook 'database', '1.5.2'
cookbook 'erlang', '1.3.2'
cookbook 'memcached', '1.6.0'
cookbook 'mysql', '3.0.12'
cookbook 'openssl', '1.1.0'
cookbook 'packages', '0.1.0'
cookbook 'postgresql', '3.1.0'
cookbook 'rabbitmq', '2.3.0'
cookbook 'xfs', '1.1.0'
cookbook 'yum', '2.3.4'
cookbook 'openstack-block-storage', github: 'stackforge/cookbook-openstack-block-storage'
cookbook 'openstack-common', github: 'stackforge/cookbook-openstack-common'
cookbook 'openstack-compute', github: 'stackforge/cookbook-openstack-compute'
cookbook 'openstack-dashboard', github: 'stackforge/cookbook-openstack-dashboard'
cookbook 'openstack-identity', github: 'stackforge/cookbook-openstack-identity'
cookbook 'openstack-image', github: 'stackforge/cookbook-openstack-image'
cookbook 'openstack-metering', github: 'stackforge/cookbook-openstack-metering'
cookbook 'openstack-network', github: 'stackforge/cookbook-openstack-network'
cookbook 'openstack-object-storage', github: 'stackforge/cookbook-openstack-object-storage'
cookbook 'openstack-ops-database', github: 'stackforge/cookbook-openstack-ops-database'
cookbook 'openstack-ops-messaging', github: 'stackforge/cookbook-openstack-ops-messaging'