ceph cluster ovs
Change-Id: If8f645809e544555a5ad8169d3c21ebc83f6c21e
diff --git a/classes/cluster/os-ha-ovs-ceph/ceph/setup.yml b/classes/cluster/os-ha-ovs-ceph/ceph/setup.yml
new file mode 100644
index 0000000..df03169
--- /dev/null
+++ b/classes/cluster/os-ha-ovs-ceph/ceph/setup.yml
@@ -0,0 +1,60 @@
+classes:
+- system.ceph.mon.cluster_init
+parameters:
+ ceph:
+ setup:
+ pool:
+ images:
+ pg_num: 32
+ pgp_num: 32
+ type: replicated
+ application: rbd
+ crush_rule: sata
+ volumes:
+ pg_num: 32
+ pgp_num: 32
+ type: replicated
+ application: rbd
+ crush_rule: sata
+ vms:
+ pg_num: 32
+ pgp_num: 32
+ type: replicated
+ 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