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/compute.yml b/classes/cluster/virtual-mcp-ocata-dvr-ceph-local/openstack/compute.yml
new file mode 100644
index 0000000..4d56bdc
--- /dev/null
+++ b/classes/cluster/virtual-mcp-ocata-dvr-ceph-local/openstack/compute.yml
@@ -0,0 +1,37 @@
+classes:
+- system.linux.system.repo_local.mcp.apt_mirantis.openstack
+- system.linux.network.hosts
+- system.linux.network.interface.single_ovs_dvr
+- system.nova.compute.cluster
+- system.neutron.compute.cluster
+- system.ceilometer.agent.cluster
+- system.prometheus.exporters.libvirt
+- system.nova.compute.storage.ceph
+- system.ceph.common.cluster
+- cluster.virtual-mcp-ocata-dvr-ceph-local.ceph.common
+- cluster.virtual-mcp-ocata-dvr-ceph-local
+parameters:
+  _param:
+    primary_interface: ens4
+    tenant_interface: ens5
+    external_interface: ens6
+    interface_mtu: 1500
+    linux_system_codename: xenial
+  nova:
+    compute:
+      vncproxy_url: http://${_param:cluster_vip_address}:6080
+      notification:
+        driver: messagingv2
+        topics: "notifications,${_param:stacklight_notification_topic}"
+        notify_on:
+          state_change: vm_and_task_state
+      message_queue:
+        members:
+          - host: ${_param:openstack_control_node01_address}
+          - host: ${_param:openstack_control_node02_address}
+          - host: ${_param:openstack_control_node03_address}
+  neutron:
+    compute:
+      notification:
+        driver: messagingv2
+        topics: "notifications,${_param:stacklight_notification_topic}"