rubbos installation guide
[bottlenecks.git] / vstf / vstf / agent / unittest / env / configuration / Ti.json
1 {
2     "scenario": "ti",
3     "env-build": [
4         {
5             "ip": "192.168.188.16", 
6             "drivers": [
7                 "ixgbe",
8                 "vhost_net"
9             ], 
10             "vms": [
11                 {
12                         "vm_cpu": 3,
13                     "vm_name": "test1",
14                     "vm_memory": 4194304, 
15                     "image_path": "/mnt/sdb/test1.qcow2",
16                     "image_type": "qcow2",
17                     "init_config": {
18                         "amqp_server": "192.168.188.10",
19                         "ctrl_ip_setting": "192.168.188.200/23", 
20                         "ctrl_gw": "192.168.188.1"
21                     }, 
22                     "taps":[
23                         {
24                                 "tap_name": "tap_in",
25                                 "br_type": "ovs",
26                                 "br_name": "ovs1",
27                                 "tap_mac": "56:6f:44:a5:3f:a2",
28                                 "vlan_mode": "access",
29                                 "vlan_id": "100"
30                         }
31                     ],
32                     "ctrl_mac": "16:6f:44:a5:3f:a2", 
33                     "ctrl_br": "br0"
34                 }
35             ], 
36             "bridges": [
37                 {
38                     "type": "ovs",
39                     "name": "ovs1",
40                     "uplinks": [
41                         {
42                                 "bdf": "04:00.0",
43                                 "vlan_mode": "trunk",
44                                 "vlan_id": "100,200,300,400"
45                         }
46                     ],
47                     "vtep":{},
48                     "fastlink":[
49                             {
50                                 "inport":"04: 00.0",
51                                 "outport":"tap_in"
52                             }
53                         ]
54                 }
55             ]
56         }
57     ]
58 }