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 2066406: OpenStack+Kuryr: Fix cluster destroy with BYON #5754

Merged
merged 2 commits into from Mar 30, 2022

Commits on Mar 28, 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 Mar 28, 2022
    Copy the full SHA
    195b986 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 Mar 28, 2022
    Copy the full SHA
    6e26e9c View commit details
    Browse the repository at this point in the history