Tools and automation to achieve Disaster Recovery of OpenStack Cloud Platforms
Go to file
Saad Zaher 0ee63ad837 Big Bang
Change-Id: I16c69cf1d2ad6ff7c5b05ec5f3528e7cd8785249
2015-12-21 11:36:52 +00:00
.gitreview Added .gitreview 2015-12-18 13:07:03 +00:00
README.rst Big Bang 2015-12-21 11:36:52 +00:00
daemon.py Big Bang 2015-12-21 11:36:52 +00:00
evacuate.py Big Bang 2015-12-21 11:36:52 +00:00
ipmitool.py Big Bang 2015-12-21 11:36:52 +00:00
monitor.py Big Bang 2015-12-21 11:36:52 +00:00
osclient.py Big Bang 2015-12-21 11:36:52 +00:00
osha.py Big Bang 2015-12-21 11:36:52 +00:00
requirements.txt Big Bang 2015-12-21 11:36:52 +00:00
servers.yml Big Bang 2015-12-21 11:36:52 +00:00
yaml_parser.py Big Bang 2015-12-21 11:36:52 +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.