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

Bug 2080219: OpenStack+Kuryr: Fix cluster destroy with BYON #5855

Merged
merged 2 commits into from
May 12, 2022

Commits on Apr 29, 2022

  1. Fix FIP detach from Router

    During a FIP less installation VMs that were not
    created by the installer can get a FIP detached when
    the cluster in being destroyed. This commit fixes the
    issue by detaching only FIPs that were created by
    installer or Kuryr during a FIP less installation.
    MaysaMacedo authored and dulek committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    d1c5ab3 View commit details
    Browse the repository at this point in the history
  2. Fix Routers destroy with BYO

    When using your own Network for the Machines
    connected to a tagged Router created by CNO
    on an installation with Kuryr, the Subnet of
    that Network is not tagged and consequently
    not identified by installer when destroying
    the Router. This commit fixes the issue by
    ensuring all Subnetes connected to a Router
    created by Installer or CNO are removed.
    MaysaMacedo authored and dulek committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    292dee5 View commit details
    Browse the repository at this point in the history