Juju Charm - Pacemaker Remote
Go to file
Aurelien Lourot 70b8ca525a Sync release-tools
Sync release-tools boilerplate containing these changes
in order to pin pip < 20.3:
https://github.com/openstack-charmers/release-tools/pull/125
https://github.com/openstack-charmers/release-tools/pull/126

Change-Id: Ia4fc68ee3abf1a21202f5267aed602bfe96ef718
2020-12-11 14:02:49 +01:00
src Sync release-tools 2020-12-11 14:02:49 +01: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 Rebuild reactive charms to pick up latest charm-helpers release. 2020-10-14 16:39:02 +01:00
requirements.txt Sync release-tools 2020-12-11 14:02:49 +01:00
test-requirements.txt Sync release-tools 2020-12-11 14:02:49 +01:00
tox.ini Sync libraries & common files prior to freeze 2020-09-26 18:39:11 +01: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.