Moving vpn-instance yang from VPNMgr > NeutronVPN
[integration/test.git] / csit / variables / unimgr / add_uni.json
1 {
2  "network-topology:node": [
3        {
4            "node-id": "uni://{uni-ip}",
5            "speed": {
6                "speed-1G": 1
7            },
8            "uni:mac-layer": "IEEE 802.3-2005",
9            "uni:physical-medium": "UNI TypeFull Duplex 2 Physical Interface",
10            "uni:mtu-size": 0,
11            "uni:type": "",
12            "uni:mac-address": "{mac-address}",
13            "uni:ip-address": "{uni-ip}",
14            "uni:mode": "Full Duplex"
15        }
16    ]
17 }