From: Guillaume Abrioux Date: Mon, 2 Mar 2020 16:05:18 +0000 (+0100) Subject: tests: add erasure pool creation test in CI X-Git-Tag: v4.0.16~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6cc9c28c5dc954f3703ed9cc491703cd0161ff88;p=ceph-ansible.git tests: add erasure pool creation test in CI 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 (cherry picked from commit 8cacba1f544216720f9b555bbf8265ff41f4176c) --- diff --git a/tests/functional/all_daemons/container/group_vars/all b/tests/functional/all_daemons/container/group_vars/all index 31e5bebbd..ee85a4327 100644 --- a/tests/functional/all_daemons/container/group_vars/all +++ b/tests/functional/all_daemons/container/group_vars/all @@ -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 diff --git a/tests/functional/all_daemons/group_vars/all b/tests/functional/all_daemons/group_vars/all index 9dcbf61ff..bec682863 100644 --- a/tests/functional/all_daemons/group_vars/all +++ b/tests/functional/all_daemons/group_vars/all @@ -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