Project

General

Profile

action #166430

Updated by leli 3 months ago

## Description 

 For agama live installer test on s390x, it need an iso in o3 server /repo/ folder(under the ftp). 

 Because agama can only boot in s390x with the iso (it doesn't have install= because it doesn't have linuxrc to boot from the extracted repo). Still we need to pass the extracted repo here folder for the qaboot and then later the iso here in the parmfile. 
 At the moment ftp access. Currently we can sync have the repo without problem, it is already implemented isos synced from OBS in obsync but we are asking Andrii to implement to have iso/ folder. So create a hardlink under /repo/ pointing to the .iso iso in iso/ repo folder (soft links didn't work). But we don't want that this hardlink for isos of each synced build from OBS will disappear, is there any way to prevent its automatic removal. solve the issue. 

 Ex:  
 leli@ariel:/var/lib/openqa/factory/iso> sudo ln -s agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso ../repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso 
 leli@ariel:/var/lib/openqa/factory/repo> la agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso 
 lrwxrwxrwx 1 root root 50 Sep    5 08:26 agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso -> agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso 

 ## Acceptance Criteria 

 * **AC1:**: Keep a hardlink to iso in repo folder for agama test on s390x. 

Back