mirror of https://github.com/ceph/ceph-ansible.git
tests: change default pools size
default pool size in our test should be explicitly set to 1 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3384/head
parent
292d967d2f
commit
e8dd6b8993
|
@ -20,7 +20,7 @@ openstack_glance_pool:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: 1
|
||||||
openstack_cinder_pool:
|
openstack_cinder_pool:
|
||||||
name: "volumes"
|
name: "volumes"
|
||||||
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
||||||
|
@ -29,7 +29,7 @@ openstack_cinder_pool:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: 1
|
||||||
openstack_pools:
|
openstack_pools:
|
||||||
- "{{ openstack_glance_pool }}"
|
- "{{ openstack_glance_pool }}"
|
||||||
- "{{ openstack_cinder_pool }}"
|
- "{{ openstack_cinder_pool }}"
|
||||||
|
|
|
@ -9,7 +9,7 @@ test:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
test2:
|
test2:
|
||||||
name: "test2"
|
name: "test2"
|
||||||
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
||||||
|
@ -18,7 +18,7 @@ test2:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
pools:
|
pools:
|
||||||
- "{{ test }}"
|
- "{{ test }}"
|
||||||
- "{{ test2 }}"
|
- "{{ test2 }}"
|
||||||
|
|
|
@ -24,7 +24,7 @@ openstack_glance_pool:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: 1
|
||||||
openstack_cinder_pool:
|
openstack_cinder_pool:
|
||||||
name: "volumes"
|
name: "volumes"
|
||||||
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
||||||
|
@ -33,7 +33,7 @@ openstack_cinder_pool:
|
||||||
type: 1
|
type: 1
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
size: ""
|
size: 1
|
||||||
openstack_pools:
|
openstack_pools:
|
||||||
- "{{ openstack_glance_pool }}"
|
- "{{ openstack_glance_pool }}"
|
||||||
- "{{ openstack_cinder_pool }}"
|
- "{{ openstack_cinder_pool }}"
|
||||||
|
|
Loading…
Reference in New Issue