Statistics
| Branch: | Tag: | Revision:

root / logic @ 9068cd85

Name Size
  management
__init__.py 0 Bytes
amqp_connection.py 3.5 kB
backend.py 12.6 kB
callbacks.py 9.2 kB
credits.py 5.5 kB
dispatcher.py 13.8 kB
email_send.py 2.6 kB
log.py 2.1 kB
logging.conf 1.5 kB
models.py 1 Byte
tests.py 13.3 kB
users.py 3.7 kB
utils.py 3.7 kB
views.py 0 Bytes

Latest revisions

# Date Author Comment
226f086a 07/21/2011 06:08 pm Giorgos Gousios

Move queue declaration to the dispatcher

Move queue declaration and initialization to the dispatcher since the dispatcher is the only consumer of this information.

Refs: #809

8a67cddc 07/21/2011 06:08 pm Giorgos Gousios

Don't trigger reconciliation for deleted/suspended VMs

698d0666 07/21/2011 06:08 pm Giorgos Gousios

Move queue initialization to its own method

...in order for other standalone commands (drain, purge, etc) to be able to use the
declared queues

9068cd85 07/21/2011 06:08 pm Giorgos Gousios

Process build progress update notifications

Catch build progress update messages from AMQP, process and store them in the database. Test to store the processing operations

Refs: #885

5eedb0e4 07/19/2011 05:07 pm Vangelis Koukis

Fix reference to inexistent setting

Fix reference to setting GANETI_OS_PROVIDER
which has been become part of GANETI_CREATEINSTANCE_KWARGS.

3d3c58d7 07/19/2011 03:50 pm Giorgos Gousios

Email related changes

-Use Django's DEFAULT_FROM_EMAIL configuration setting instead of custom setting
-Send invitations from the DEFAULT_FROM_EMAIL account

1c382247 07/17/2011 09:39 pm Vangelis Koukis

Make RAPI CreateInstance() arguments configurable

Make RAPI CreateInstance() arguments deployment-specific.
Add the GANETI_CREATEINSTANCE_KWARGS setting, which allows the administrator
to set arbitrary arguments to RAPI CreateInstance().

Also add initial version of README.Upgrade, detailing...

cf8482f2 07/17/2011 01:20 pm Giorgos Verigakis

Improve user support

  • Use logic functions when possible
  • Add user invite command

Refs #827

5c614d83 07/13/2011 03:32 pm Vangelis Koukis

Merge branch 'api-current'

95aee02c 07/13/2011 03:28 pm Vangelis Koukis

Add unit tests for process_op_status()

Add unit tests for all supported code paths in
logic/backend.py:process_op_status(), for the various notifications
of type 'ganeti-op-status'.

Also catch the exception raised when a ganeti-op-status notification
contains an opcode not handled by Synnefo.

View revisions

Also available in: Atom