-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enable compliance tests to use plugins for cluster provisioning #753
base: main
Are you sure you want to change the base?
Enable compliance tests to use plugins for cluster provisioning #753
Commits on Sep 20, 2024
-
Enable compliance tests to use plugins for cluster provisioning
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a326e99 - Browse repository at this point
Copy the full SHA a326e99View commit details -
And apply static plugin Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab0803b - Browse repository at this point
Copy the full SHA ab0803bView commit details -
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 199fdf2 - Browse repository at this point
Copy the full SHA 199fdf2View commit details
Commits on Oct 7, 2024
-
Inital integration of the plugin into the 'scs-test-runner.py'
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f994cde - Browse repository at this point
Copy the full SHA f994cdeView commit details
Commits on Oct 10, 2024
-
Adjust 'scs-test-runner.py' to handle kaas tests
Splitting the functionality into the handling of sonobuoys and the provision of K8s clusters. Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a51c0d - Browse repository at this point
Copy the full SHA 4a51c0dView commit details
Commits on Oct 14, 2024
-
Add ability to deploy clusters for different K8s versions
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 928ea83 - Browse repository at this point
Copy the full SHA 928ea83View commit details
Commits on Oct 18, 2024
-
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acc451d - Browse repository at this point
Copy the full SHA acc451dView commit details
Commits on Oct 23, 2024
-
still draft: a few steps towards my vision
Signed-off-by: Matthias Büchse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4d6c3c - Browse repository at this point
Copy the full SHA e4d6c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd220c - Browse repository at this point
Copy the full SHA 1dd220cView commit details
Commits on Oct 24, 2024
-
Rework rebase conflicts Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c063d8 - Browse repository at this point
Copy the full SHA 7c063d8View commit details -
Fixup plugin kubeconfig file generation
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b11641 - Browse repository at this point
Copy the full SHA 5b11641View commit details
Commits on Nov 4, 2024
-
Draft: split up clusterspec file
In order to have one clusterspec file for each k8s version Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fb5f32 - Browse repository at this point
Copy the full SHA 7fb5f32View commit details -
Merge to back to usage of one single clustersspec
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a2809a - Browse repository at this point
Copy the full SHA 9a2809aView commit details
Commits on Nov 5, 2024
-
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfa6ba4 - Browse repository at this point
Copy the full SHA bfa6ba4View commit details -
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cfee94 - Browse repository at this point
Copy the full SHA 1cfee94View commit details -
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f7fe4c - Browse repository at this point
Copy the full SHA 9f7fe4cView commit details -
revert sonobuoy executor handling form this PR
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e5357a - Browse repository at this point
Copy the full SHA 3e5357aView commit details -
Apply cluster configuration file handling
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99c450f - Browse repository at this point
Copy the full SHA 99c450fView commit details -
Update Tests/kaas/plugin/run_plugin.py
Co-authored-by: Matthias Büchse <[email protected]> Signed-off-by: tonifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5adb9f6 - Browse repository at this point
Copy the full SHA 5adb9f6View commit details -
Co-authored-by: Matthias Büchse <[email protected]> Signed-off-by: tonifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2127323 - Browse repository at this point
Copy the full SHA 2127323View commit details -
Add plugin_config to delete process as well Add missing file `kind_cluster_config.yaml` as configuration example Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5392c5e - Browse repository at this point
Copy the full SHA 5392c5eView commit details
Commits on Nov 6, 2024
-
Restructure abstract method handling in plugin
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73edf99 - Browse repository at this point
Copy the full SHA 73edf99View commit details -
Add example plugin implementation to interface.py
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90d958e - Browse repository at this point
Copy the full SHA 90d958eView commit details -
Fixup: change kube_plugin_config directory name
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc78a7c - Browse repository at this point
Copy the full SHA fc78a7cView commit details -
Fixup: missing adjustment to config.toml
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76134d6 - Browse repository at this point
Copy the full SHA 76134d6View commit details
Commits on Nov 7, 2024
-
Remove abstract base clase handling and directly
make use of Not ImplementedError Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfa113c - Browse repository at this point
Copy the full SHA cfa113cView commit details -
Update 'kind_plugin.py' kubeconfig filepath handling
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d43a38d - Browse repository at this point
Copy the full SHA d43a38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4970b - Browse repository at this point
Copy the full SHA 8f4970bView commit details -
Fixup: use '__name__' for logging handler
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a8f8ca - Browse repository at this point
Copy the full SHA 5a8f8caView commit details -
Update Tests/kaas/plugin/run_plugin.py
Co-authored-by: Matthias Büchse <[email protected]> Signed-off-by: tonifinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d6a0cb - Browse repository at this point
Copy the full SHA 7d6a0cbView commit details -
Update plugin kubeconfig handling
Removed the return of the kubeconfig filepath from the `create_cluster` method as we do not use this handling. Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4b2611 - Browse repository at this point
Copy the full SHA c4b2611View commit details -
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78fd694 - Browse repository at this point
Copy the full SHA 78fd694View commit details -
Fixup remove obsolete f-string
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2301ba3 - Browse repository at this point
Copy the full SHA 2301ba3View commit details
Commits on Nov 8, 2024
-
Remove default values to prevent parameters from being optional Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa0247e - Browse repository at this point
Copy the full SHA fa0247eView commit details -
Fixup: remove default value in description
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 932ed7a - Browse repository at this point
Copy the full SHA 932ed7aView commit details
Commits on Nov 11, 2024
-
Fixup: remove version parameter form delete
Signed-off-by: Toni Finger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a96047d - Browse repository at this point
Copy the full SHA a96047dView commit details