Pike ovs with ceph rgw

In this change:
* model is aligned to use pike
* added cinder version param
* chnage imcludes of linux.repo to match
  introduced build_id structure

Related: PROD-16862, PROD-15289

Change-Id: I2cd5de82f6a1ef3105bc14ce4625123662b868ef
diff --git a/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/common.yml b/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/common.yml
index 1335900..c4607b6 100644
--- a/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/common.yml
+++ b/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/common.yml
@@ -16,9 +16,9 @@
           name: ${_param:cinder_storage_user}
           caps:
             mon: "allow r"
-            osd: "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images"
+            osd: "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=images"
         nova:
           name: ${_param:nova_storage_user}
           caps:
             mon: "allow r"
-            osd: "allow class-read object_prefix rbd_children, allow rwx pool=vms, allow rx pool=images"
\ No newline at end of file
+            osd: "allow class-read object_prefix rbd_children, allow rwx pool=vms, allow rwx pool=images, allow rwx pool=volumes"