Jump to: navigation, search

Difference between revisions of "Masakari"

(Virtual Machine High Availability (VMHA) service for OpenStack)
(Masakari)
Line 1: Line 1:
= Masakari =
+
== Virtual Machine High Availability (VMHA) as a service (Masakari) ==
 
+
Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service for manage and control the automated rescue mechanism.
== Virtual Machine High Availability (VMHA) service for OpenStack ==
+
== Code and Bug/Feature trackers ==
 
 
 
=== Masakari ===
 
=== Masakari ===
Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service for manage and control the automated rescue mechanism.
+
API service and recovery engine for Masakari
 
 
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
 
| Official name
 
| Official name
Line 24: Line 22:
  
 
=== python-masakariclient ===
 
=== python-masakariclient ===
 
+
python-masakariclient provides python client library for Masakari built on the Masakari APIs. It provides a Python API (the masakariclient module) and a command-line tool for masakari.
Python client library for Virtual Machine High Availability (VMHA) service for OpenStack
 
 
 
python-masakariclient provides client library for Masakari built on the Masakari APIs. It provides a Python API (the masakariclient module) and a command-line tool for masakari.
 
 
 
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
 
| Official name
 
| Official name
Line 47: Line 41:
  
 
=== masakari-monitors ===
 
=== masakari-monitors ===
 
Monitoring tools for Virtual Machine High Availability (VMHA) service for OpenStack
 
 
 
Masakari-monitors provides monitoring tools for Masakari. These tools monitor the openstack nova compute node and send notification to Masakari using masakari APIs.
 
Masakari-monitors provides monitoring tools for Masakari. These tools monitor the openstack nova compute node and send notification to Masakari using masakari APIs.
 
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
 
| Official name
 
| Official name

Revision as of 08:11, 26 October 2016

Virtual Machine High Availability (VMHA) as a service (Masakari)

Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service for manage and control the automated rescue mechanism.

Code and Bug/Feature trackers

Masakari

API service and recovery engine for Masakari
Official name Masakari
Source code https://github.com/openstack/masakari
Bug tracker https://bugs.launchpad.net/masakari
Feature tracker https://blueprints.launchpad.net/masakari
Developer doc http://docs.openstack.org/developer/masakari/

python-masakariclient

python-masakariclient provides python client library for Masakari built on the Masakari APIs. It provides a Python API (the masakariclient module) and a command-line tool for masakari.

Official name Masakari
Source code https://github.com/openstack/python-masakariclient
Bug tracker https://bugs.launchpad.net/python-masakariclient
Feature tracker https://blueprints.launchpad.net/python-masakariclient
Developer doc http://docs.openstack.org/developer/python-masakariclient

masakari-monitors

Masakari-monitors provides monitoring tools for Masakari. These tools monitor the openstack nova compute node and send notification to Masakari using masakari APIs.

Official name Masakari
Source code https://github.com/openstack/masakari-monitors
Bug tracker https://bugs.launchpad.net/masakari-monitors
Feature tracker https://blueprints.launchpad.net/masakari-monitors
Developer doc http://docs.openstack.org/developer/masakari-monitors