We now add a default 'rbd' application type to each pool we create. This
will remove the warning: " application not enabled on N pool(s) "
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1590275
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit
103c279c218ae654ec9ced29c1aef54eb8b59990)
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_cinder_pool:
# name: "volumes"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_nova_pool:
# name: "vms"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_cinder_backup_pool:
# name: "backups"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_gnocchi_pool:
# name: "metrics"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_pools:
# - "{{ openstack_glance_pool }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_cinder_pool:
# name: "volumes"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_nova_pool:
# name: "vms"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_cinder_backup_pool:
# name: "backups"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_gnocchi_pool:
# name: "metrics"
# pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
# type: 1
# erasure_profile: ""
# expected_num_objects: ""
+# application: "rbd"
#openstack_pools:
# - "{{ openstack_glance_pool }}"
type: 1
erasure_profile: ""
expected_num_objects: ""
+ application: "rbd"
openstack_cinder_pool:
name: "volumes"
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
type: 1
erasure_profile: ""
expected_num_objects: ""
+ application: "rbd"
openstack_nova_pool:
name: "vms"
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
type: 1
erasure_profile: ""
expected_num_objects: ""
+ application: "rbd"
openstack_cinder_backup_pool:
name: "backups"
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
type: 1
erasure_profile: ""
expected_num_objects: ""
+ application: "rbd"
openstack_gnocchi_pool:
name: "metrics"
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
type: 1
erasure_profile: ""
expected_num_objects: ""
+ application: "rbd"
openstack_pools:
- "{{ openstack_glance_pool }}"