Add offline deployment models

- virtual-mcp-ocata-ovs-ceph-local
- virtual-mcp-ocata-dvr-ceph-local

Change-Id: Ie0ee4e5e29a75823bf50d0dcfc79df8b232c5b95
diff --git a/classes/cluster/virtual-mcp-ocata-dvr-ceph-local/openstack/gateway.yml b/classes/cluster/virtual-mcp-ocata-dvr-ceph-local/openstack/gateway.yml
new file mode 100644
index 0000000..70214c2
--- /dev/null
+++ b/classes/cluster/virtual-mcp-ocata-dvr-ceph-local/openstack/gateway.yml
@@ -0,0 +1,19 @@
+classes:
+- system.linux.system.repo_local.mcp.apt_mirantis.openstack
+- system.linux.network.interface.single_ovs_dvr
+- system.neutron.gateway.cluster
+- cluster.virtual-mcp-ocata-dvr-ceph-local
+parameters:
+  _param:
+    primary_interface: ens4
+    tenant_interface: ens5
+    external_interface: ens6
+    interface_mtu: 9000
+    linux_system_codename: xenial
+    neutron_gateway_dvr: True
+    neutron_gateway_agent_mode: dvr_snat
+  neutron:
+    gateway:
+      notification:
+        driver: messagingv2
+        topics: "notifications,${_param:stacklight_notification_topic}"