Juju Charm - Pacemaker Remote
Go to file
Alex Kavanagh 88c4541956 Charmhub migration to stable/bionic
This migrates the pacemaker-remote charm for the stable/bionic branch.

Change-Id: I3c69c2735a6d4f058aa0c36052ccaca1bb3d65dd
2022-10-31 17:32:52 +01:00
src Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
unit_tests Stop to use the __future__ module. 2020-06-02 20:14:49 +02:00
.gitignore Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
.gitreview Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
.stestr.conf Add functional & unit tests 2019-03-19 19:13:17 +00:00
.zuul.yaml Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01: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
build-requirements.txt Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
charmcraft.yaml Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
metadata.yaml Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
osci.yaml Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
pip.sh 21.10 - Stable cut of charms for testing period 2021-10-13 23:24:47 +01:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:13:18 -04:00
rename.sh Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
requirements.txt 21.10 - Update requirements.txt - pin cffi 1.14.6 2021-10-17 16:59:09 +01:00
test-requirements.txt Charmhub migration to stable/bionic 2022-10-31 17:32:52 +01:00
tox.ini Charmhub migration to stable/bionic 2022-10-31 17:32:52 +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.