Statistics
| Branch: | Tag: | Revision:

root / ganeti / tests.py @ 5039a44f

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
746c6bf4 06/30/2011 03:41 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....
eab0602e 06/30/2011 03:41 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...

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes

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