Tools and automation to achieve Disaster Recovery of OpenStack Cloud Platforms
Go to file
Zuul f911b2965f Merge "Adding support for plugable monitoring systems adding support for pbr restructuring osha" 2015-12-22 16:18:08 +00:00
DOCS Add diagram 2015-12-21 11:35:19 +00:00
etc Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
osha Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
.gitignore Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
.gitreview Added .gitreview 2015-12-18 13:07:03 +00:00
AUTHORS Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
ChangeLog Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
README.rst Big Bang 2015-12-21 11:36:52 +00:00
requirements.txt Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
setup.cfg Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00
setup.py Adding support for plugable monitoring systems 2015-12-22 16:24:20 +00:00

README.rst

Openstack Compute High Availability

Osha allows Openstack to have High availability in compute nodes. Simply it monitors all compute nodes in your deployment and if there is any failure in one of the computes it launches the evacuation tool to evacuate this node and move all instances to another compute node.

Osha has a plugable architecture so you can use any monitoring system you want to use it for monitoring your compute nodes just by adding a simple plugin and adjust your configuration file to use this plugin or combination of plugins if you want

Osha runs as scheduler in the control plane which communicates with the monitoring system to get compute nodes status For running osha under high availability mode, it should run with active passive mode.