Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / ovsdb / create_port_key.json
1 {
2    "network-topology:termination-point": [
3       {
4              "ovsdb:options": [
5                     {
6                   "ovsdb:option": "remote_ip",
7                   "ovsdb:value" : "192.168.0.21"
8                         },
9                         {
10                   "ovsdb:option": "key",
11                   "ovsdb:value" : "flow"
12                         }
13                         ],
14                    "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
15                         "ovsdb:name": "vxlanport",
16                         "tp-id": "vxlanport",
17                         "ofport": 2
18              }
19      ]
20 }