rubbos installation guide
[bottlenecks.git] / vstf / vstf / agent / unittest / env / configuration / Tu.json
1 {
2     "scenario": "tu",
3     "env-build": [
4         {
5             "ip": "192.168.188.16",
6             "drivers": [
7                 "tap_vhost"
8             ],
9             "vms": [
10                 {
11                     "vm_cpu": 3,
12                     "vm_name": "test1",
13                     "vm_memory": 4194304,
14                     "image_path": "/mnt/sdb/test1.qcow2",
15                     "image_type": "qcow2",
16                     "init_config": {
17                         "amqp_server": "192.168.188.10",
18                         "ctrl_ip_setting": "192.168.188.200/23",
19                         "ctrl_gw": "192.168.188.1"
20                     },
21                     "taps": [
22                         {
23                             "tap_name": "tap1",
24                             "br_type": "ovs",
25                             "br_name": "ovs1",
26                             "tap_mac": "56:6f:44:a5:3f:a2",
27                             "vlan_mode": "access",
28                             "vlan_id": "100"
29                         }
30                     ]
31                 },
32                 {
33                     "vm_cpu": 3,
34                     "vm_name": "test2",
35                     "vm_memory": 4194304,
36                     "image_path": "/mnt/sdb/test2.qcow2",
37                     "image_type": "qcow2",
38                     "init_config": {
39                         "amqp_server": "192.168.188.10",
40                         "ctrl_ip_setting": "192.168.188.201/23",
41                         "ctrl_gw": "192.168.188.1"
42                     },
43                     "taps": [
44                         {
45                             "tap_name": "tap2",
46                             "br_type": "ovs",
47                             "br_name": "ovs1",
48                             "tap_mac": "56:6f:44:a5:3f:a3",
49                             "vlan_mode": "access",
50                             "vlan_id": "100"
51                         }
52                     ]
53                 }
54             ],
55             "bridges": [
56                 {
57                     "type": "ovs",
58                     "name": "ovs1",
59                     "uplinks": [],
60                     "vtep": {},
61                     "fastlink": [
62                         {
63                             "inport": "tap1",
64                             "outport": "tap2"
65                         }
66                     ]
67                 }
68             ]
69         }
70     ]
71 }