let's move this variable in group_vars/all.yml in all testing scenarios
accordingly to this commit
1f15a81c480f60bc82bfc3a1aec3fe136e6d3bc4 so
we keep consistency between the playbook and the tests.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
expected_num_objects: ""
openstack_pools:
- "{{ openstack_glance_pool }}"
- - "{{ openstack_cinder_pool }}"
\ No newline at end of file
+ - "{{ openstack_cinder_pool }}"
+cephfs_pools:
+- { name: "{{ cephfs_data }}", pgs: "8" }
+- { name: "{{ cephfs_metadata }}", pgs: "8" }
\ No newline at end of file
---
-cephfs_pools:
- - { name: "{{ cephfs_data }}", pgs: "8" }
- - { name: "{{ cephfs_metadata }}", pgs: "8" }
-
create_crush_tree: True
crush_rule_config: True
crush_rule_hdd:
devices:
- /dev/sda
- /dev/sdb
+cephfs_pools:
+ - { name: "{{ cephfs_data }}", pgs: "8" }
+ - { name: "{{ cephfs_metadata }}", pgs: "8" }
\ No newline at end of file
+++ /dev/null
----
-cephfs_pools:
- - { name: "{{ cephfs_data }}", pgs: "8" }
- - { name: "{{ cephfs_metadata }}", pgs: "8" }
openstack_pools:
- "{{ openstack_glance_pool }}"
- "{{ openstack_cinder_pool }}"
+cephfs_pools:
+ - { name: "{{ cephfs_data }}", pgs: "8" }
+ - { name: "{{ cephfs_metadata }}", pgs: "8" }
\ No newline at end of file
---
-cephfs_pools:
- - { name: "{{ cephfs_data }}", pgs: "8" }
- - { name: "{{ cephfs_metadata }}", pgs: "8" }
-
create_crush_tree: True
crush_rule_config: True
crush_rule_hdd:
---
-
ceph_origin: repository
ceph_repository: community
cluster: test
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
nfs_ganesha_dev: false
nfs_ganesha_flavor: "ceph_master"
+cephfs_pools:
+ - { name: "{{ cephfs_data }}", pgs: "8" }
+ - { name: "{{ cephfs_metadata }}", pgs: "8" }
\ No newline at end of file
+++ /dev/null
----
-cephfs_pools:
- - { name: "{{ cephfs_data }}", pgs: "8" }
- - { name: "{{ cephfs_metadata }}", pgs: "8" }