Statistics
| Branch: | Tag: | Revision:

root / logic @ 4d713480

Name Size
  management
__init__.py 0 Bytes
amqp_connection.py 3.4 kB
backend.py 11.2 kB
callbacks.py 8.3 kB
credits.py 5.5 kB
dispatcher.py 11.7 kB
email_send.py 2.6 kB
log.py 2.1 kB
logging.conf 1.6 kB
models.py 1 Byte
tests.py 7.9 kB
users.py 3.6 kB
utils.py 3.7 kB
views.py 0 Bytes

Latest revisions

# Date Author Comment
4d713480 07/11/2011 12:02 pm Vangelis Koukis

Make Ganeti disk template a configurable setting

Make the disk template to use for Ganeti instances (e.g., 'plain'
or 'drbd') a configurable setting in settings.d/20-api.conf,
fixes #777.

9544c82f 07/11/2011 11:21 am Vangelis Koukis

Set hv parameter serial_console=False explicitly

Be explicit about Synnefo-controlled instances having
hypervisor parameter serial_console set to False, so that the
RAPI GetInstanceConsole() call returns consoles of kind 'vnc',
fixes #785.

71099804 07/11/2011 11:03 am Vangelis Koukis

Remove RAPI GetInstanceConsole() call

Remove RAPI GetInstanceConsole() call, because it returns a
potentially unusable endpoint based on cluster-wide vnc_bind_address,
usually 0.0.0.0 or 127.0.0.1. Until this is fixed on the Ganeti side,
we construct a console info reply based on the primary node and network...

4d9e5ad0 07/07/2011 05:09 pm Giorgos Gousios

Merge branch 'api-current' of https://code.grnet.gr/git/synnefo into api-current

d028ab18 07/07/2011 05:08 pm Giorgos Gousios

Handle and log system exceptions on invitation send

f90c3d8c 07/07/2011 04:54 pm Vangelis Koukis

Make server deletion complete asynchronously

Make server deletion complete asynchronously, by only setting
the deleted flag for an instance of the VirtualMachine model when
an OP_INSTANCE_REMOVE operation completes successfully at the backend.

This means that DELETE /servers/id returns HTTP 204, the server...

61868190 07/07/2011 04:30 pm Vangelis Koukis

Enforce flavor-specified disk size for new VMs

Enforce the flavor-specified disk size when creating a new VM.
Introduce the new IGNORE_FLAVOR_DISK_SIZES setting, which makes the API always
create VMs with 4GB or 14GB disks.
This is useful in development deployments where disk space is scarce.

583bfaa0 07/07/2011 04:15 pm Giorgos Gousios

More robust email sending

-Synchronous send message function returns Boolean to indicate success or failure
-Queued emails that were not sent are not removed from the queue

9f8ad4c5 07/06/2011 04:06 pm Giorgos Gousios

Configurable number of invitations per invitation level

Refs: #439

d5470cdd 07/05/2011 02:12 pm Giorgos Gousios

Fix minor error in variable naming

View revisions

Also available in: Atom