forked from openshift/cluster-node-tuning-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add status conditions and profile applied to Profile(s)
Changes: - report Tuned profile currently applied for each of the containerized Tuned daemon managed by NTO - report two Profile status conditions "Applied" and "Degraded" in every Profile indicating whether the Tuned profile was applied and whether there were issues during the profile application - cleanup of the ClusterOperator settings code; ClusterOperator now also reports Degraded == True if any of the Tuned Profiles failed to be applied cleanly for any of the containerized Tuned daemons managed by NTO - e2e test added to check the status reporting functionality - e2e basic/available test enhanced to check for not Degraded condition - using "podman build --no-cache" now. This works around issues such as: containers/buildah#2837
- Loading branch information
Showing
14 changed files
with
637 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.