-
Notifications
You must be signed in to change notification settings - Fork 11
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 scs-0210-v2 and scs-0214-v1 zuul checks #714
Commits on Mar 8, 2024
-
Add scs-0210-v2 and scs-0214-v1 zuul checks
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 83af409 - Browse repository at this point
Copy the full SHA 83af409View commit details
Commits on Mar 12, 2024
-
Add k8s node labels workaround
The SCS node distribution standard, scs-0214-v1, aims to verify the distribution of k8s nodes across regions, zones, and physical nodes. While information regarding regions and zones is readily available in node labels, identifying physical node IDs is not. This commit introduces a workaround for labeling k8s nodes with their corresponding physical node IDs. For more details, refer to the following issue: SovereignCloudStack/issues#540. Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 817629c - Browse repository at this point
Copy the full SHA 817629cView commit details
Commits on Mar 13, 2024
-
Apply suggestions from code review
Co-authored-by: Matthias Büchse <github@mbue.de> Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 473cf1b - Browse repository at this point
Copy the full SHA 473cf1bView commit details -
The updated version of the SCS standard scripts handles configuration management better. Therefore, this config task marked with TODO comment is removed. Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 99c00d8 - Browse repository at this point
Copy the full SHA 99c00d8View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fad2b2a - Browse repository at this point
Copy the full SHA fad2b2aView commit details -
Set the k8s node label key and link the related issue
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for ffb722b - Browse repository at this point
Copy the full SHA ffb722bView commit details
Commits on Mar 19, 2024
-
Merge branch 'main' into add_scs_checks
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 5ca0d85 - Browse repository at this point
Copy the full SHA 5ca0d85View commit details
Commits on Mar 20, 2024
-
Adjust the default settings of the e2e pipeline to spin up a cluster …
…with 3 control plane nodes If we want to perform end-to-end testing on an SCS-compliant Kubernetes cluster, we need 3 control plane nodes Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for 56a5114 - Browse repository at this point
Copy the full SHA 56a5114View commit details
Commits on Mar 21, 2024
-
Remove debug code and stabilize .zuul.yaml config
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for e70b1cc - Browse repository at this point
Copy the full SHA e70b1ccView commit details
Commits on Mar 22, 2024
-
Move tasks to the always block
This commit introduces the always block in the sonobuoy.yaml as well as in the scs_compliance.yaml and moves the "parse" tasks and "Insert ... results to the warning message..." tasks there. This should ensure that results from failed checks will be returned by Zuul. Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Configuration menu - View commit details
-
Copy full SHA for dea0c23 - Browse repository at this point
Copy the full SHA dea0c23View commit details