Statistics
| Branch: | Tag: | Revision:

root / settings.d / 20-api.conf @ f4fe8796

History | View | Annotate | Download (4 kB)

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

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.

9b5b718a 06/30/2011 05:04 pm Giorgos Verigakis

Use a default firewall profile on public networks

Uses settings.DEFAULT_FIREWALL_PROFILE in case an instance has no firewall tags defined.

Refs #659

5391d6b5 06/30/2011 01:49 pm Giorgos Verigakis

Update API to return 4 kinds of graphs

Also temporarily disable encryption of backend id.

Refs #527

669642df 06/30/2011 01:03 pm Giorgos Verigakis

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

c738c935 06/29/2011 01:15 pm Giorgos Verigakis

Add a Get Server Stats API method

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....
ccd0d474 06/28/2011 01:07 pm Giorgos Verigakis

Limit the number of VMs a user can create

Controlled by the MAX_VMS_PER_USER setting.

Fixes #703

1277fb19 06/27/2011 04:40 pm Vangelis Koukis

Split settings.py.dist in distinct conf files

Split settings.py.dist in distinct conf files under settings.d/,
similarly to:

https://code.djangoproject.com/wiki/SplitSettings#UsingalistofconffilesTransifex

Use settings..d/*-local.conf files for local modifications,...