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>
pull/7552/head
Teoman ONAY 2024-05-15 16:04:04 +02:00 committed by Seena Fallah
parent 1121e6d98a
commit ca191fad2a
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 }}"