rubbos installation guide
[bottlenecks.git] / vstf / vstf / agent / unittest / env / configuration / Tn1v.json
1 {
2     "scenario": "tnv",
3     "env-build": [
4         {
5             "ip": "192.168.188.16",
6             "drivers": [
7                 "ixgbe",
8                 "tap_vhost"
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                         "tap_pktloop_config": "dpdk",
21                         "ctrl_gw": "192.168.188.1"
22                     },
23                     "taps": [
24                         {
25                             "tap_name": "tap_in",
26                             "br_type": "ovs",
27                             "br_name": "ovs1",
28                             "tap_mac": "56:6f:44:a5:3f:a2",
29                             "vlan_mode": "access",
30                             "vlan_id": "100"
31                         },
32                         {
33                             "tap_name": "tap_out",
34                             "br_type": "ovs",
35                             "br_name": "ovs22",
36                             "tap_mac": "56:6f:44:a5:3f:a3",
37                             "vlan_mode": "access",
38                             "vlan_id": "200"
39                         }
40                     ],
41                     "ctrl_mac": "16:6f:44:a5:3f:a2",
42                     "ctrl_br": "br0"
43                 }
44             ],
45             "bridges": [
46                 {
47                     "type": "ovs",
48                     "name": "ovs1",
49                     "uplinks": [
50                                 {
51                             "bdf": "04: 00.0",
52                             "vlan_mode": "trunk",
53                                 "vlan_id": "100"
54                                 }
55                     ],
56                     "vtep":{},
57                     "fastlink":[
58                             {
59                                 "inport":"04: 00.0",
60                                 "outport":"tap_in"
61                             }
62                         ]
63                 },
64                 {
65                     "type": "ovs",
66                     "name": "ovs2",
67                     "uplinks": [
68                         {
69                                 "bdf": "04: 00.1",
70                                 "vlan_mode": "trunk",
71                                 "vlan_id": "200"
72                         }
73                     ],
74                     "vtep":{},
75                     "fastlink":[
76                             {
77                                 "inport":"04: 00.1",
78                                 "outport":"tap_out"
79                             }
80                         ]
81                 }
82             ]
83         }
84     ]
85 }