Skip to content

Commit

Permalink
Fixed overview of verwalter
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Sep 11, 2015
1 parent f00a0de commit e9a9a17
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Concepts

Verwalter is a tool that manages cluster of services.

Briefly verwalter provides the following:
Briefly verwalter does the following:

* Starts configured set of services
* Monitors cluster load and changes number of workers on demand
* Does gradual software update of supervised services triggered by operator
* Provides limited form of service discovery
* All the features are scriptable by clean an simple lua_ code fragments

* Cluster-wide resource management that is scriptable by lua_
* Limited service discovery

It builds on top of lithos_ (which is isolation, containarization and
supervising service) and cantal_ (which is sub-real-time monitoring and node
Expand Down Expand Up @@ -396,7 +400,7 @@ Let's repeat that again: because verwalter is not a database, consistency is
not important here. I.e. if some resources are provided by DC1 for DC2 and for
some reason latter lost connectivity or has some other reason to not use
requested resources, we just release them on a timeout by looking at
appropriate metrics. So dialog between data centers leaders translated to
appropriate metrics. So dialog between data center leaders translated to
the human language may look like the following:

.. image:: pic/cross-dc-dialog.svg
Expand Down

0 comments on commit e9a9a17

Please sign in to comment.