Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / vms.json @ 4f816236

History | View | Annotate | Download (2.4 kB)

1
[
2
    {
3
        "model": "db.Image",
4
        "pk": 1,
5
        "fields": {
6
            "name": "Debian Squeeze",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "state": "ACTIVE"
10
        }
11
    },
12
    {
13
        "model": "db.VirtualMachine",
14
        "pk": 1001,
15
        "fields": {
16
            "owner": 1,
17
            "name": "snf-1001",
18
            "created": "2011-02-06 00:00:00",
19
            "updated": "2011-02-06 00:00:00",
20
            "charged": "2011-02-06 00:00:00",
21
            "sourceimage": 1,
22
            "hostid": "HAL-9000",
23
            "flavor": 1,
24
            "operstate": "STOPPED"
25
        }
26
    },
27
    {
28
        "model": "db.VirtualMachine",
29
        "pk": 1002,
30
        "fields": {
31
            "owner": 1,
32
            "name": "snf-1002",
33
            "created": "2011-02-10 00:00:00",
34
            "updated": "2011-02-10 00:00:00",
35
            "charged": "2011-02-10 00:00:00",
36
            "sourceimage": 1,
37
            "hostid": "HAL-9000",
38
            "flavor": 1,
39
            "operstate": "BUILD"
40
        }
41
    },
42
    {
43
        "model": "db.VirtualMachine",
44
        "pk": 1003,
45
        "fields": {
46
            "owner": 1,
47
            "name": "snf-1003",
48
            "created": "2011-02-10 00:00:00",
49
            "updated": "2011-02-10 00:00:00",
50
            "charged": "2011-02-10 00:00:00",
51
            "sourceimage": 1,
52
            "hostid": "HAL-9000",
53
            "flavor": 1,
54
            "operstate": "STARTED"
55
        }
56
    },
57
    {
58
        "model": "db.VirtualMachine",
59
        "pk": 1004,
60
        "owner": 1,
61
        "fields": {
62
            "owner": 1,
63
            "name": "snf-1004",
64
            "created": "2011-02-10 00:00:00",
65
            "updated": "2011-02-10 00:00:00",
66
            "charged": "2011-02-10 00:00:00",
67
            "sourceimage": 1,
68
            "hostid": "HAL-9000",
69
            "flavor": 1,
70
            "operstate": "STARTED"
71
        }
72
    },
73
    {
74
        "model": "db.VirtualMachineMetadata",
75
        "pk": 1,
76
        "fields": {
77
            "meta_key": "OS",
78
            "meta_value": "debian",
79
            "vm": 1001
80
        }
81
    },
82
    {
83
        "model": "db.Image",
84
        "pk": 2,
85
        "fields": {
86
            "name": "Slackware 13.1",
87
            "created": "2011-02-10 00:00:00",
88
            "updated": "2011-02-10 00:00:00",
89
            "state": "ACTIVE",
90
            "owner": 1,
91
            "sourcevm": 1001
92
        }
93
    }
94
]