X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fovsdb%2Fcreate_port_rtr_gateway.json;fp=csit%2Fvariables%2Fovsdb%2Fcreate_port_rtr_gateway.json;h=e9d069ca4ef595771489ee86e8e6e73330e62a49;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=0000000000000000000000000000000000000000;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/csit/variables/ovsdb/create_port_rtr_gateway.json b/csit/variables/ovsdb/create_port_rtr_gateway.json new file mode 100644 index 0000000000..e9d069ca4e --- /dev/null +++ b/csit/variables/ovsdb/create_port_rtr_gateway.json @@ -0,0 +1,26 @@ +{ + "port": { + "binding:host_id": "", + "allowed_address_pairs": [], + "device_owner": "network:router_gateway", + "port_security_enabled": false, + "binding:profile": {}, + "fixed_ips": [ + { + "subnet_id": "{subnetId}", + "ip_address": "192.168.111.21" + } + ], + "id": "{portId}", + "security_groups": [], + "device_id": "{rtrId}", + "name": "", + "admin_state_up": true, + "network_id": "{netId}", + "tenant_id": "", + "binding:vif_details": {}, + "binding:vnic_type": "normal", + "binding:vif_type": "unbound", + "mac_address": "FA:16:3E:7E:A0:D8" + } +} \ No newline at end of file