Skip to content

Commit abc4351

Browse files
committed
Revert "Workaround: Disable SSH pipelining"
This reverts commit 61460d8.
1 parent 66e35d8 commit abc4351

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ansible/deploy-openstack-config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -137,25 +137,6 @@
137137
vars:
138138
kayobe_environment_path: "{{ src_directory }}/kayobe-config/etc/kayobe/environments/{{ kayobe_config_environment }}"
139139

140-
# WORKAROUND:
141-
# There is a race condition in Ansible that can result in this failure:
142-
# msg: |-
143-
# MODULE FAILURE
144-
# See stdout/stderr for the exact error
145-
# rc: -13
146-
# See https://github.com/ansible/ansible/issues/78344 and
147-
# https://github.com/ansible/ansible/issues/81777.
148-
# In https://github.com/stackhpc/stackhpc-kayobe-config/pull/1108 we applied
149-
# a workaround to increase the ControlPersist timeout to 1 hour, but this
150-
# does not always work.
151-
# Disabling SSH pipelining prevents the issue at the cost of Ansible
152-
# execution duration.
153-
- name: Disable SSH pipelining
154-
ansible.builtin.replace:
155-
path: "{{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/ansible.cfg"
156-
regexp: "^pipelining.*=.*"
157-
replace: "pipelining = False"
158-
159140
- name: Ensure hooks directory are present
160141
ansible.builtin.file:
161142
dest: "{{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/hooks/{{ item }}"

0 commit comments

Comments
 (0)