5508557a8a
Changes Include:
- Adds spec testing
- Only raise limits if nonha. puppet-systemd will restart the mariadb
service which breaks ha deployments. Hence we only want to do this
in noha.
- Minor fix to hiera value refrenced not as parameter to mysql.pp
Partial-Bug: #1648181
Related-Bug: #1524809
Co-Authored By: Feng Pan <fpan@redhat.com>
Change-Id: Id063bf4b4ac229181b01f40965811cb8ac4230d5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit c9acf8a687
)
39 lines
843 B
Plaintext
39 lines
843 B
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/locp/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.10.0'
|
|
|
|
mod 'ntp',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-ntp',
|
|
:ref => '4.2.x'
|
|
|
|
mod 'systemd',
|
|
:git => 'https://github.com/camptocamp/puppet-systemd',
|
|
:ref => 'master'
|