Merge "Add tripleo_delegate_to var for ceph health validation" into stable/train

This commit is contained in:
Zuul 2020-05-13 18:20:24 +00:00 committed by Gerrit Code Review
commit 7474f6940b
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,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