Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / create_ext_net.json
diff --git a/csit/variables/ovsdb/create_ext_net.json b/csit/variables/ovsdb/create_ext_net.json
new file mode 100644 (file)
index 0000000..9b0e6f9
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "network": [
+    {
+      "provider:physical_network": "physnetext1",
+      "port_security_enabled": true,
+      "provider:network_type": "flat",
+      "id": "{netId}",
+      "provider:segmentation_id": null,
+      "router:external": true,
+      "name": "ext1",
+      "admin_state_up": true,
+      "tenant_id": "{tntId}",
+      "shared": false
+    }
+  ]
+}
\ No newline at end of file