Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / images.json @ d41d6a00

History | View | Annotate | Download (9.2 kB)

# Date Author Comment
d41d6a00 07/18/2011 08:08 pm Nikos Skalkotos

Update windows image in fixtures

ab9b434c 07/18/2011 08:03 pm Nikos Skalkotos

Update image fixtures to reflect current state

da4e15b4 07/12/2011 04:25 pm Nikos Skalkotos

Update Debian Desktop backend_id in fixtures

f1c3355e 07/07/2011 11:58 am Nikos Skalkotos

Add support for CentosOS 5.6

3d9ae008 07/01/2011 05:31 pm Vangelis Koukis

Merge branch 'images'

Conflicts:
README.deploy
db/fixtures/images.json

3d442ce4 07/01/2011 03:12 pm Nikos Skalkotos

Cleanup fixtures for images

72451c27 06/29/2011 01:36 pm Nikos Skalkotos

Update debian-base image info in fixtures

Update fixtures to reflect the new debian-base squeeze image.

a191bd4d 06/21/2011 01:07 pm Giorgos Verigakis

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

Conflicts:
api/images.py
api/networks.py
contrib/ganeti-hooks/kvm-vif-bridge
db/fixtures/images.json
db/models.py
logic/backend.py
logic/tests.py
settings.py.dist
tools/cloud

75768d0e 06/20/2011 02:54 pm Giorgos Verigakis

Add a public attribute to Images

list_images now returns images that either match the owner, or
that are marked as public.

Fixes #555

Database migration needed.

2b74a609 06/09/2011 04:48 pm Constantinos Venetsanopoulos

Add fixture for a testing Windows Image

b804d6fd 05/30/2011 06:42 pm Nikos Skalkotos

Added new fixture for Fedora 15 Desktop image

fdd39b0f 05/27/2011 11:57 am Constantinos Venetsanopoulos

Add new fixture for Fedora 14 Image

b7d29d41 05/25/2011 02:40 pm Constantinos Venetsanopoulos

Add initial support for different Image formats

Initial support for choosing between different Image formats:

  • New field in Image model (migration needed)
  • New lvm Image in fixtures
  • Minor fixes
1ef58e5b 05/13/2011 07:09 pm Constantinos Venetsanopoulos

Initial commit for Image Support in Synnefo

Add Image Support in Synnefo, more specifically: * Add fixtures for 4 actual images * Add two more fields in Image model (backend_id, format) * Commit South migration for Image model * Modify create_instance() in logic/backend.py to pass OS parameters...

a9543e4c 05/02/2011 05:54 pm Giorgos Verigakis

Add an owner to the image fixtures

10532027 04/12/2011 10:33 am Constantinos Venetsanopoulos

Added Image Metadata (OS, kernel) in fixtures

883de713 04/05/2011 06:16 pm Giorgos Verigakis

Port tests to the new API

manage.py test api should work now

432fc8c3 04/05/2011 01:21 pm Giorgos Verigakis

Add metadata support in Images

Removed description and size from Image model.

f7cac984 04/04/2011 11:52 pm Markos Gogoulos

add description and size as metadata on db/fixtures/images

2d405b6a 03/09/2011 05:07 pm Constantinos Venetsanopoulos

Added Image Metadata in fixtures (images.json)

f53a9423 03/03/2011 05:49 pm Vangelis Koukis

Add independent fixtures for the Image model

Add independent fixtures for the Image model in db/fixtures/images.json,
no dependencies from VirtualMachine instances.

8707738f 03/03/2011 03:15 pm Vangelis Koukis

Add README.DB, minor fixes to fixtures

Add new file README.DB with instructions for PostgreSQL and MySQL setups.
Modify fixtures to include definition of Images in definition of VMs
(vms.json), ensuring referential integrity.

739bd6e8 02/25/2011 04:37 pm Constantinos Venetsanopoulos

Add values for 'size' and 'sourcevm' in Image fixtures

60bf38e1 02/22/2011 06:22 pm Vangelis Koukis

Split initial_data.json, minor fixes in models.py.

Split initial_data.json into different fixtures, one for each model.
Fixtures can be loaded as needed using the loaddata command.
See the README for all the details.

Add a complete set of instances for the Flavor model....