summaryrefslogtreecommitdiff
path: root/tests/libxlxml2domconfigdata/basic-pv.json
blob: 0f846daabdb499a64cc2d92e284ce76ec7745b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "c_info": {
        "type": "pv",
        "name": "test-pv",
        "uuid": "039e9ee6-4a84-3055-4c81-8ba426ae2656"
    },
    "b_info": {
        "max_vcpus": 4,
        "avail_vcpus": [
            0,
            1,
            2,
            3
        ],
        "max_memkb": 524288,
        "target_memkb": 524288,
        "sched_params": {

        },
        "type.pv": {
            "bootloader": "pygrub"
        },
        "arch_arm": {

        }
    },
    "disks": [
        {
            "pdev_path": "/var/lib/xen/images/test-pv.img",
            "vdev": "xvda",
            "backend": "qdisk",
            "format": "raw",
            "removable": 1,
            "readwrite": 1
        }
    ],
    "nics": [
        {
            "devid": 0,
            "mac": "00:16:3e:3e:86:60",
            "bridge": "br0",
            "script": "/etc/xen/scripts/vif-bridge",
            "nictype": "vif"
        }
    ],
    "vfbs": [
        {
	    "devid": -1,
            "vnc": {
                "enable": "True",
                "listen": "0.0.0.0",
                "findunused": "False"
            },
            "sdl": {
                "enable": "False"
            }
        }
    ],
    "vkbs": [
        {
	    "devid": -1
        }
    ],
    "on_reboot": "restart"
}