-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPuppetfile
112 lines (86 loc) · 2.75 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Deployments module
mod 'deployments',
:git => 'https://github.com/DeploymentsBook/puppet-deployments.git',
:ref => 'master'
# Puppet helpers
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git',
:ref => '4.11.0'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git',
:ref => '1.2.5'
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:ref => '1.4.3'
mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql.git',
:ref => '3.6.2'
mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git',
:ref => '5.3.1'
# used by rabbitmq
mod 'staging',
:git => 'https://github.com/voxpupuli/puppet-staging.git',
:ref => '1.0.4'
# used by tempest
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git',
:ref => '1.3.2'
mod 'apt',
:git => 'https://github.com/puppetlabs/puppetlabs-apt.git',
:ref => '2.2.1'
mod 'apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache',
:ref => '1.8.1'
mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached.git',
:tag => 'v2.8.1'
mod 'rsync',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync.git',
:tag => '0.4.0'
mod 'xinetd',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd.git',
:tag => '1.5.0'
mod 'ntp',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp.git',
:tag => '4.1.2'
# OpenStack Modules
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova.git',
:ref => 'stable/mitaka'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance.git',
:ref => 'stable/mitaka'
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder.git',
:ref => 'stable/mitaka'
mod 'ceilometer',
:git => 'https://github.com/openstack/puppet-ceilometer.git',
:ref => 'stable/mitaka'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone.git',
:ref => 'stable/mitaka'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron.git',
:ref => 'stable/mitaka'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon.git',
:ref => 'stable/mitaka'
mod 'swift',
:git => 'https://github.com/openstack/puppet-swift.git',
:ref => 'stable/mitaka'
mod 'ironic',
:git => 'https://github.com/openstack/puppet-ironic.git',
:ref => 'stable/mitaka'
mod 'tempest',
:git => 'https://github.com/openstack/puppet-tempest.git',
:ref => 'stable/mitaka'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib.git',
:ref => 'stable/mitaka'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras.git',
:ref => 'stable/mitaka'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:ref => 'stable/mitaka'