Project

General

Profile

action #109882

Updated by jlausuch about 2 years ago

 
 After doing an [autoyast installation](https://openqa.opensuse.org/tests/2293631), the system doesn't have the repository  
 ``` 
 install:~ # zypper lr -u 
 Repository priorities are without effect. All enabled repositories share the same priority. 

 # | Alias                       | Name                        | Enabled | GPG Check | Refresh | URI 
 --+---------------------------+---------------------------+---------+-----------+---------+-------------------------------------------------------- 
 1 | openSUSE-Leap-Micro-5.2-1 | openSUSE-Leap-Micro-5.2-1 | No        | ----        | ----      | cd:/?devices=/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_cd0 
 ``` 

 And because of this, the installation of some packages fail (e.g. [cockpit](https://openqa.opensuse.org/tests/2293631#step/cockpit_service/8)) 


 This is how it should look like from the regular [DVD installation](https://openqa.opensuse.org/tests/2294237): 
 ``` 
 localhost:~ # zypper lr -u 
 Repository priorities are without effect. All enabled repositories share the same priority. 

 # | Alias                       | Name                         | Enabled | GPG Check | Refresh | URI 
 --+---------------------------+----------------------------+---------+-----------+---------+---------------------------------------------------------------------------------------------------- 
 1 | openSUSE-Leap-Micro-5.2-1 | openSUSE-Leap-Micro-5.2-1    | No        | ----        | ----      | cd:/?devices=/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_cd0 
 2 | repo-main                   | Leap Micro Main Repository | Yes       | (r ) Yes    | Yes       | https://download.opensuse.org/distribution/leap-micro/5.2/product/repo/Leap-Micro-5.2-x86_64-Media/ 
 ``` 


 The used autoyast profile is https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/autoyast_opensuse/autoyast_leap-micro.xml.ep 

Back