Skip to content

Commit

Permalink
Merge pull request #528 from sean-freeman/sap_swpm_db2
Browse files Browse the repository at this point in the history
sap_swpm: append other product id suffix
  • Loading branch information
sean-freeman authored Nov 24, 2023
2 parents 061c8b7 + 6e4f92b commit c0a77b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion roles/sap_swpm/tasks/pre_install/install_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# Determine Installation Type
################

# Ignore Product IDs for SAP NetWeaver 7.5 Java standalone:
# - Advanced Adapter Engine (AE) with .AE .AEHA
# - Advanced Adapter Engine Extended (AEX) with .AEX .AEXHA
# - Process Integration / Process Orchestration (PI/PO) with .PI .PIHA .PIABAP .PIABAPHA .PIJAVA .PIJAVAHA

#- name: SAP SWPM Pre Install - Check if general SAP Software installation
# ansible.builtin.set_fact:
# sap_swpm_swpm_installation_type: "general"
Expand All @@ -31,7 +36,7 @@
sap_swpm_swpm_installation_type: "ha"
sap_swpm_swpm_installation_header: "High Availability Installation using virtual hostname"
when:
- "'.ABAPHA' in sap_swpm_product_catalog_id"
- "'.ABAPHA' in sap_swpm_product_catalog_id or '.HA' in sap_swpm_product_catalog_id or '.HACP' in sap_swpm_product_catalog_id"

- name: SAP SWPM Pre Install - Check if installation using SAP Maintenance Planner
ansible.builtin.set_fact:
Expand Down

0 comments on commit c0a77b9

Please sign in to comment.