-
Notifications
You must be signed in to change notification settings - Fork 23
Ubuntu Focal to Jammy migration support #902
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
Conversation
Overall, Good job guys @seunghun1ee @Alex-Welsh |
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.
LGTM 👍
Thank you for the changes @seunghun1ee
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.
Would be nice to see some docs for this, but they can come later.
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 it would be sensible to set os_release
to jammy
at the beginning of the procedure, as we do for RL9. It's generally used as the 'target' release. This would avoid needing to pass in additional variables to pulp sync, host configure, etc.
We have a wiki page for now. Docs are a bit awkward to update quickly. I'd like to have something more official in skc docs once it's stable though |
36e0d9d
to
d8a4a4f
Compare
@Alex-Welsh When approved and ready to merge, I think it would be a good idea to squash merge this PR so that it can easily be cherry picked |
Error with latest compute node:
Not sure if it's the node or the change to the ordering |
This probably means that the host got newer version of kernel in current release. |
Reboot prepatory apt update when required and always set -e os_release=jammy for the upgrade playbook
Co-authored-by: Mark Goddard <mark@stackhpc.com>
Add playbook and shell scripts to support automated Ubuntu migration.