-
Notifications
You must be signed in to change notification settings - Fork 181
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
Disable patch and package install and monitoring for sl micro minions #9277
Disable patch and package install and monitoring for sl micro minions #9277
Conversation
… in BV smoke test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
too bad we don't have bscs to reference for the other problems than prometheus?
Could we please explain why installation of packages and applying patches is disabled? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please discuss it in Slack before merging? Thank you. 🙏🏻
After discussing it here https://suse.slack.com/archives/C02D12TNYLS/p1727154299606569 I will remove my request for changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be the situation has changed , see latest remarks from Abid about the exporter
Please do not merge yet, we need to discuss
Related to this, our images configured through cloud-init, should have now packages and patches available after the deployment, thanks to this refactor uyuni-project/sumaform#1702 |
@skip_for_sl_micro | ||
# WORKAROUND for SL Micro because of bsc#1227451 and bsc#1229567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in Slack, I would personally show a red in this test case on the test report, unless this affects other test cases.
Otherwise, the test report is not reflecting the current product state, where a product bug has been reported.
# workaround for SLE Micro minion issue bsc#1209374 | ||
# WORKAROUND for SL Micro because of bsc#1227451 and bsc#1229567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
Scenario: Enable and start Prometheus Node Exporter service | ||
And I start the "prometheus-node_exporter.service" service on "<client>" | ||
And I enable the "prometheus-node_exporter.service" service on "<client>" | ||
|
||
@skip_for_sle_micro_ssh_minion | ||
@skip_for_sl_micro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
@skip_for_sl_micro | ||
# WORKAROUND for SL Micro because of bsc#1227451 and bsc#1229567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The skip looks good to me, but that's unrelated to the commented bugs.
Apache and Postgres components are not meant to be installed directly on SL Micro, so that's the reason why we don't support these exporters in the product, that's unrelated to Node Exporter which just collects HW metrics.
@skip_for_sl_micro | ||
# WORKAROUND for SL Micro because of bsc#1227451 and bsc#1229567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, I would not skip it.
@skip_for_debianlike | ||
@skip_for_rocky9 | ||
@skip_for_alma9 | ||
@skip_for_sl_micro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not be skipping them, this is a supported feature.
Instead, we need to find a way to cover this with a patch, if none available now.
@skip_for_sle_micro_ssh_minion | ||
@skip_for_sl_micro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not be skipping them, this is a supported feature for SL/SLE Micro.
Instead, we need to find a way to cover this with a package, if none available now.
Hopefully this PR will help on this uyuni-project/sumaform#1702
What does this PR change?
Disable patch and package install and monitoring for sl micro minions in BV smoke test.
GUI diff
No difference.
Documentation
No documentation needed: only internal and user invisible changes
DONE
Test coverage
ℹ️ If a major new functionality is added, it is strongly recommended that tests for the new functionality are added to the Cucumber test suite
No tests: already covered
DONE
Links
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test
(see below)Re-run a test
If you need to re-run a test, please mark the related checkbox, it will be unchecked automatically once it has re-run:
Before you merge
Check How to branch and merge properly!