diff --git a/tests/functional/centos/7/cluster/group_vars/all b/tests/functional/centos/7/cluster/group_vars/all index e33f448af..4a6128afd 100644 --- a/tests/functional/centos/7/cluster/group_vars/all +++ b/tests/functional/centos/7/cluster/group_vars/all @@ -39,4 +39,7 @@ openstack_cinder_pool: 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 diff --git a/tests/functional/centos/7/cluster/group_vars/mons b/tests/functional/centos/7/cluster/group_vars/mons index fb7a9268b..4b8817342 100644 --- a/tests/functional/centos/7/cluster/group_vars/mons +++ b/tests/functional/centos/7/cluster/group_vars/mons @@ -1,8 +1,4 @@ --- -cephfs_pools: - - { name: "{{ cephfs_data }}", pgs: "8" } - - { name: "{{ cephfs_metadata }}", pgs: "8" } - create_crush_tree: True crush_rule_config: True crush_rule_hdd: diff --git a/tests/functional/centos/7/docker-collocation/group_vars/all b/tests/functional/centos/7/docker-collocation/group_vars/all index 7ae0a37c9..be498905b 100644 --- a/tests/functional/centos/7/docker-collocation/group_vars/all +++ b/tests/functional/centos/7/docker-collocation/group_vars/all @@ -22,3 +22,6 @@ ceph_conf_overrides: devices: - /dev/sda - /dev/sdb +cephfs_pools: + - { name: "{{ cephfs_data }}", pgs: "8" } + - { name: "{{ cephfs_metadata }}", pgs: "8" } \ No newline at end of file diff --git a/tests/functional/centos/7/docker-collocation/group_vars/mons b/tests/functional/centos/7/docker-collocation/group_vars/mons deleted file mode 100644 index acb09490a..000000000 --- a/tests/functional/centos/7/docker-collocation/group_vars/mons +++ /dev/null @@ -1,4 +0,0 @@ ---- -cephfs_pools: - - { name: "{{ cephfs_data }}", pgs: "8" } - - { name: "{{ cephfs_metadata }}", pgs: "8" } diff --git a/tests/functional/centos/7/docker/group_vars/all b/tests/functional/centos/7/docker/group_vars/all index fb2804976..680f6ce65 100644 --- a/tests/functional/centos/7/docker/group_vars/all +++ b/tests/functional/centos/7/docker/group_vars/all @@ -41,3 +41,6 @@ openstack_cinder_pool: 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 diff --git a/tests/functional/centos/7/docker/group_vars/mons b/tests/functional/centos/7/docker/group_vars/mons index d4d1d4334..4b5405947 100644 --- a/tests/functional/centos/7/docker/group_vars/mons +++ b/tests/functional/centos/7/docker/group_vars/mons @@ -1,8 +1,4 @@ --- -cephfs_pools: - - { name: "{{ cephfs_data }}", pgs: "8" } - - { name: "{{ cephfs_metadata }}", pgs: "8" } - create_crush_tree: True crush_rule_config: True crush_rule_hdd: diff --git a/tests/functional/ubuntu/16.04/cluster/group_vars/all b/tests/functional/ubuntu/16.04/cluster/group_vars/all index f55fcdbce..1a51577bd 100644 --- a/tests/functional/ubuntu/16.04/cluster/group_vars/all +++ b/tests/functional/ubuntu/16.04/cluster/group_vars/all @@ -1,5 +1,4 @@ --- - ceph_origin: repository ceph_repository: community cluster: test @@ -29,3 +28,6 @@ nfs_ganesha_stable_branch: V2.5-stable 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 diff --git a/tests/functional/ubuntu/16.04/cluster/group_vars/mons b/tests/functional/ubuntu/16.04/cluster/group_vars/mons deleted file mode 100644 index acb09490a..000000000 --- a/tests/functional/ubuntu/16.04/cluster/group_vars/mons +++ /dev/null @@ -1,4 +0,0 @@ ---- -cephfs_pools: - - { name: "{{ cephfs_data }}", pgs: "8" } - - { name: "{{ cephfs_metadata }}", pgs: "8" }