Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 5 11:04:06 UTC 2024 - Angela Briel <abriel@suse.com>

- SLES for SAP Application product:
Change the base_product to SLES-SAP.
Add SAP specific patterns for the default installation and for
the additional software selection.
(jsc#PED-11068, jsc#PED-11696)

-------------------------------------------------------------------
Tue Dec 3 11:22:09 UTC 2024 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down
15 changes: 13 additions & 2 deletions products.d/sles_sap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,23 @@ software:

mandatory_patterns:
- base_traditional
- sles_sap_enhanced_base
- sles_sap_base_sap_server
optional_patterns: null # no optional pattern shared
user_patterns: []
user_patterns:
- sles_sap_DB
- sles_sap_HADB
- sles_sap_APP
- sles_sap_HAAPP
- sles_sap_trento_server
- sles_sap_trento_agent
- sles_sap_automation
- sles_sap_monitoring
- sles_sap_gui
mandatory_packages:
- NetworkManager
optional_packages: null
base_product: SLES
base_product: SLES-SAP

security:
lsm: selinux
Expand Down