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

Feat/add cluster stacks plugin #800

Open
wants to merge 16 commits into
base: 710-feature-request-enable-compliance-tests-to-use-plugins-for-cluster-provisioning
Choose a base branch
from

Commits on Nov 13, 2024

  1. Initial implementation of the plugin for cluster-stacks

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4b24230 View commit details
    Browse the repository at this point in the history
  2. Deploy cluster using cluster-stacks

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b9f47cf View commit details
    Browse the repository at this point in the history
  3. Fix python lint errors

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9e12d06 View commit details
    Browse the repository at this point in the history
  4. Refactor the code

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f64b055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ebc19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f48fbf View commit details
    Browse the repository at this point in the history
  7. Add ability to remove kubeconfig

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20771d9 View commit details
    Browse the repository at this point in the history
  8. Adapt cluster-stack plugin based on changes made in target branch and…

    … update README
    
    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0ceee70 View commit details
    Browse the repository at this point in the history
  9. Remove files that are not needed

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    15c8d07 View commit details
    Browse the repository at this point in the history
  10. Update code and readme

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8f7aad7 View commit details
    Browse the repository at this point in the history
  11. Fix error: no matching resources found when waiting for pods in workl…

    …oad cluster
    
    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b5bb995 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f880dfe View commit details
    Browse the repository at this point in the history
  13. Update Tests/kaas/plugin/plugin_cluster_stacks.py

    Co-authored-by: Matthias Büchse <[email protected]>
    Signed-off-by: Michal Gubricky <[email protected]>
    michal-gubricky and mbuechse authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    85b9ed1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge two similiar functions into one wait_for_pods

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    189109e View commit details
    Browse the repository at this point in the history
  2. Update Tests/kaas/plugin/plugin_cluster_stacks.py

    Co-authored-by: Matthias Büchse <[email protected]>
    Signed-off-by: Michal Gubricky <[email protected]>
    michal-gubricky and mbuechse authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    23b4cac View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Do not use os.environ.update to update the environment

    Signed-off-by: michal.gubricky <[email protected]>
    michal-gubricky committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4f2f3b3 View commit details
    Browse the repository at this point in the history