Skip to content

Commit

Permalink
Increase ControlPersist timeout to 300 seconds
Browse files Browse the repository at this point in the history
This ControlPersist socket periodically closing seems to be the
cause of intermittemt MODULE FAULIRE particularly in zuul CI
jobs. Extend the timout to make this less likley to happen.

See ansible/ansible#78344

Change-Id: I54a9e637c9575c32429d28b89541ba026580e511
  • Loading branch information
Jonathan Rosser committed Jul 29, 2022
1 parent 25d9d01 commit cbdba67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/openstack-ansible.rc
Expand Up @@ -50,6 +50,7 @@ export ANSIBLE_TIMEOUT="${ANSIBLE_TIMEOUT:-5}"
export ANSIBLE_TRANSPORT="${ANSIBLE_TRANSPORT:-openstack.osa.ssh}"
export ANSIBLE_SSH_PIPELINING="${ANSIBLE_SSH_PIPELINING:-True}"
export ANSIBLE_SSH_RETRIES="${ANSIBLE_SSH_RETRIES:-5}"
export ANSIBLE_SSH_ARGS="${ANSIBLE_SSH_ARGS:--C -o ControlMaster=auto -o ControlPersist=300}"
export ANSIBLE_PIPELINING="${ANSIBLE_SSH_PIPELINING}"
export ANSIBLE_FORKS="${ANSIBLE_FORKS:-OSA_ANSIBLE_FORKS}"

Expand Down

0 comments on commit cbdba67

Please sign in to comment.