fa93525cea
The currently available bashate releases are considering heredocs as normal code lines, hence lines longer than 79 columns in these sections are also considered as E006 violations. As the OCF scripts are containing lots of heredocs, we are affected by this behaviour. However, there is a commit in the bashate repository (649c7dc79948) which modifies bashate to ignore long lines in heredocs. Currently there is no bashate release which contains the above commit, so we ignore E006 errors until a new bashate released. Change-Id: I33a9737ce1ec7eddab0b24ddedefe5c17da03b7a Partial-Bug: #1550203 Signed-off-by: Norbert Illes <norbert.e.illes@ericsson.com> |
||
---|---|---|
debian | ||
ocf | ||
utils | ||
.gitignore | ||
.gitreview | ||
ChangeLog | ||
CONTRIBUTING.rst | ||
COPYING | ||
Makefile | ||
README.rst | ||
tox.ini |
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.