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 <tonay@ibm.com>
(cherry picked from commit ca191fad2a)
pull/7564/head
Teoman ONAY 2024-05-15 16:04:04 +02:00 committed by Teoman ONAY
parent 97d4372e60
commit 548a16fe4f
1 changed files with 2 additions and 0 deletions

View File

@ -5,9 +5,11 @@ test:
name: "test"
rule_name: "HDD"
size: 1
application: "rbd"
test2:
name: "test2"
size: 1
application: "rbd"
pools:
- "{{ test }}"
- "{{ test2 }}"