Project

General

Profile

action #126848

Updated by JERiveraMoya about 1 year ago

#### Motivation 
 The test steps are described here: as following: 
 https://github.com/openSUSE/agama/blob/master/autoinstallation/README.md 

 #### Scope 1. Boot with ALP iso (ex: https://download.opensuse.org/repositories/SUSE:/ALP:/Products:/Installer:/0.8/images/iso/d-installer-live.x86_64-ALP.iso), choose product 
 x86_64 2. click on up-right to enter options 
 3. Click diagnostic tools and aarch64 (s390x z/VM I don't think it is achievable a open terminal 
 4. In the moment) cockpit console, run following cmds: 
 Ex: 
 ```/usr/bin/dinstaller config set software.product=ALP-Micro 
 sleep 10 
 /usr/bin/dinstaller config set user.userName=joe user.password=doe 
 /usr/bin/dinstaller install``` 
 5. Wait all packages downloaded, start installation 

 #### Acceptance criteria 
 **AC1**: Automate the auto-installation on ALP Micro 

 #### Additional information 
 See related work Here are steps provided by developers: 
 https://github.com/yast/agama/pull/495/files 
 Notice We need to replace generic ALP and create two job groups in Development for ALP Bedrock: 
 each platform (Bedrock and Micro):  
 https://openqa.opensuse.org/group_overview/96

Back