Project

General

Profile

action #157555

Updated by livdywan about 1 month ago

## Motivation 
 In https://sd.suse.com/servicedesk/customer/portal/1/SD-150437 we are asked to handle "compromised root passwords in QA segments" including s390zl11…16 

 ## Goals 
 * **G1:** Have an s390x kvm openQA installation job with non-default password succeed as far as possible 
 * **G2:** Identify which follow-up steps need to be done to fully support non-default passwords in such scenarios 

 ## Suggestions 
 * os-autoinst-distri-opensuse in principle supports using a different password, see https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/main_common.pm#L165 
 * Clone a default s390x kvm openQA installation job https://openqa.suse.de/tests/13875911 from this scenario https://openqa.suse.de/tests/latest?arch=s390x&distri=sle&flavor=Online&machine=s390x-kvm&test=default&version=15-SP6 but with `PASSWORD=<new_password>` with `<new_password>` being anything you setup temporary and see how far the test can reach 
 * Fix obvious small problems and identify bigger follow-up tasks 
 * Actually s390x shouldn't really matter that much in this context, could also be an "svirt" job

Back