Skip to content

[reproducer] Wait for controller-0 SSH before configuring#3909

Open
mnietoji wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
mnietoji:fix/wait-for-controller-ssh-before-configure
Open

[reproducer] Wait for controller-0 SSH before configuring#3909
mnietoji wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
mnietoji:fix/wait-for-controller-ssh-before-configure

Conversation

@mnietoji
Copy link
Copy Markdown
Contributor

@mnietoji mnietoji commented May 7, 2026

After controller-0 reboots, SSH may become transiently unreachable while background system initialization completes. The configure_controller block delegates tasks to controller-0 without verifying connectivity first, causing intermittent UNREACHABLE failures on the install_ca task.

Add wait_for_connection at the start of the delegate_to block to ensure controller-0 is fully accessible before proceeding.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign rebtoor for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

After controller-0 reboots, SSH may become transiently unreachable
while background system initialization completes. The configure_controller
block delegates tasks to controller-0 without verifying connectivity
first, causing intermittent UNREACHABLE failures on the install_ca task.

Add wait_for_connection at the start of the delegate_to block to ensure
controller-0 is fully accessible before proceeding.

Signed-off-by: Miguel Angel Nieto Jimenez <mnietoji@redhat.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mnietoji mnietoji force-pushed the fix/wait-for-controller-ssh-before-configure branch from 0555e5d to 0101d95 Compare May 7, 2026 12:59
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

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.

2 participants