Updating setup.cfg and README files

This commit is contained in:
Saad Zaher 2016-05-10 10:39:43 +00:00
parent fdbb15848f
commit 87f4a6ffcd
2 changed files with 25 additions and 10 deletions

View File

@ -1,6 +1,6 @@
==================
=========================
Freezer Disaster Recovery
==================
=========================
freezer-dr, Openstack Compute node High Available provides compute node high availability for OpenStack.
Simply freezer-dr monitors all compute nodes running in a cloud deployment and if there is any failure
@ -22,15 +22,16 @@ freezer-dr should run in the control plane, however the architecture supports di
For running freezer-dr under high availability mode, it should run with active passive mode.
-----------------
------------
How it works
-----------------
------------
Starting freezer-dr:
Starting freezer-dr
1. freezer-dr Monitoring manager is going to load the required monitoring driver according to the configuration
2. freezer-dr will query the monitoring system to check if it considers any compute nodes to be down ?
3.1. if no, freezer-dr will exit displaying No failed nodes
3.2. if yes, freezer-dr will call the fencing manager to fence the failed compute node
3. if no, freezer-dr will exit displaying No failed nodes
3. if yes, freezer-dr will call the fencing manager to fence the failed compute node
4. Fencing manager will load the correct fencer according to the configuration
5. once the compute node is fenced and is powered off now we will start the evacuation process
6. freezer-dr will load the correct evacuation driver

View File

@ -1,14 +1,15 @@
[metadata]
name = freezer-dr
version = 0.1
version = 1.0
summary = OpenStack Disaster Recovery
description-file =
README.rst
author = OpenStack
author = Freezer Team
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
home-page = https://wiki.openstack.org/wiki/Freezer
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
@ -16,6 +17,19 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Development Status :: 5 - Production/Stable
Natural Language :: English
Operating System :: POSIX :: Linux
Topic :: System :: Recovery Tools
keywords =
openstack
freezer
disaster
recovery
evacuation
high availability
dr
[files]
packages =