This repository was archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
72 lines (57 loc) · 1.94 KB
/
Puppetfile
File metadata and controls
72 lines (57 loc) · 1.94 KB
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
forge 'https://forgeapi.puppetlabs.com'
mod 'puppetlabs-stdlib',
:git => "https://github.com/puppetlabs/puppetlabs-stdlib.git"
mod 'puppetlabs/ntp',
:git => "https://github.com/puppetlabs/puppetlabs-ntp.git"
mod 'ajcrowe/supervisord'
mod 'puppetlabs/apt', '2.4.0'
mod 'puppetlabs/apache'
mod 'puppetlabs/concat', '1.2.5'
mod 'puppetlabs-dummy_service', '0.2.0'
mod 'puppetlabs/inifile'
mod 'puppetlabs/mysql'
mod 'openstack-vswitch'
mod 'duritong-sysctl'
mod 'puppet/staging'
mod 'rmueller/cron'
mod 'puppetlabs/rabbitmq'
mod 'puppetlabs/postgresql'
mod 'openstack/glance',
:git => "https://github.com/openstack/puppet-glance",
:branch => "master"
mod 'openstack/horizon',
:git => "https://github.com/openstack/puppet-horizon",
:branch => "master"
mod 'openstack/cinder',
:git => "https://github.com/openstack/puppet-cinder",
:branch => "master"
mod 'openstack/oslo',
:git => "https://github.com/openstack/puppet-oslo",
:branch => "master"
mod 'openstack/keystone',
:git => "https://github.com/openstack/puppet-keystone",
:tag => "11.1.0"
mod 'openstack/neutron',
:git => "https://github.com/openstack/puppet-neutron",
:tag => "mitaka-eol"
mod 'openstack/nova',
:git => "https://github.com/openstack/puppet-nova",
:tag => "mitaka-eol"
mod 'openstack/aodh',
:git => "https://github.com/openstack/puppet-aodh",
:tag => "9.5.0"
mod 'openstack/ceilometer',
:git => "https://github.com/openstack/puppet-ceilometer",
:branch => "master"
mod 'openstack/heat',
:git => "https://github.com/openstack/puppet-heat",
:tag => "9.4.1"
mod 'openstack/openstacklib',
:git => "https://github.com/openstack/puppet-openstacklib",
:branch => "master"
mod 'spjmurray/ceph', '1.5.1'
mod 'datacentred/dc_openstack',
:git => "https://github.com/datacentred/dc_openstack"
mod 'datacentred/branding',
:git => "https://github.com/datacentred/branding.git",
:branch => "master"