-
Notifications
You must be signed in to change notification settings - Fork 5
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
First take on LTSS documentation #35
base: main
Are you sure you want to change the base?
Conversation
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
<para> | ||
Log in to your instance and make sure your system is registered with a subscription that | ||
is eligible for LTSS. If the system is not yet registered, register it | ||
(see <xref linkend="sec-admin-register"/>). |
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.
Should we not tell users how to check that there instance is registered? And should we not tell users that for PAYG a registered system is the default state?
Since there is a difference between PAYG and BYOS I think we should not have the exact same wording.
</para> | ||
<screen>&prompt.sudo;registercloudguset -r $REGISTRATION_CODE | ||
Running LTSS registration...this takes a little longer | ||
LTSS registration succeeded</screen> |
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.
Should we have a side note here to clarify that $REGISTRATION_CODE
is the LTSS registration code previously activated in SCC?
@cwickert w.r.t. BYOS vs PAYG there is an easy way to check. There is a command, |
Also I think we should make some additional notes in the doc. I will add these to the blog as well. |
not really necessary, but let's stay in sync with doc-sle)
1st take on LTSS documentation. The BYOS part is based on the SLE documentation, PYAG on Robert's blog post draft.
For now, the docs assume that BYOS is registered with SUSEConnect and PAYG with registercloudguest. I know this assumption is not correct and consider merging both procedures, but then I need an easy and reliable way of determining the plan of an instance (e.g. checking the metadata) and what was used for the initial registration. This is a recurring topic, e.g. when troubleshooting registration issues, so I'd like a simple but reliable approach, ideally a single command. Once I got that, we can think about adding troubleshooting instructions etc.