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

Add switch migrate endpoint #566

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Add switch migrate endpoint #566

wants to merge 35 commits into from

Commits on Sep 4, 2024

  1. add switch migrate endpoint and port name mapping

    iljarotar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    00e9018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65ee72 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into switch-migrate

    iljarotar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4293bc3 View commit details
    Browse the repository at this point in the history
  4. fix file name

    iljarotar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    49cc34f View commit details
    Browse the repository at this point in the history
  5. add tests for port mapping

    iljarotar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3ca9d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. integration test for switch migrate

    iljarotar committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d723145 View commit details
    Browse the repository at this point in the history
  2. switch migrate integration test fixed

    iljarotar committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e157760 View commit details
    Browse the repository at this point in the history
  3. integration test for switch replacement

    iljarotar committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c093837 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into switch-migrate

    iljarotar committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c59efbd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. wording

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9087887 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into switch-migrate

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d35c36e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into switch-migrate

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0d720da View commit details
    Browse the repository at this point in the history
  4. naming

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ca0a8c7 View commit details
    Browse the repository at this point in the history
  5. describe rollback strategy in case of errors

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3f0754b View commit details
    Browse the repository at this point in the history
  6. fix off by one port mapping

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2c28049 View commit details
    Browse the repository at this point in the history
  7. fix integration test

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    74a22c4 View commit details
    Browse the repository at this point in the history
  8. fix switch service test

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c64e1a7 View commit details
    Browse the repository at this point in the history
  9. fix test

    iljarotar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    11ed256 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8abf726 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. remove swp0 from all tests

    iljarotar committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d3e5a05 View commit details
    Browse the repository at this point in the history
  2. fix integration test

    iljarotar committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0abbf35 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix find twin switch function if more than two switches are present i…

    …n a rack
    iljarotar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bbb1e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1bae9e View commit details
    Browse the repository at this point in the history
  3. disallow switch migrate when racks differ

    iljarotar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4372425 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into switch-migrate

    iljarotar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7dbb446 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    be2912f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge master

    majst01 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    696ce58 View commit details
    Browse the repository at this point in the history
  2. remove comment

    iljarotar committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1ecbb23 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. add enum for switch os vendor

    Co-authored-by: Stefan Majer <[email protected]>
    iljarotar and majst01 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3d6301e View commit details
    Browse the repository at this point in the history
  2. typo

    Co-authored-by: Stefan Majer <[email protected]>
    iljarotar and majst01 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    882eacc View commit details
    Browse the repository at this point in the history
  3. add missing returns

    iljarotar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1dc69c4 View commit details
    Browse the repository at this point in the history
  4. add switch os vendor validation

    iljarotar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e00903b View commit details
    Browse the repository at this point in the history
  5. fix os vendor checks

    iljarotar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    30a347d View commit details
    Browse the repository at this point in the history
  6. spec

    iljarotar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5693be6 View commit details
    Browse the repository at this point in the history
  7. add os vendor to switch service tests

    iljarotar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    be7314a View commit details
    Browse the repository at this point in the history