Skip to content

Available SCC Extensions for Use in Autoyast

Ladislav Slezák edited this page Sep 23, 2021 · 24 revisions

The Available AutoYaST Extensions

Here are listed the currently available extensions for SLES which can be used in your Autoyast profile.

The Base Products

SUSE Linux Enterprise 12

SUSE Linux Enterprise 15

Important Notes

  • The list of the addons is product and architecture dependent, some extensions might not be available for all architectures.

  • The list of addons may change in the time, for example some new addons might be added or some addons might be upgraded to a newer version.

  • Some addons might be marked as BETA, that means they are not ready for production systems and might contain bugs.

  • The list might not be complete, some specific subscriptions might have a different list of addons available.

Handling the Extension Dependencies

In SLE12 AutoYaST registers only the extensions listed in the profile and registers them in the specified order. That means the order must reflect the extension dependencies, registering extensions in a wrong order will result in a registration failure.

Since SLES 15 AutoYaST automatically reorders the extensions according to their dependencies during registration. That means the order of the extensions in the AutoYaST profile is not important.

In SLE15 AutoYaST also automatically registers the dependent extensions even though they are missing in the profile. That means you are not required to fill the extensions list completely.

However, if the dependent extension requires a registration key it must be specified in the profile (including the registration key) otherwise the registration would fail.

How to Get the Addons for Your System

You can use the SUSEConnect --list-extensions command (in SLE12-SP1 and newer) to list all available extensions in a registered system. The result contains a text like Install with: SUSEConnect -p sle-sdk/12.1/x86_64, the -p argument are the name/version/arch values which can be used in the AutoYaST profile.

SLES-12

<addons config:type="list">
  <addon>
    <!-- SUSE Cloud for SLE 12 Compute Nodes -->
    <name>suse-sle12-cloud-compute</name>
    <version>5</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Enterprise Storage -->
    <name>ses</name>
    <version>2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability GEO Extension -->
    <!-- Depends on: SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha-geo</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <name>sle-live-patching</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Server LTSS -->
    <name>SLES-LTSS</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <name>sle-we</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <name>PackageHub</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Software Development Kit -->
    <name>sle-sdk</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Advanced Systems Management Module -->
    <name>sle-module-adv-systems-management</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Certifications Module -->
    <name>sle-module-certifications</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <name>sle-module-containers</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <name>sle-module-legacy</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <name>sle-module-public-cloud</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Toolchain Module -->
    <name>sle-module-toolchain</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <name>sle-module-web-scripting</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-12-SP1

<addons config:type="list">
  <addon>
    <!-- SUSE Enterprise Storage -->
    <name>ses</name>
    <version>2.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Enterprise Storage -->
    <name>ses</name>
    <version>3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha</name>
    <version>12.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability GEO Extension -->
    <!-- Depends on: SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha-geo</name>
    <version>12.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <name>sle-live-patching</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Real Time Extension -->
    <name>SUSE-Linux-Enterprise-RT</name>
    <version>12.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <name>sle-we</name>
    <version>12.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Proxy -->
    <name>SUSE-Manager-Proxy</name>
    <version>3.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Server -->
    <name>SUSE-Manager-Server</name>
    <version>3.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE OpenStack Cloud -->
    <name>suse-openstack-cloud</name>
    <version>6</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <name>PackageHub</name>
    <version>12.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Software Development Kit -->
    <name>sle-sdk</name>
    <version>12.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Advanced Systems Management Module -->
    <name>sle-module-adv-systems-management</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Certifications Module -->
    <name>sle-module-certifications</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <name>sle-module-containers</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <name>sle-module-legacy</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <name>sle-module-public-cloud</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Toolchain Module -->
    <name>sle-module-toolchain</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>
 
  <addon>
    <!-- Web and Scripting Module -->
    <name>sle-module-web-scripting</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-12-SP2

<addons config:type="list">
  <addon>
    <!-- SUSE Enterprise Storage -->
    <name>ses</name>
    <version>4</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability GEO Extension -->
    <!-- Depends on: SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha-geo</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <name>sle-live-patching</name>
    <version>12</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Point of Service Image Server -->
    <name>sle-pos</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Real Time Extension -->
    <name>SUSE-Linux-Enterprise-RT</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <name>sle-we</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Server -->
    <name>SUSE-Manager-Server</name>
    <version>3.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE OpenStack Cloud -->
    <name>suse-openstack-cloud</name>
    <version>7</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <name>PackageHub</name>
    <version>12.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Software Development Kit -->
    <name>sle-sdk</name>
    <version>12.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Magnum Orchestration -->
    <name>openstack-cloud-magnum-orchestration</name>
    <version>7</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- Advanced Systems Management Module -->
    <name>sle-module-adv-systems-management</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <name>sle-module-containers</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- HPC Module -->
    <name>sle-module-hpc</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <name>sle-module-legacy</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <name>sle-module-public-cloud</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Toolchain Module -->
    <name>sle-module-toolchain</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <name>sle-module-web-scripting</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-12-SP3

