Merge "Add ANSIBLE_GATHER_TIMEOUT=60 to ceph-ansible run" into stable/stein

This commit is contained in:
Zuul 2019-04-25 14:58:31 +00:00 committed by Gerrit Code Review
commit bb9638c855
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ outputs:
- ANSIBLE_CONFIG=/usr/share/ceph-ansible/ansible.cfg
- ANSIBLE_REMOTE_TEMP=/tmp/ceph_ansible_tmp
- ANSIBLE_FORKS=25
- ANSIBLE_GATHER_TIMEOUT=60
- yaql:
data: {get_param: CephAnsibleEnvironmentVariables}
expression: $.data.items().select($[0] + '=' + $[1]).join(' ')