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

kola: add brightbox support #484

Merged
merged 9 commits into from
Nov 23, 2023
Merged

kola: add brightbox support #484

merged 9 commits into from
Nov 23, 2023

Commits on Nov 15, 2023

  1. mod: add brightbox/v2 dependency

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2288193 View commit details
    Browse the repository at this point in the history
  2. vendor: go mod tidy && go mod vendor

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    930a7ef View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. api/brightbox: initial commit

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3d48031 View commit details
    Browse the repository at this point in the history
  2. ore/brightbox: add new subcommand

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e854854 View commit details
    Browse the repository at this point in the history
  3. kola: implement brightbox platform

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1fd7edc View commit details
    Browse the repository at this point in the history
  4. kubeadm: skip calico / cilium tests for now on brightbox

    once we switch to butane, we can enable them.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bced13d View commit details
    Browse the repository at this point in the history
  5. ignition/empty: exclude brightbox

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    51b2fc4 View commit details
    Browse the repository at this point in the history
  6. platform/brightbox: remove cloud ips from ore

    Garbage collection can't handle yet the removal of cloud IPs - we delete
    cloud IPs with ore.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0b16bb4 View commit details
    Browse the repository at this point in the history
  7. platform/brightbox: add remove-servers ore subcommand

    this has to run before running a test
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0d1cebd View commit details
    Browse the repository at this point in the history