Statistics
| Branch: | Tag: | Revision:

root / ganeti / ganeti-eventd.py @ 28f97815

History | View | Annotate | Download (7.4 kB)

# Date Author Comment
80dcd124 06/06/2011 08:44 am Vangelis Koukis

Also handle IN_MOVED_TO event in ganeti-eventd.py

Also handle the IN_MOVED_TO event from inotify() in ganeti-eventd.py,
to work with Ganeti versions >=2.4.2, which write to a temporary file
in the job queue, then rename it immediately.

2cd99e7a 05/11/2011 09:53 am Giorgos Gousios

Style and pylint suggested fixes

7ca9e930 05/09/2011 05:56 pm Vangelis Koukis

Improve AMQP-specific parts of settings.py.dist

Add support in settings.py.dist for fixing AMQP-specific variables
in settings after setting BACKEND_PREFIX_ID.

Temporarily use two different queues for routing messages of type
"ganeti-op-status" and "ganeti-net-status" independently....

b9eef123 05/09/2011 03:59 pm Vangelis Koukis

Extend Synnefo Ganeti Hook, add support for AMQP

Extend the Synnefo Ganeti hook, add support for publishing
notifications over AMQP: * Make all hooks inherit from GanetiHook * Connect to RabbitMQ, publish notifications in JSON * Extend post-instance-start hook to publish net updates...

432e5455 05/09/2011 12:15 pm Giorgos Gousios

Fix routing key naming

80bd5072 05/09/2011 10:54 am Giorgos Gousios

Better handling of queue errors - resend until successful

fix suggested by vkoukis

5d081749 05/02/2011 05:03 pm Georgios Gousios

Dynamic configuration of queues from settings.py

This commit enables test users to bind arbitrary functions in response
to queued messages, using the topic queue pattern

http://www.rabbitmq.com/tutorials/tutorial-five-python.html

refs: #393

03a4b970 04/28/2011 04:15 pm Georgios Gousios

Change log specifier

da102335 04/28/2011 02:12 pm Georgios Gousios

Remove 0mq based code

15f14c26 04/28/2011 02:05 pm Georgios Gousios

Don't skip wait time on connection attempt

348f53de 04/28/2011 11:45 am Georgios Gousios

Make ganeti event handling resilient to msg server restarts

031d3f3a 04/27/2011 01:16 pm Georgios Gousios

Remove carrot, rely on amqplib.

5234e600 04/27/2011 10:55 am Georgios Gousios

Use settings from settings.py

b024b97a 04/27/2011 09:19 am Georgios Gousios

Half-baked convertion to rabbitmq