bf009921b9
This commit is the puppet-tripleo part that implements the instance HA spec. It only adds a couple of pacemaker resources and stonith devices when instance HA is activated via an environment variable. The compute nodes that take part in instance HA need to have the following services added to them: OS::TripleO::Services::ComputeInstanceHA OS::TripleO::Services::PacemakerRemote More detailed info will be added to the docs. blueprint instance-ha Change-Id: I4d1908242e9513a225d2b1da06ed4ee769ee10f7
71 lines
1.6 KiB
Plaintext
71 lines
1.6 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/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.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 'systemd',
|
|
:git => 'https://github.com/camptocamp/puppet-systemd',
|
|
:ref => 'master'
|
|
|
|
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'
|