action #112058
Updated by JERiveraMoya almost 3 years ago
#### Motivation
See parent ticket #110848
Provide interactive installations using RMT.
#### Scope
Product validation = YaST group
#### Acceptance criteria
**AC1**: Add interactive installation using RMT registration using libyui REST.
#### Suggestions
We have available server https://migration-rmt2.qa.suse.de to be added via bootloader params with `regurl` . It is important to use `https` and not `http` so the user is prompted to trust the self-signed certificate before product selection. Migration squad is covering this but only http: https://openqa.suse.de/tests/8776608#step/bootloader/9
We should cover this new prompted dialog with libyui REST.
In the installed system we should examine the URIs in `zypper lr --uri` to ensure they are coming from the RMT server. Consider if currently libraries we have to check repos is suitable.
See documentation regarding RMT:
https://documentation.suse.com/sles/15-SP3/single-html/SLES-rmt/index.html#cha-rmt-migrate
And some just documentation about self-signed certificate:
https://github.com/yast/yast-registration/wiki/OpenSSL-Certificates#importing-the-certificate
Follow-up ticket will cover unattended installation and perhaps some product(s) in maintenance.