<addons config:type="list">
  <addon>
    <!-- SUSE Enterprise Storage -->
    <name>ses</name>
    <version>5</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability GEO Extension -->
    <!-- Depends on: SUSE Linux Enterprise High Availability Extension -->
    <name>sle-ha-geo</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <name>sle-live-patching</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Real Time -->
    <name>SUSE-Linux-Enterprise-RT</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Server BCL -->
    <name>SLES-BCL</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <name>sle-we</name>
    <version>12.3</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Proxy -->
    <name>SUSE-Manager-Proxy</name>
    <version>3.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Proxy -->
    <name>SUSE-Manager-Proxy</name>
    <version>3.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Server -->
    <name>SUSE-Manager-Server</name>
    <version>3.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager Server -->
    <name>SUSE-Manager-Server</name>
    <version>3.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Manager for Retail -->
    <name>suse-manager-retail</name>
    <version>3.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE OpenStack Cloud -->
    <name>suse-openstack-cloud</name>
    <version>8</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Software Development Kit -->
    <name>sle-sdk</name>
    <version>12.3</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <name>PackageHub</name>
    <version>12.3</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Advanced Systems Management Module -->
    <name>sle-module-adv-systems-management</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <name>sle-module-containers</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- HPC Module -->
    <name>sle-module-hpc</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <name>sle-module-legacy</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <name>sle-module-public-cloud</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Toolchain Module -->
    <name>sle-module-toolchain</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <name>sle-module-web-scripting</name>
    <version>12</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-15

<addons config:type="list">
  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-ha</name>
    <version>15</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-we</name>
    <version>15</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <!-- Depends on: Basesystem Module -->
    <name>PackageHub</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-live-patching</name>
    <version>15</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- Basesystem Module -->
    <name>sle-module-basesystem</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-containers</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Desktop Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-desktop-applications</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Development Tools Module -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-module-development-tools</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-legacy</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-public-cloud</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- SUSE Cloud Application Platform Tools Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-cap-tools</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Server Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-server-applications</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-web-scripting</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-15-SP1

<addons config:type="list">
  <addon>
    <!-- SUSE CaaS Platform (BETA) -->
    <!-- Depends on: Containers Module -->
    <name>caasp</name>
    <version>4.0</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Enterprise Storage -->
    <!-- Depends on: Server Applications Module -->
    <name>ses</name>
    <version>6</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-ha</name>
    <version>15.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-live-patching</name>
    <version>15.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-we</name>
    <version>15.1</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <!-- Depends on: Basesystem Module -->
    <name>PackageHub</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Basesystem Module -->
    <name>sle-module-basesystem</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-containers</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Desktop Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-desktop-applications</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Development Tools Module -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-module-development-tools</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-legacy</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-public-cloud</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Python 2 Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-python2</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- SUSE Cloud Application Platform Tools Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-cap-tools</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Server Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-server-applications</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Transactional Server Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-transactional-server</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-web-scripting</name>
    <version>15.1</version>
    <arch>x86_64</arch>
  </addon>
</addons>

SLES-15-SP2

<addons config:type="list">
  <addon>
    <!-- SUSE CaaS Platform -->
    <!-- Depends on: Containers Module -->
    <name>caasp</name>
    <version>4.5</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Enterprise Storage -->
    <!-- Depends on: Server Applications Module -->
    <name>ses</name>
    <version>7</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise High Availability Extension -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-ha</name>
    <version>15.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Live Patching -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-live-patching</name>
    <version>15.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Linux Enterprise Workstation Extension -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-we</name>
    <version>15.2</version>
    <arch>x86_64</arch>
    <reg_code>REG_CODE_REQUIRED</reg_code>
  </addon>

  <addon>
    <!-- SUSE Package Hub -->
    <!-- Depends on: Basesystem Module -->
    <name>PackageHub</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Basesystem Module -->
    <name>sle-module-basesystem</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Containers Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-containers</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Desktop Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-desktop-applications</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Development Tools Module -->
    <!-- Depends on: Desktop Applications Module -->
    <name>sle-module-development-tools</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Legacy Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-legacy</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- NVIDIA Compute Module -->
    <!-- Depends on: Development Tools Module -->
    <name>sle-module-NVIDIA-compute</name>
    <version>15</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Public Cloud Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-public-cloud</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Python 2 Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-python2</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- SUSE Cloud Application Platform Tools Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-cap-tools</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Server Applications Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-server-applications</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Transactional Server Module -->
    <!-- Depends on: Basesystem Module -->
    <name>sle-module-transactional-server</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>

  <addon>
    <!-- Web and Scripting Module -->
    <!-- Depends on: Server Applications Module -->
    <name>sle-module-web-scripting</name>
    <version>15.2</version>
    <arch>x86_64</arch>
  </addon>
</addons>