Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Metad @ acc1eb23

Name Size
ConfigServer.hs 7.4 kB
Server.hs 1.2 kB
Types.hs 867 Bytes
WebServer.hs 3.8 kB

Latest revisions

# Date Author Comment
acc1eb23 04/02/2014 02:19 pm Jose A. Lopes

Add metadata daemon server entry point

... which starts the configuration and web servers.

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Hrvoje Ribicic <>

bf3a5cc0 04/02/2014 02:19 pm Jose A. Lopes

Modify metadata daemon web server to serve OS parameters

Extend metadata web server to serve the OS parameters from the shared
MVar containing the instances' configurations, indexed by their IP
address.

Signed-off-by: Jose A. Lopes <>...

f007e290 04/02/2014 02:18 pm Jose A. Lopes

Add metadata daemon configuration server

The configuration server listens on a Unix socket for connections from
the node daemon. The node daemon sends the instance parameters to the
configuration server so they can be served through the metadata daemon
web server to the instances which have the communication mechanism...

80929ecb 04/02/2014 02:18 pm Jose A. Lopes

Add metadata daemon types

The metadata daemon will be responsible for receiving the instance
parameters from the node daemon and keeping them in memory. The type
of the instance parameters in defined in a separate module because it
will be shared between the web server and the configuration server....

57ccc712 04/02/2014 02:18 pm Jose A. Lopes

Move metadata daemon to its own directory

Currently, the metadata daemon is mainly a web server. However, a new
configuration server will be introduced along with other metadata
related modules. Therefore, this patch moves the current metadata
daemon web server to its own directory. This module is also renamed...

View revisions

Also available in: Atom