mirror of https://github.com/ceph/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 <tonay@ibm.com>pull/7552/head
parent
1121e6d98a
commit
ca191fad2a
|
@ -5,9 +5,11 @@ test:
|
|||
name: "test"
|
||||
rule_name: "HDD"
|
||||
size: 1
|
||||
application: "rbd"
|
||||
test2:
|
||||
name: "test2"
|
||||
size: 1
|
||||
application: "rbd"
|
||||
pools:
|
||||
- "{{ test }}"
|
||||
- "{{ test2 }}"
|
||||
|
|
Loading…
Reference in New Issue