Statistics
| Branch: | Tag: | Revision:

root / ganeti / tests.py @ f4fe8796

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
bd29052f 06/30/2011 02:05 pm Vangelis Koukis

Include firewall info in ganeti-net-status msgs

Extend the Ganeti hook to include firewall information in notifications
of type ganeti-net-status. Use synnefo:network:* instance tags, as
passed through the GANETI_INSTANCE_TAGS environment variable to determine...

9cb903f9 06/29/2011 01:15 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
5813a499 05/31/2011 11:29 am Vangelis Koukis

Update tests for extended ganeti-net-status msg

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...

ff55193e 05/08/2011 05:20 pm Vangelis Koukis

Add initial version of Synnefo Ganeti hook

Add initial version of a Synnefo-specific Ganeti hook, which will
eventually use the redesigned messaging architecture to publish
notifications to the rest of the infrastructure, refs #393.

  • Add generic hook handler ganeti/snf-ganeti-hook.py...
06a0e098 02/01/2011 10:56 am Vassilios Karakoidas
  • Import ganeti into django application
  • Add tests.py for automated testing through django