]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add erasure pool creation test in CI
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Mar 2020 16:05:18 +0000 (17:05 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 6 Mar 2020 15:10:03 +0000 (16:10 +0100)
This commit makes the CI testing an OSD pool erasure creation due to the
recent refact of the OSD pool creation tasks in the playbook.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 8cacba1f544216720f9b555bbf8265ff41f4176c)

tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all

index 31e5bebbda270480b30b5af36976a29a2cdac656..ee85a4327e9f3ebc51e8ca5023c299f225a13a4c 100644 (file)
@@ -21,7 +21,7 @@ openstack_glance_pool:
   pg_num: "{{ osd_pool_default_pg_num }}"
   pgp_num: "{{ osd_pool_default_pg_num }}"
   rule_name: "HDD"
-  type: 1
+  type: 3
   erasure_profile: ""
   expected_num_objects: ""
   size: 1
index 9dcbf61ff1e05d0397c3453e94f066b4af129f68..bec682863c261ad71ae959d2e5ce9e5bbb79e166 100644 (file)
@@ -13,7 +13,7 @@ openstack_glance_pool:
   pg_num: "{{ osd_pool_default_pg_num }}"
   pgp_num: "{{ osd_pool_default_pg_num }}"
   rule_name: "HDD"
-  type: 1
+  type: 3
   erasure_profile: ""
   expected_num_objects: ""
   size: 1