Add ovs pike models

* Add ceph ovs pike
* rename ceph ocata rgw to ceph ocata pike as there pike inside
* Add pike ovs, dvr, dpdk

PROD-16951

Change-Id: Ib8c17eb0909991b70f18ac916ba503e6301f6eb7
diff --git a/classes/cluster/virtual-mcp-pike-dvr-ceph-rgw/ceph/setup.yml b/classes/cluster/virtual-mcp-pike-dvr-ceph-rgw/ceph/setup.yml
new file mode 100644
index 0000000..aa213b3
--- /dev/null
+++ b/classes/cluster/virtual-mcp-pike-dvr-ceph-rgw/ceph/setup.yml
@@ -0,0 +1,70 @@
+classes:
+- system.ceph.mon.cluster_init
+- cluster.virtual-mcp-pike-dvr-ceph-rgw
+parameters:
+  ceph:
+    setup:
+      pool:
+        images:
+          pg_num: 32
+          pgp_num: 32
+          type: replicated
+          size: 2
+          application: rbd
+          crush_rule: sata
+        volumes:
+          pg_num: 32
+          pgp_num: 32
+          type: replicated
+          size: 2
+          application: rbd
+          crush_rule: sata
+        vms:
+          pg_num: 32
+          pgp_num: 32
+          type: replicated
+          size: 2
+          application: rbd
+          crush_rule: sata
+        .rgw.root:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
+        default.rgw.control:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
+        default.rgw.meta:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
+        default.rgw.log:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
+        default.rgw.buckets.index:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
+        default.rgw.buckets.data:
+          pg_num: 32
+          pgp_num: 32
+          size: 2
+          type: replicated
+          application: rgw
+          crush_rule: sata
\ No newline at end of file