From: Teoman ONAY Date: Wed, 15 May 2024 14:04:04 +0000 (+0200) Subject: Fix cephadm-adopt test scenario X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=548a16fe4f184a3ea0e624d4861e5da968c0552c;p=ceph-ansible.git Fix cephadm-adopt test scenario Fixes cephadm-adopt test scenario by configuring rbd application on test and test2 pools. Otherwise cephadm-adopt failed at task "Check pools have an application enabled" Signed-off-by: Teoman ONAY (cherry picked from commit ca191fad2ab45d4c4217251078efcfe965898d6a) --- diff --git a/tests/functional/all_daemons/container/group_vars/clients b/tests/functional/all_daemons/container/group_vars/clients index ec0bb3e09..33add855f 100644 --- a/tests/functional/all_daemons/container/group_vars/clients +++ b/tests/functional/all_daemons/container/group_vars/clients @@ -5,9 +5,11 @@ test: name: "test" rule_name: "HDD" size: 1 + application: "rbd" test2: name: "test2" size: 1 + application: "rbd" pools: - "{{ test }}" - "{{ test2 }}"