Pacemaker High Availability resource agents for OpenStack
Go to file
Vincent Untz 143864c694 NovaEvacuate: Avoid initial useless message on stderr
When no evacuation has been done yet, we're spamming syslog with:

  Could not query value of evacuate: attribute does not exist

So let's just filter this out, since it's known to be expected on
initial setup.

As this requires a bashism, also move the script to use bash.

Change-Id: I3351919febc0ef0101e4a08ce6eb412e3c7cfc76
2016-02-11 11:35:09 +01:00
debian Remove trailing whitespaces 2016-02-11 10:24:32 +01:00
ocf NovaEvacuate: Avoid initial useless message on stderr 2016-02-11 11:35:09 +01:00
utils Add a script to run checkbashisms on codebase 2015-11-09 16:41:35 +01:00
.gitreview Add .gitreview 2015-10-20 09:57:51 +02:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2015-10-21 12:59:09 +01:00
COPYING Initial checkin of this repository 2012-08-29 01:15:24 +00:00
ChangeLog Added a ChangeLog 2012-08-29 13:01:25 +00:00
Makefile Remove trailing whitespaces 2016-02-11 10:24:32 +01:00
README.rst Write a real README.rst 2015-10-21 12:51:38 +01:00

README.rst

Pacemaker High Availability resource agents for OpenStack

This repository contains a collection of Pacemaker resource agents (RAs) which can be used to provide highly available OpenStack services managed within Pacemaker clusters.

Usage

Please see the OpenStack High Availability Guide for usage instructions. It is a bit out of date, but most of the information is still accurate; hopefully we can update it soon.

Development

Bugs can be viewed and reported via <https://launchpad.net/openstack-resource-agents>.

Suggestions for improvements are very welcome; changes can be submitted for review via the normal OpenStack development process.

History

Martin Loschwitz started this repository in 2012, hosted at <https://github.com/madkiss/openstack-resource-agents>, and together with Sébastien Han and Emilien Macchi contributed the majority of resource agents.

Martin eventually stepped down from maintainership, and in October 2015 the project was moved to StackForge.