
Since the CI is failing and there are no contributors working on fixing this, we are deprecating the service. Also mention other deprecations in the README. Change-Id: Ifff11645f6b4682810c042a0421d1eb569ab0ede
1.1 KiB
Masakari - Virtual Machines High Availability
Overview
Masakari provides Instances High Availability Service for OpenStack clouds by automatically recovering failed Instances. Currently, Masakari can recover KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Masakari also provides an API service to manage and control the automated rescue mechanism.
Kolla deploys Masakari API, Masakari Engine and Masakari Monitor
containers which are the main Masakari components only if
enable_masakari
is set in
/etc/kolla/globals.yml
. By default, both the Masakari Host
Monitor and Masakari Instance Monitor containers are enabled. The
deployment of each type of monitors can be controlled individually via
enable_masakari_instancemonitor
and
enable_masakari_hostmonitor
.
Note
Support for deploying Masakari has been deprecated in the 2023.2 (Bobcat) release due to failures in the CI and lack of contributors working on fixing this.