Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / fixtures / vms.json @ 5ba2cfd2

History | View | Annotate | Download (1.7 kB)

1
[
2
    {
3
        "model": "db.VirtualMachine",
4
        "pk": 1001,
5
        "fields": {
6
            "userid": "test",
7
            "name": "snf-1001",
8
            "created": "2011-02-06 00:00:00",
9
            "updated": "2011-02-06 00:00:00",
10
            "imageid": "1",
11
            "hostid": "HAL-9000",
12
            "flavor": 1,
13
            "operstate": "STOPPED"
14
        }
15
    },
16
    {
17
        "model": "db.VirtualMachine",
18
        "pk": 1002,
19
        "fields": {
20
            "userid": "test",
21
            "name": "snf-1002",
22
            "created": "2011-02-10 00:00:00",
23
            "updated": "2011-02-10 00:00:00",
24
            "imageid": "1",
25
            "hostid": "HAL-9000",
26
            "flavor": 1,
27
            "operstate": "BUILD"
28
        }
29
    },
30
    {
31
        "model": "db.VirtualMachine",
32
        "pk": 1003,
33
        "fields": {
34
            "userid": "test",
35
            "name": "snf-1003",
36
            "created": "2011-02-10 00:00:00",
37
            "updated": "2011-02-10 00:00:00",
38
            "imageid": "1",
39
            "hostid": "HAL-9000",
40
            "flavor": 1,
41
            "operstate": "STARTED"
42
        }
43
    },
44
    {
45
        "model": "db.VirtualMachine",
46
        "pk": 1004,
47
        "userid": "test",
48
        "fields": {
49
            "userid": "test",
50
            "name": "snf-1004",
51
            "created": "2011-02-10 00:00:00",
52
            "updated": "2011-02-10 00:00:00",
53
            "imageid": "1",
54
            "hostid": "HAL-9000",
55
            "flavor": 1,
56
            "operstate": "STARTED"
57
        }
58
    },
59
    {
60
        "model": "db.VirtualMachineMetadata",
61
        "pk": 1,
62
        "fields": {
63
            "meta_key": "OS",
64
            "meta_value": "debian",
65
            "vm": 1001
66
        }
67
    }
68
]