Merge "Add tripleo_delegate_to var for ceph health validation"

This commit is contained in:
Zuul 2020-05-04 12:31:26 +00:00 committed by Gerrit Code Review
commit 29a7fb84ce
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ outputs:
vars:
fail_on_ceph_health_err: true
osd_percentage_min: {get_param: CephOsdPercentageMin}
delegate_to: "{{ groups['ceph_mon'][0] }}"
tripleo_delegate_to: "{{ groups['ceph_mon'] | default([]) }}"
tags:
- opendev-validation
- opendev-validation-ceph