Add ANSIBLE_GATHER_TIMEOUT=60 to ceph-ansible run

Workaround timeout during fact gathering of ceph-ansible
rolling_update.yml playbook.

Change-Id: I9171b6254e636c38f686f00ed5723a6bb53c789a
Closes-Bug: #1825417
This commit is contained in:
John Fulton 2019-04-18 15:39:05 -04:00 committed by Francesco Pantano
parent 7cd0e8ff7b
commit 54c54d384a

@ -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(' ')