Juju Charm - Pacemaker Remote
Go to file
Aurelien Lourot 93fb74be35 Add Groovy test bundle
Change-Id: I93210fe0a7c6cf9d23feabebfd77f5c32804c1ed
2020-07-15 10:46:16 +02:00
src Add Groovy test bundle 2020-07-15 10:46:16 +02:00
unit_tests Stop to use the __future__ module. 2020-06-02 20:14:49 +02:00
.gitignore Add functional & unit tests 2019-03-19 19:13:17 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:53 +00:00
.stestr.conf Add functional & unit tests 2019-03-19 19:13:17 +00:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-03-24 17:06:57 +00:00
LICENSE Initial commit 2019-03-12 18:12:33 +00:00
README.md Update README for supported status 2020-05-19 12:29:34 -04:00
rebuild Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:36:18 +01:00
requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:38 -05:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:38 -05:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:38 -05:00

README.md

Overview

Pacemaker Remote is a small daemon that allows a host to be used as a Pacemaker node without running the full cluster stack. The pacemaker-remote charm is a subordinate charm that deploys the daemon.

This charm can be used to help deploy Masakari, which provides automated recovery of KVM-based OpenStack machine instances. See the masakari charm for more information on that use case.

Usage

Configuration

See file config.yaml for the full list of configuration options, along with their descriptions and default values.

Deployment

To deploy pacemaker-remote:

juju deploy pacemaker-remote

Because this is a subordinate charm a relation will need to be added to another application to have the charm deployed on a machine.

Bugs

Please report bugs on Launchpad.

For general charm questions refer to the OpenStack Charm Guide.