-
Notifications
You must be signed in to change notification settings - Fork 53
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
cockpit plugin: enable all customizations and implement updating blueprints (HMS-5459) #2848
cockpit plugin: enable all customizations and implement updating blueprints (HMS-5459) #2848
Conversation
b4aa3ec
to
97e1130
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2848 +/- ##
==========================================
- Coverage 82.73% 82.55% -0.19%
==========================================
Files 202 202
Lines 22887 22943 +56
Branches 2258 2259 +1
==========================================
+ Hits 18936 18941 +5
- Misses 3927 3978 +51
Partials 24 24
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
97e1130
to
59b1481
Compare
/jira-epic COMPOSER-2411 |
59b1481
to
f03ef37
Compare
These are just hardcoded, but enable the new customizations in the on premise UI.
The way the on premise wizard is initialized needed to be tweaked to make it work for isEdit. Let's assume that the host distro and host architecture are already correct in the blueprint.
The naming of systemd services don't follow the RFC in the comments. See `man systemd.unit` for the specification.
`isAdministrator` isn't an option onPrem.
f03ef37
to
e0eb25b
Compare
fedora-42 is broken due to the forking of rawhide. |
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.
Amazing
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.
Didn't test, but code looks good. One question
The check failures are expected, merging manually |
Adds all the new customizations, and implements updating blueprints.
cockpit-ib-.3.mp4
JIRA: HMS-5459