Skip to content

[cifmw_backup_restore] Add Octavia OVN sync after Neutron sync#4045

Open
stuggi wants to merge 1 commit into
openstack-k8s-operators:mainfrom
stuggi:octavia_backup
Open

[cifmw_backup_restore] Add Octavia OVN sync after Neutron sync#4045
stuggi wants to merge 1 commit into
openstack-k8s-operators:mainfrom
stuggi:octavia_backup

Conversation

@stuggi

@stuggi stuggi commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Sync Octavia load balancer entries to OVN NB database when Octavia with OVN provider is deployed. Checks spec.octavia.enabled on the OpenStackControlPlane CR, skips if Octavia is not enabled.

Placed right after the Neutron sync and before EDPM deployment so OVN NB DB is fully populated when data plane nodes reconnect.

Sync Octavia load balancer entries to OVN NB database when Octavia
with OVN provider is deployed. Checks spec.octavia.enabled on the
OpenStackControlPlane CR, skips if Octavia is not enabled.

Placed right after the Neutron sync and before EDPM deployment so
OVN NB DB is fully populated when data plane nodes reconnect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
@openshift-ci

openshift-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

[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 yorabl 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

@stuggi stuggi requested a review from abays July 9, 2026 08:03

@abays abays left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

@@ -620,7 +650,7 @@
_step_name: "Step 11 (DataPlane restore)"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

looks like the number in this _step_name is out of sync now,
Step 11 -> Step 12

msg: >-
Octavia OVN sync:
{{ 'completed' if _octavia_enabled.stdout == 'true' else 'skipped (Octavia not enabled)' }}.
when: _octavia_enabled.stdout == 'true' or not (_octavia_enabled.stdout == 'true')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

when condition is always true, could be removed

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