Skip to content

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

Merged
openshift-merge-bot[bot] merged 1 commit into
openstack-k8s-operators:mainfrom
mnietoji:fix/wait-for-controller-ssh-before-configure
May 12, 2026
Merged

[reproducer] Wait for controller-0 SSH before configuring#3909
openshift-merge-bot[bot] merged 1 commit into
openstack-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.

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

Copy link
Copy Markdown
Contributor

@michburk michburk left a comment

Choose a reason for hiding this comment

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

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 12, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michburk

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 901c0e2 into openstack-k8s-operators:main May 12, 2026
9 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