Juju Charm - Pacemaker Remote
Go to file
Alex Kavanagh 93fa3a7216 21.10 - Stable cut of charms for testing period
* use stable/21.10 libraries
* use zaza/zaza-openstack-tests at stable/21.10
* build.lock files for reactive charms
* bundles refer to ~openstack-charms candidate channel
* update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: I20fbdf101bcc8a696936cb3ecbaf64bcc5150432
2021-10-13 23:24:47 +01:00
src 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +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 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +01: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
osci.yaml Test bundles for focal-wallaby and hirsute-wallaby 2021-04-22 15:27:52 +01:00
pip.sh 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +01:00
README.md Update README for supported status 2020-05-19 12:29:34 -04:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:13:18 -04:00
requirements.txt Sync release-tools 2021-07-22 15:00:19 +02:00
test-requirements.txt 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +01:00
tox.ini 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +01:00

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.