summaryrefslogtreecommitdiffstats
path: root/vstf/etc/vstf/env/Tu.json
blob: 95bb81fc5839965b7ae2d1d9eb2451e1984d5b85 (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
66
67
68
69
70
{
    "env-build": [
        {
            "ip": "192.168.188.16",
            "drivers": [
                "vhost_net"
            ],
            "bridges": [
                {
                    "type": "ovs",
                    "name": "ovs1",
                    "uplinks": [],
                    "vtep": {},
                    "fastlink": [
                        {
                            "inport": "tap0",
                            "outport": "tap1"
                        }
                    ]
                }
            ],
            "vms": [
                {
                    "vm_cpu": 3,
                    "vm_name": "test1",
                    "vm_memory": 4194304,
                    "image_path": "/mnt/sdb/test1.qcow2",
                    "image_type": "qcow2",
                    "init_config": {
                        "amqp_server": "192.168.188.10",
                        "ctrl_ip_setting": "192.168.188.200/23",
                        "ctrl_gw": "192.168.188.1"
                    },
                    "taps": [
                        {
                            "tap_name": "tap0",
                            "br_type": "ovs",
                            "br_name": "ovs1",
                            "tap_mac": "56:6f:44:a5:3f:a2",
                            "vlan_mode": "access",
                            "vlan_id": "100"
                        }
                    ]
                },
                {
                    "vm_cpu": 3,
                    "vm_name": "test2",
                    "vm_memory": 4194304,
                    "image_path": "/mnt/sdb/test2.qcow2",
                    "image_type": "qcow2",
                    "init_config": {
                        "amqp_server": "192.168.188.10",
                        "ctrl_ip_setting": "192.168.188.201/23",
                        "ctrl_gw": "192.168.188.1"
                    },
                    "taps": [
                        {
                            "tap_name": "tap1",
                            "br_type": "ovs",
                            "br_name": "ovs1",
                            "tap_mac": "56:6f:44:a5:3f:a4",
                            "vlan_mode": "access",
                            "vlan_id": "100"
                        }
                    ]
                }
            ]
        }
    ]
}