forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
256 lines (192 loc) · 8.34 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
mod 'aodh',
:commit => '54f857d36bfa8567e9f6f5f4f8d778377229c702',
:git => 'https://github.com/openstack/puppet-aodh.git'
mod 'apache',
:commit => '13b79e2446ca1ee08301c03bc2ee2579114da84a',
:git => 'https://github.com/puppetlabs/puppetlabs-apache.git'
mod 'aviator',
:commit => '9a3b74b0dbb655a3afcbc8bdee442f2143420b72',
:git => 'https://github.com/aimonb/puppet_aviator.git'
mod 'cassandra',
:commit => 'b7526c4a8570696396d5f0151fdb9b3d1cbda598',
:git => 'https://github.com/locp/cassandra.git'
mod 'ceilometer',
:commit => '9869fbee668d35ff1f1838bec6545b1e13c0bfe3',
:git => 'https://github.com/openstack/puppet-ceilometer.git'
mod 'ceph',
:commit => 'c60c6209ac799555b94bf62ce1c2cf00084e42d2',
:git => 'https://github.com/stackforge/puppet-ceph.git'
mod 'certmonger',
:commit => '3f86b9973fc30c14a066b0f215023d5f1398b874',
:git => 'https://github.com/rcritten/puppet-certmonger.git'
mod 'cinder',
:commit => '181de2ef5119afab5157c290f10e9750507d95d2',
:git => 'https://github.com/openstack/puppet-cinder.git'
mod 'common',
:commit => '4c97587bf49d04106444bc6d57a1262d7aca1393',
:git => 'https://github.com/purpleidea/puppet-common.git'
mod 'concat',
:commit => 'c307bee3933d88e6028274b0fa122a9b0c87b1d4',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git'
mod 'contrail',
:commit => '63803ba710ade71ce93c6e5c94054f193d66d56e',
:git => 'https://github.com/redhat-cip/puppet-contrail.git'
mod 'corosync',
:commit => 'f0408cd231caa7009aa187112022a62ebb3b8925',
:git => 'https://github.com/puppetlabs/puppetlabs-corosync.git'
mod 'firewall',
:commit => '1b6cc9192150d9521cc70301d0452daf189a63f7',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall.git'
mod 'galera',
:commit => 'a2ecf273aef9ef9193bba35c235fb7b8b821a0c3',
:git => 'https://github.com/redhat-openstack/puppet-galera.git'
mod 'glance',
:commit => 'da26542fbbdcf93e454f3c91313c7c2f778f63d0',
:git => 'https://github.com/openstack/puppet-glance.git'
mod 'gluster',
:commit => '23b1055314bb435b4725134a9055c8676ccdfcff',
:git => 'https://github.com/purpleidea/puppet-gluster.git'
mod 'gnocchi',
:commit => '3594acae464c01f2475daf853b10ce777e5c3ed0',
:git => 'https://github.com/openstack/puppet-gnocchi.git'
mod 'haproxy',
:commit => 'a1cd826990bb7e5d015418b679755aa6606ec13b',
:git => 'https://github.com/puppetlabs/puppetlabs-haproxy.git'
mod 'heat',
:commit => '35bf220a375e42ecb175481aa4d97839b4a4e382',
:git => 'https://github.com/openstack/puppet-heat.git'
mod 'horizon',
:commit => '93b54f518f4eb283191478d5b2d0b1f9fd9e6389',
:git => 'https://github.com/openstack/puppet-horizon.git'
mod 'inifile',
:commit => '27857c28fc760a6010960226a4777f7b9bcf239e',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile.git'
mod 'ipa',
:commit => '4e634b31633bc956341e20980233107a6d5dc1f9',
:git => 'https://github.com/xbezdick/puppet-ipa-1.git'
mod 'ironic',
:commit => '5f9c8fc38485e9d974a889de7ea7cbbb1c51fa3c',
:git => 'https://github.com/openstack/puppet-ironic.git'
mod 'kafka',
:commit => 'b27236dbc10715c0c473746f1d3b1e569644dff5',
:git => 'https://github.com/puppet-community/puppet-kafka.git'
mod 'keepalived',
:commit => '24d523691b3581d4d0f662ffd10f1458014a9829',
:git => 'https://github.com/Unyonsys/puppet-module-keepalived.git'
mod 'keystone',
:commit => 'bee02643562f38af2c5b2ebb4ba65c0e86388952',
:git => 'https://github.com/openstack/puppet-keystone.git'
mod 'manila',
:commit => 'b77f1736bc0221acb433b5ffb6aa8f291d83ff13',
:git => 'https://github.com/openstack/puppet-manila.git'
mod 'memcached',
:commit => '8e6fdfda7400c40176baa5063e05ff716cc5fd73',
:git => 'https://github.com/saz/puppet-memcached.git'
mod 'module-collectd',
:commit => '010a7b9f5a6939e001fe515224cb1be6d9cfdf88',
:git => 'https://github.com/pdxcat/puppet-module-collectd.git'
mod 'module-data',
:commit => '324e79829b29734bd711a991baadb27ae5331642',
:git => 'https://github.com/ripienaar/puppet-module-data.git'
mod 'mongodb',
:commit => 'a5d6e5d36fb1007534bca85fd277a678e6c5a2ee',
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb.git'
mod 'mysql',
:commit => '7daa2979ef41545e9c9a3fbf7c670f2a7927afba',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql.git'
mod 'n1k_vsm',
:commit => '3ee42190ffb1cc7df53a2a61c453601a52a349bb',
:git => 'https://github.com/stackforge/puppet-n1k-vsm.git'
mod 'nagios',
:commit => '56a1eee350c4600bb12e017d64238fb3f876abd4',
:git => 'https://github.com/gildub/puppet-nagios-openstack.git'
mod 'neutron',
:commit => '11f05fff53f7ec9964494d63def3db37fdf9da39',
:git => 'https://github.com/openstack/puppet-neutron.git'
mod 'nova',
:commit => '5d42ed567197928e09d731c545877a6b957e04b1',
:git => 'https://github.com/openstack/puppet-nova.git'
mod 'nssdb',
:commit => '2e163a21fb80d828afede2d4be6214f1171c4887',
:git => 'https://github.com/rcritten/puppet-nssdb.git'
mod 'ntp',
:commit => 'ba4bb2648e129efade8ed7afd5489696c59156c8',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp'
mod 'openstack_extras',
:commit => 'cdeede97b90b5bbb0a54125ec68c36cf7e249370',
:git => 'https://github.com/openstack/puppet-openstack_extras.git'
mod 'openstacklib',
:commit => '47a0c6392fad4c1fb11811b17968576033a24baa',
:git => 'https://github.com/openstack/puppet-openstacklib.git'
mod 'pacemaker',
:commit => 'e23cbb084bf48c414c189f45a3761c57ba8375d1',
:git => 'https://github.com/redhat-openstack/puppet-pacemaker.git'
mod 'puppet',
:commit => 'ede26b4d712697ea3edc91a40a0e8361b2ad0374',
:git => 'https://github.com/purpleidea/puppet-puppet.git'
mod 'qpid',
:commit => '4a3c8f0bceacb315de49530faf1325e3daeb02d0',
:git => 'https://github.com/dprince/puppet-qpid'
mod 'rabbitmq',
:commit => '151391f03b1d9dcaf895123aa98b0a0d67e30540',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git'
mod 'redis',
:commit => '47b6fe8a64dce5447105ab59aa1fa2984d6ef1d0',
:git => 'https://github.com/arioch/puppet-redis.git'
mod 'remote',
:commit => '35cc5571593d21408d625bd8ee35217345ec502a',
:git => 'https://github.com/paramite/puppet-remote.git'
mod 'rsync',
:commit => 'f8081918a503a7301772c93373eb70b90d399538',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync.git'
mod 'sahara',
:commit => '6862557a4db48b01176e30be6877fda5503f085b',
:git => 'https://github.com/openstack/puppet-sahara.git'
mod 'snmp',
:commit => '90254293f6bf097eca7096562ac63f31a0bc75f4',
:git => 'https://github.com/razorsedge/puppet-snmp.git'
mod 'ssh',
:commit => 'd0c77c06b7d9e03c9c30f564605e07535ee8f5c9',
:git => 'https://github.com/saz/puppet-ssh.git'
mod 'staging',
:commit => 'a71e7d6261616fdba9f5c9109c4ad41c120d91be',
:git => 'https://github.com/nanliu/puppet-staging.git'
mod 'stdlib',
:commit => '06b2cfbf73fd5675d691ed3f44d0fad81f5c821e',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
mod 'swift',
:commit => '6145bf61206381643cdcaaabc285f93d75c0c2e4',
:git => 'https://github.com/openstack/puppet-swift.git'
mod 'sysctl',
:commit => 'c4486acc2d66de857dbccd8b4b945ea803226705',
:git => 'https://github.com/puppetlabs/puppetlabs-sysctl.git'
mod 'tempest',
:commit => 'e6edd0871739c0dfe6cdc2b22fa5de3ba269f401',
:git => 'https://github.com/openstack/puppet-tempest.git'
mod 'timezone',
:commit => '734918982a512f51a3f1855396d2d7da3f37f53c',
:git => 'https://github.com/saz/puppet-timezone.git'
mod 'tripleo',
:commit => 'ae595ce7731f2b286d4ffd280ed735b61d86b63c',
:git => 'https://github.com/openstack/puppet-tripleo.git'
mod 'trove',
:commit => '6d541be368a09f73a83ef598443395a4bf811f82',
:git => 'https://github.com/openstack/puppet-trove'
mod 'tuskar',
:commit => '52120a9c64eb411c1ef51dccfc6f758f7142f6a5',
:git => 'https://github.com/openstack/puppet-tuskar.git'
mod 'vcsrepo',
:commit => '99e8b2e28ce9541202b8b2438a92ee8ac2b03d6a',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git'
mod 'vlan',
:commit => 'c937de75c28e63fba8d8738ad6a5f2ede517e53d',
:git => 'https://github.com/derekhiggins/puppet-vlan.git'
mod 'vswitch',
:commit => 'ae87d9b0f8f7dbba9151312fb5205e89caf61109',
:git => 'https://github.com/openstack/puppet-vswitch.git'
mod 'xinetd',
:commit => '749651ed7d4e8924bb701153f184a13af0a669a3',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd.git'
mod 'zookeeper',
:commit => 'bb1b864d4cad552ba5a38207504fd7878eed9fa7',
:git => 'https://github.com/miguno/puppet-zookeeper.git'