tripleo-ha-utils/infrared
Raoul Scarazzini e758983ed4 Remove trailing white spaces
This commit removes various trailing white spaces.

Change-Id: I2e57535a1234dbf8904bd178c57186e50c4f75eb
2018-11-02 18:18:00 +01:00
..
templates Changes to be committed: 2018-01-21 07:00:33 -04:00
README.md Fix the last old repository references 2018-05-23 17:12:48 +02:00
infrared_instance-ha_plugin_main.yml Remove trailing white spaces 2018-11-02 18:18:00 +01:00

README.md

Infrared Intance-ha Plugin Playbook

This Plugin deploys Instance-Ha on OpenStack using InfraRed

The Tasks in infrared_instance-ha_plugin_main.yml, along with the plugin.spec at tripleo-ha-utils/plugin.spec provide support for running this repo's roles and playbooks as an Infrared plugin.

InfraRed is a plugin based system that aims to provide an easy-to-use CLI for Ansible based projects and OpenStack deployment.

The plugin provides infrared plugin integration for two OpenStack High-Availability features:

instance-ha

stonith-config

Usage:

Installation and deployment:

Setup InfraRed

ir plugin add https://github.com/openstack/tripleo-ha-utils

export ANSIBLE_ROLES_PATH='plugins/tripleo-ha-utils/roles'

ir instance-ha-deploy -v --release 12 --stonith_devices all

*notice: a fail & warning will be issued if the plugin's specific ANSIBLE_ROLES_PATH is not defined *

Plugin help:

ir instance-ha-deploy -h

Plugin Uninstall:

ir plugin remove instance-ha-deploy

Author Information

Pini Komarov pkomarov@redhat.com