Test Deployed Ceph in Wallaby standalone 001/004/010

Deploy Ceph before the overcloud when testing Wallaby.
Follow up to I982dedb53582fbd76391165c3ca72954c129b84a

Change-Id: I8ec7d50ba2d5d9fab9343ca0a4707ddc09fc7797
This commit is contained in:
John Fulton 2022-06-07 17:14:52 -04:00
parent 52038e9d77
commit a049c4d73f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- include_tasks: containers.yml
- include_tasks: ceph-install.yml
when: # TODO(fultonj) use ['master', 'wallaby'] after backport
when:
- job.standalone_ceph | default(false)
- release not in ['train', 'victoria', 'wallaby']
- release not in ['train', 'victoria']
- include_tasks: standalone-install.yml