Skip to content

CI: fix flaky floatingip-create-full E2E test#813

Merged
mandre merged 1 commit into
k-orc:mainfrom
shiftstack:fix-flake-fip-create-full
Jun 10, 2026
Merged

CI: fix flaky floatingip-create-full E2E test#813
mandre merged 1 commit into
k-orc:mainfrom
shiftstack:fix-flake-fip-create-full

Conversation

@mandre

@mandre mandre commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Add allocationPools to the external subnet to prevent the router gateway port from grabbing the IP address requested by the FloatingIP.

Without allocationPools, Neutron auto-allocates from the full subnet range and can non-deterministically assign 192.168.155.5 to the router gateway port, causing the FloatingIP creation to fail with a 409 Conflict.

Fixes #812

Add allocationPools to the external subnet to prevent the router
gateway port from grabbing the IP address requested by the FloatingIP.

Without allocationPools, Neutron auto-allocates from the full subnet
range and can non-deterministically assign 192.168.155.5 to the router
gateway port, causing the FloatingIP creation to fail with a 409
Conflict.

Fixes k-orc#812
@github-actions github-actions Bot added the semver:patch No API change label Jun 10, 2026
@mandre mandre enabled auto-merge June 10, 2026 10:29
@mandre mandre added the backport-v2.0 This PR will be backported to v2.0 label Jun 10, 2026
@mandre mandre added this pull request to the merge queue Jun 10, 2026
Merged via the queue into k-orc:main with commit 730ade7 Jun 10, 2026
12 checks passed
@mandre mandre deleted the fix-flake-fip-create-full branch June 10, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-v2.0 This PR will be backported to v2.0 semver:patch No API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky E2E test: floatingip-create-full fails due to IP collision with router gateway port

1 participant