Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / associate_floating_ip.json
diff --git a/csit/variables/ovsdb/associate_floating_ip.json b/csit/variables/ovsdb/associate_floating_ip.json
new file mode 100644 (file)
index 0000000..dbaff3e
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "floatingip": {
+    "floating_network_id": "{netId}",
+    "router_id": "{rtrId}",
+    "fixed_ip_address": "10.1.0.3",
+    "floating_ip_address": "{floatIpAddress}",
+    "tenant_id": "{tntId}",
+    "status": "ACTIVE",
+    "port_id": "{vmPortId}",
+    "id": "{floatIpId}"
+  }
+}
\ No newline at end of file