Skip to content

Commit

Permalink
Merge pull request #20562 from badboywj/TEAM-9783
Browse files Browse the repository at this point in the history
Make sles4sap saptune single incidents tests to support LTSS and LTSS-ES
  • Loading branch information
alvarocarvajald authored Nov 6, 2024
2 parents c524c3f + e12ee5c commit 908ab58
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions data/autoyast_sle12/autoyast_sles4sap_saptune.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,29 @@
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<reg_code><%= $get_var->('SCC_REGCODE_SLES4SAP') %></reg_code>
<do_registration config:type="boolean">true</do_registration>
<reg_code><%= $get_var->('SCC_REGCODE_SLES4SAP') %></reg_code>
<install_updates config:type="boolean">true</install_updates>
<addons config:type="list">
% if ($get_var->('SCC_REGCODE_LTSS')) {
<addon>
<!-- SUSE Linux Enterprise Server LTSS -->
<name>SLES-LTSS</name>
<version>{{VERSION}}</version>
<arch>{{ARCH}}</arch>
<reg_code><%= $get_var->('SCC_REGCODE_LTSS') %></reg_code>
</addon>
%}
% if ($get_var->('SCC_REGCODE_LTSS_ES')) {
<addon>
<!-- SUSE Linux Enterprise Server LTSS Extended Security -->
<name>SLES-LTSS-Extended-Security</name>
<version>{{VERSION}}</version>
<arch>{{ARCH}}</arch>
<reg_code><%= $get_var->('SCC_REGCODE_LTSS_ES') %></reg_code>
</addon>
%}
</addons>
</suse_register>
<add-on>
<add_on_products config:type="list">
Expand Down

0 comments on commit 908ab58

Please sign in to comment.