]> git.apps.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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 4 Mar 2020 14:29:01 +0000 (09:29 -0500)
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>
tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all

index b678246dc6542efda293e4ea3ed651ad933b5105..23df8102d66b29ed94f83c4900240c209f745587 100644 (file)
@@ -22,7 +22,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 a93ea2546408fa7375291b6d184b1f2b9a1a985f..dd13b2e36b7f2b95cf5665287eacbe6355a35e80 100644 (file)
@@ -14,7 +14,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