Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / vms.json @ 0a92f190

History | View | Annotate | Download (2.2 kB)

1
[
2
    {
3
        "model": "db.VirtualMachine",
4
        "pk": 1001,
5
        "fields": {
6
            "name": "snf-1001",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "charged": "2011-02-06 00:00:00",
10
            "sourceimage": 1,
11
            "hostid": "HAL-9000",
12
            "description": "database server",
13
            "ipfour": "192.168.2.1",
14
            "ipsix": "::1",
15
            "flavor": 1,
16
            "_operstate": "STOPPED"
17
        }
18
    },
19
    {
20
        "model": "db.VirtualMachine",
21
        "pk": 1002,
22
        "fields": {
23
            "name": "snf-1002",
24
            "created": "2011-02-10 00:00:00",
25
            "updated": "2011-02-10 00:00:00",
26
            "charged": "2011-02-10 00:00:00",
27
            "sourceimage": 1,
28
            "hostid": "HAL-9000",
29
            "description": "mail server",
30
            "ipfour": "192.168.2.2",
31
            "ipsix": "::2",
32
            "flavor": 1,
33
            "_operstate": "BUILD"
34
        }
35
    },
36
    {
37
        "model": "db.VirtualMachine",
38
        "pk": 1003,
39
        "fields": {
40
            "name": "snf-1003",
41
            "created": "2011-02-10 00:00:00",
42
            "updated": "2011-02-10 00:00:00",
43
            "charged": "2011-02-10 00:00:00",
44
            "sourceimage": 1,
45
            "hostid": "HAL-9000",
46
            "description": "my server",
47
            "ipfour": "192.168.2.3",
48
            "ipsix": "::3",
49
            "flavor": 1,
50
            "_operstate": "STARTED"
51
        }
52
    },
53
    {
54
        "model": "db.VirtualMachine",
55
        "pk": 1004,
56
        "fields": {
57
            "name": "snf-1004",
58
            "created": "2011-02-10 00:00:00",
59
            "updated": "2011-02-10 00:00:00",
60
            "charged": "2011-02-10 00:00:00",
61
            "sourceimage": 1,
62
            "hostid": "HAL-9000",
63
            "description": "my 2nd server",
64
            "ipfour": "192.168.2.4",
65
            "ipsix": "::4",
66
            "flavor": 1,
67
            "_operstate": "STARTED"
68
        }
69
    },
70
    {
71
        "model": "db.VirtualMachineMetadata",
72
        "pk": 1,
73
        "fields": {
74
            "meta_key": "OS",
75
            "meta_value": "debian",
76
            "vm": 1001
77
        }
78
    }
79
]