Project

Profile

Help

Issue #7303

Updated by daviddavis over 3 years ago

Hello, we have a feature in Satellite 6.8 to support POWER PC. I can see that RHEL8 PPC64LE KS is synced properly however kickstart (BOOTP/PXE) files are missing: /content/beta/rhel8/8/ppc64le/baseos/kickstart/images is empty as well as /content/beta/rhel8/8/ppc64le/baseos/kickstart/images/ppc/ppc64. 

 For the record this is the treeinfo file and I can clearly see those files should exist, however they are not synced for some reason. 

 ``` 
 [checksums] 
 images/boot.iso = sha256:a407c97fd193c66c921fd4be13b6a3f1f123c1e43e083579df5cbd90a28cb20b 
 images/install.img = sha256:f2ebf358b516d3e17b0f64a8884c85d3f048c7d9e7bb35dd591ac10953019e2e 
 ppc/ppc64/initrd.img = sha256:badab8b80aa1bdeadbc6c45401207a1923df6da780067f6e8cfedeeebad0e7d7 
 ppc/ppc64/vmlinuz = sha256:d597d603b240e3a4077ee77af358a1f1c6044c2302be82c5dd902eb5101004a3 

 [general] 
 ; WARNING.0 = This section provides compatibility with pre-productmd treeinfos. 
 ; WARNING.1 = Read productmd documentation for details about new format. 
 arch = ppc64le 
 family = Red Hat Enterprise Linux 
 name = Red Hat Enterprise Linux 8.3 
 packagedir = Packages 
 platforms = ppc64le 
 repository = . 
 timestamp = 1593612907 
 variant = BaseOS 
 variants = BaseOS 
 version = 8.3 

 [header] 
 type = productmd.treeinfo 
 version = 1.2 

 [images-ppc64le] 
 boot.iso = images/boot.iso 
 initrd = ppc/ppc64/initrd.img 
 kernel = ppc/ppc64/vmlinuz 

 [release] 
 name = Red Hat Enterprise Linux 
 short = RHEL 
 version = 8.3 

 [stage2] 
 mainimage = images/install.img 

 [tree] 
 arch = ppc64le 
 build_timestamp = 1593612907 
 platforms = ppc64le 
 variants = BaseOS 

 [variant-BaseOS] 
 id = BaseOS 
 name = BaseOS 
 packages = Packages 
 repository = . 
 type = variant 
 uid = BaseOS 
 ```

Back