Make ens4 static for ceph ovs model

* make ens4 static for ceph nodes
* remove file store for glance
* remove rgw pools as we do not deploy rgw here
* set reprilcation factor to 2 as we have only 2 osd nodes
* add missed keyring part for services

Change-Id: I4eab376aef7eaa69481c37c20009106464da805e
diff --git a/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/setup.yml b/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/setup.yml
index 484f11c..7913537 100644
--- a/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/setup.yml
+++ b/classes/cluster/virtual-mcp-ocata-ovs-ceph/ceph/setup.yml
@@ -9,53 +9,20 @@
           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
-          type: replicated
-          application: rgw
-          crush_rule: sata
-        default.rgw.control:
-          pg_num: 32
-          pgp_num: 32
-          type: replicated
-          application: rgw
-          crush_rule: sata
-        default.rgw.meta:
-          pg_num: 32
-          pgp_num: 32
-          type: replicated
-          application: rgw
-          crush_rule: sata
-        default.rgw.log:
-          pg_num: 32
-          pgp_num: 32
-          type: replicated
-          application: rgw
-          crush_rule: sata
-        default.rgw.buckets.index:
-          pg_num: 32
-          pgp_num: 32
-          type: replicated
-          application: rgw
-          crush_rule: sata
-        default.rgw.buckets.data:
-          pg_num: 32
-          pgp_num: 32
-          type: replicated
-          application: rgw 
-          crush_rule: sata