puppet-tripleo/Puppetfile_extras
Michele Baldessari 489d5502da Pin puppet-collectd
puppet-collectd introduced a change which requires stdlib 4.25:
de0a96e86651 - (2018-03-17 00:12:21 +0100) feat: bump minimum puppetlabs/stdlib version to 4.25.0
c0c5ba9357ea - (2018-03-16 23:54:58 +0100) feat: use Stdlib::Fqdn type for package_keyserver

Let's pin the repo to the change which is already being used in RDO at
https://github.com/redhat-openstack/rdoinfo/blob/master/rdo.yml#L1467

(aka 93c8d0bd32bb5610652f30e785ba6644fc82a8b6 "Merge pull request #751 from bastelfreak/test")

Closes-Bug: #1756890
Change-Id: I197e8036a4f5c790a833d037d03ba6822f5488eb
2018-03-19 17:18:16 +01:00

86 lines
2.1 KiB
Plaintext

## TripleO Puppet modules
mod 'haproxy',
:git => 'https://github.com/puppetlabs/puppetlabs-haproxy',
:ref => 'master'
mod 'tomcat',
:git => 'https://github.com/puppetlabs/puppetlabs-tomcat',
:ref => '1.3.2'
mod 'java',
:git => 'https://github.com/puppetlabs/puppetlabs-java',
:ref => '1.4.2'
mod 'cassandra',
:git => 'https://github.com/voxpupuli/puppet-cassandra',
:ref => '1.9.2'
mod 'zookeeper',
:git => 'https://github.com/deric/puppet-zookeeper',
:ref => 'v0.3.9'
mod 'datacat',
:git => 'https://github.com/richardc/puppet-datacat',
:ref => '0.6.2'
mod 'etcd',
:git => 'https://github.com/cristifalcas/puppet-etcd',
:ref => '1.11.0'
mod 'fdio',
:git => 'https://git.fd.io/puppet-fdio',
:ref => 'master'
mod 'fluentd',
:git => 'https://github.com/soylent/konstantin-fluentd',
:ref => 'master'
mod 'certmonger',
:git => 'https://github.com/saltedsignal/puppet-certmonger',
:ref => 'v1.1.1'
mod 'ntp',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp',
:ref => '4.2.x'
mod 'ptp',
:git => 'https://github.com/redhat-nfvpe/ptp',
:ref => 'master'
# NOTE(aschultz): Pinned due to LP#1755211
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => '20a465b0d8751bc08913b556d0a5b7fdac139271'
mod 'opendaylight',
:git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight',
:ref => 'master'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh',
:ref => 'v3.0.1'
mod 'snmp',
:git => 'https://github.com/razorsedge/puppet-snmp',
:ref => 'master'
mod 'sensu',
:git => 'https://github.com/sensu/sensu-puppet',
:ref => 'master'
mod 'pacemaker',
:git => 'https://github.com/openstack/puppet-pacemaker',
:ref => 'master'
# Note(bandini): Pinned due to LP#1756890
mod 'collectd',
:git => 'https://github.com/voxpupuli/puppet-collectd',
:ref => '93c8d0bd32bb5610652f30e785ba6644fc82a8b6'
# see https://github.com/rdo-packages/puppet-keepalived-distgit/blob/rpm-master/puppet-keepalived.spec
mod 'keepalived',
:git => 'https://github.com/Unyonsys/puppet-module-keepalived',
:ref => 'bbca37ade629a9178f09366fd0368187fb645f4e'