Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to stop OpenStack allocating neutron ports from the "VIP range" #269

Closed
lathiat opened this issue Oct 8, 2024 · 0 comments · Fixed by #271
Closed

Need to stop OpenStack allocating neutron ports from the "VIP range" #269

lathiat opened this issue Oct 8, 2024 · 0 comments · Fixed by #271

Comments

@lathiat
Copy link
Contributor

lathiat commented Oct 8, 2024

This is required by both stsstack-bundles and the charmed test runner

A couple of possible solutions

  1. Allocate intentionally un-used undercloud neutron ports with the VIPs we plan to use - watch out for accidentally cleaning them up
  2. Modify the neutron subnet allocation_range to remove these IPs. I tried to do this in terraform, the problem is the subnet range is dynamically allocated by OpenStack during the subnet creation, so terraform cannot calculate the allocation_range because its a circular dependency. We can however still manually modify this ourselves, and terraform probably won't roll it back, because it's not tracking the value.
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 8, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 8, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 16, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 17, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 17, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Oct 18, 2024
dosaboy added a commit to dosaboy/stsstack-bundles that referenced this issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant