#cephfs_metadata: cephfs_metadata # name of the metadata pool for a given filesystem
#cephfs_pools:
-# - { name: "{{ cephfs_data }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}" }
-# - { name: "{{ cephfs_metadata }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}" }
+# - { name: "{{ cephfs_data }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}", size: "" }
+# - { name: "{{ cephfs_metadata }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}", size: "" }
## OSD options
#
# expected_num_objects: ""
# application: "rbd"
# size: ""
+#openstack_cephfs_data_pool:
+# name: "manila_data"
+# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# rule_name: "replicated_rule"
+# type: 1
+# erasure_profile: ""
+# expected_num_objects: ""
+# application: "rbd"
+# size: ""
+#openstack_cephfs_metadata_pool:
+# name: "manila_metadata"
+# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# rule_name: "replicated_rule"
+# type: 1
+# erasure_profile: ""
+# expected_num_objects: ""
+# application: "rbd"
+# size: ""
#openstack_pools:
# - "{{ openstack_glance_pool }}"
# - "{{ openstack_nova_pool }}"
# - "{{ openstack_cinder_backup_pool }}"
# - "{{ openstack_gnocchi_pool }}"
+# - "{{ openstack_cephfs_data_pool }}"
+# - "{{ openstack_cephfs_metadata_pool }}"
# The value for 'key' can be a pre-generated key,
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# size: ""
#test2:
# name: "test2"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# size: ""
#pools:
# - "{{ test }}"
# - "{{ test2 }}"
# Whether or not to generate secure certificate to iSCSI gateway nodes
#generate_crt: False
+#rbd_pool_size: ""
##################
# RBD-TARGET-API #
#rgw_create_pools:
# defaults.rgw.buckets.data:
# pg_num: 16
+# size: ""
# defaults.rgw.buckets.index:
# pg_num: 32
+# size: ""
# foo:
# pg_num: 4
+# size: ""
##########
#cephfs_metadata: cephfs_metadata # name of the metadata pool for a given filesystem
#cephfs_pools:
-# - { name: "{{ cephfs_data }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}" }
-# - { name: "{{ cephfs_metadata }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}" }
+# - { name: "{{ cephfs_data }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}", size: "" }
+# - { name: "{{ cephfs_metadata }}", pgs: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}", size: "" }
## OSD options
#
# expected_num_objects: ""
# application: "rbd"
# size: ""
+#openstack_cephfs_data_pool:
+# name: "manila_data"
+# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# rule_name: "replicated_rule"
+# type: 1
+# erasure_profile: ""
+# expected_num_objects: ""
+# application: "rbd"
+# size: ""
+#openstack_cephfs_metadata_pool:
+# name: "manila_metadata"
+# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# pgp_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
+# rule_name: "replicated_rule"
+# type: 1
+# erasure_profile: ""
+# expected_num_objects: ""
+# application: "rbd"
+# size: ""
#openstack_pools:
# - "{{ openstack_glance_pool }}"
# - "{{ openstack_nova_pool }}"
# - "{{ openstack_cinder_backup_pool }}"
# - "{{ openstack_gnocchi_pool }}"
+# - "{{ openstack_cephfs_data_pool }}"
+# - "{{ openstack_cephfs_metadata_pool }}"
# The value for 'key' can be a pre-generated key,