Project

General

Profile

action #95392

Updated by syrianidou_sofia over 2 years ago

Currently the module autoyast/prepare_profile.pm is parsing only one autoyast profile file, as definded by AUTOYAST variable. The functionality does not cover the case where the profile is created by rules and classes. In this scenario AUTOYAST variable is pointing to a directory that contains a variety of xml files. For example: 
 /profile_dir/profile_a.xml 
 /profile_dir/profile_b.xml 
 /profile_dir/classes/class1/file1.xml 
 /profile_dir/classes/class2/file2.xml 


 All these files might contain values that need expansion.  

 The uploading of the files should follow the same structure as before parsing. 

  
 For more information, check parent ticket. 

 The goal of this ticket is to add the extra functionality to prepare_profile module (or if it is more practical, to create a new module for the particular scenario). This functionality will be used for x86_64. scenario)

Back