RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Sofer Athlan-Guyot c16cdec847 Ensure presence of pacemaker restart directory.
Currently the /var/lib/tripleo/pacemaker-restarts directory is created
only when base/pacemaker.pp file is included in the manifest. There is a
notification that ensures precedence order and trigger the touch.

The trigger and the dependency on the base/pacemaker.pp should not be
required as someone using the tripleo::pacemaker::resource_restart_flag
would expect the file to be created no matter what.

For instance in the Cinder upgrade in the convergence step has this
defined:

        Cinder_config<||> ~> Tripleo::Pacemaker::Resource_restart_flag["${::cinder::params::volume_service}"]

but in the convergence step, the base/pacemaker.pp is not included and
the above trigger fails as the directory is not created.

It looks the same for manilla.pp.

This patch removes the trigger and ensures the directory is created when
needed.

Change-Id: Ic3aa82c818662e9e88e21c8381d657adef5b43ac
Closes-Bug: #1632232
2016-10-13 13:44:05 +02:00
lib Fix value of ctlplane fqdn fact 2016-09-12 14:04:32 +03:00
manifests Ensure presence of pacemaker restart directory. 2016-10-13 13:44:05 +02:00
releasenotes/notes Configure the numvfs for SRIOV interfaces 2016-08-29 19:41:35 +05:30
spec Add ceph profile rspec testing 2016-10-05 12:22:04 -06:00
templates Manage tripleo-ui configuration files with puppet 2016-09-16 14:11:14 +02:00
.gitignore Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
metadata.json Release 5.3.0 (RC3) 2016-10-07 07:32:21 -04:00
Puppetfile_extras Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
Rakefile Switch puppet-tripleo to use puppet-openstack_spec_helper 2016-09-22 21:26:23 -04:00
README.md README: basic words for now. 2015-02-02 11:46:31 -05:00

puppet-tripleo

Lightweight composition layer for Puppet TripleO.