-
Notifications
You must be signed in to change notification settings - Fork 20
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
Added upgrading Service Packs in SLES using SSM #76
base: master
Are you sure you want to change the base?
Conversation
# Summary | ||
[summary]: #summary | ||
|
||
Provice an easy mechanism to upgrade SLES and/or openSUSE Leap systems from one service pack the next one |
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.
I think we already this mechanism in place: https://documentation.suse.com/suma/4.2/en/suse-manager/client-configuration/client-upgrades-product-migration.html
What we would need is to have support to make in more then one minion at a time (batch SP migration)
# Detailed design | ||
[design]: #detailed-design | ||
|
||
Apply `zypper migration` to systems selected in SSM |
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.
This would not be the implementation. We should use the mechanism we already have in place for migrate one machine, and allow the usage of SSM to upgrade multiple at the same time
[alternatives]: #alternatives | ||
|
||
- Manual upgrade. (Slow, cumbersome and error prone) | ||
- Customized script using API (Common use case, could be included in product) |
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.
No description provided.