Skip to content

[ansible] Add SSH keepalive to prevent connection drops during long tasks#3932

Merged
openshift-merge-bot[bot] merged 1 commit into
openstack-k8s-operators:mainfrom
holser:ansible_cfg
May 15, 2026
Merged

[ansible] Add SSH keepalive to prevent connection drops during long tasks#3932
openshift-merge-bot[bot] merged 1 commit into
openstack-k8s-operators:mainfrom
holser:ansible_cfg

Conversation

@holser
Copy link
Copy Markdown
Contributor

@holser holser commented May 14, 2026

Long-running tasks like oc adm wait-for-stable-cluster after certificate rotation can cause SSH connections to be dropped by intermediate network devices (firewalls, NAT) due to inactivity. Add ServerAliveInterval and ServerAliveCountMax to maintain the connection alive.

…asks

Long-running tasks like `oc adm wait-for-stable-cluster` after certificate
rotation can cause SSH connections to be dropped by intermediate network
devices (firewalls, NAT) due to inactivity. Add ServerAliveInterval and
ServerAliveCountMax to maintain the connection alive.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sergii Golovatiuk <sgolovat@redhat.com>
Copy link
Copy Markdown
Contributor

@evallesp evallesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Copy Markdown
Contributor

@rebtoor rebtoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rebtoor

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot Bot merged commit bf73b99 into openstack-k8s-operators:main May 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants