Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db @ 2ebaf6f3

Name Size
  fixtures
  migrations
  pools
__init__.py 1.9 kB
aes_encrypt.py 3.5 kB
fields.py 2.8 kB
models.py 41.5 kB
models_factory.py 9.4 kB
query.py 2.9 kB
tests.py 10.7 kB
utils.py 1.8 kB
views.py 26 Bytes

Latest revisions

# Date Author Comment
2ebaf6f3 02/10/2014 04:20 pm Christos Stavrakakis

cyclades: Fix typo

8c3c855f 02/04/2014 04:40 pm Christos Stavrakakis

cyclades: Validate length of fields

ef5970d9 02/03/2014 11:48 am Christos Stavrakakis

cyclades: WIP migration for Volumes

d05e5324 02/03/2014 11:44 am Christos Stavrakakis

cyclades: Count quotas for volumes

Update Cyclades quotas to count the size of the Volumes in the
'cyclades.disk' resources:

  • Update server creation to count the disk not based on the server
    flavor, but on the newly created volumes (those volume which are in...
2b8f654c 01/31/2014 12:37 pm Christos Stavrakakis

cyclades: Rename 'snf-volume-%d' to 'snf-vol-%d'

58194535 01/29/2014 03:57 pm Christos Stavrakakis

cyclades: Add 'disk_template' to Volumes

Also check GANETI_CLONE_PROVIDERS

910d960d 01/29/2014 03:53 pm Christos Stavrakakis

cyclades: Implement API for volume attachments

Extend /servers API with 'os-volume_attachments' endpoint, containing
API calls for attaching and detaching volumes to servers, and
listing/showing the volumes of a server.

5f90e24c 01/29/2014 03:53 pm Christos Stavrakakis

cyclades: Various fixes relative for volumes

  • Do not store source_{volume_id, image_id, snapshot_id} as seperate
    fields. Instead store them in the 'source' field, with a special prefix
    to indicate the source type.
  • Add 'origin' field to Volume model to contain the origin that will be...
d4617818 01/29/2014 03:52 pm Christos Stavrakakis

cyclades: Create DB models for 'volume' app

Create new database models for 'volume' app:
  • Volume
  • Snapshot
  • VolumeMetadata
  • SnapshotMetadata

Also add VolumeFactory and SnapshotFactory models factories.

62b76f38 01/22/2014 12:50 pm Christos Stavrakakis

cyclades: Extend flavors with 'allow_create' field

  • Add 'allow_create' field to Flavor DB model and the corresponding
    migration.
  • Extend API for flavors to return the 'SNF:allow_create' attribute
  • Update POST /servers API call to check that the flavor that is...

View revisions

Also available in: Atom