-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPuppetfile
80 lines (68 loc) · 2.21 KB
/
Puppetfile
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
forge "http://forge.puppetlabs.com"
# use dependencies defined in metadata.json
mod 'puppetlabs/stdlib'
mod 'openstack_integration',
:git => 'https://github.com/openstack/puppet-openstack-integration',
:ref => 'stable/mitaka'
mod 'puppetlabs/apt' , '2.2.2'
mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',
:tag => '5.4.0'
mod 'puppetlabs/stdlib'
mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
:branch => '3.8.x'
mod 'nanliu/staging'
mod 'openstack-nova',
:git => 'https://github.com/openstack/puppet-nova',
:ref => 'stable/mitaka'
mod 'puppet-neutron',
:git => 'https://github.com/ahharu/puppet-neutron',
:ref => 'stable/mitaka'
mod 'puppet-glance',
:git => 'https://github.com/openstack/puppet-glance',
:ref => 'stable/mitaka'
mod 'keystone',
:git => 'https://git.openstack.org/openstack/puppet-keystone',
:ref => 'stable/mitaka'
mod 'puppetlabs/inifile'
mod 'puppetlabs/apache' , '1.10.0'
mod 'puppetlabs/concat' , '1.2.5'
mod 'puppet-openstacklib',
:git => 'https://git.openstack.org/openstack/puppet-openstacklib',
:ref => 'stable/mitaka'
mod 'openstack_extras',
:git => 'https://git.openstack.org/openstack/puppet-openstack_extras',
:ref => 'stable/mitaka'
mod 'ceph',
:git => 'https://git.openstack.org/openstack/puppet-ceph',
:ref => 'master'
mod 'duritong/sysctl'
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder',
:ref => 'stable/mitaka'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance',
:ref => 'stable/mitaka'
mod 'puppet/corosync' , '0.8.0'
mod 'puppetlabs/postgresql'
mod 'puppetlabs/firewall'
mod 'saz/memcached'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon',
:ref => 'stable/mitaka'
mod 'vswitch',
:git => 'https://git.openstack.org/openstack/puppet-vswitch',
:ref => 'stable/mitaka'
mod 'puppetlabs/java'
mod 'deric/zookeeper' , '0.6.1'
mod 'locp/cassandra' , '1.25.2'
mod 'midonet',
:git => 'https://github.com/openstack/puppet-midonet.git',
:ref => 'master'
mod 'jfryman/selinux'
mod 'TubeMogul/curator'
mod 'elasticsearch/elasticsearch' , '0.13.2'
mod 'elasticsearch/logstash'
mod 'electrical/file_concat'
mod 'richardc/datacat'