From 6e4f92b6257eaef24af6548558bd9c5bc466d65d Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:13:33 +0000 Subject: [PATCH] sap_swpm: append other product id suffix --- roles/sap_swpm/tasks/pre_install/install_type.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/sap_swpm/tasks/pre_install/install_type.yml b/roles/sap_swpm/tasks/pre_install/install_type.yml index e8d54f10e..1eabb2157 100644 --- a/roles/sap_swpm/tasks/pre_install/install_type.yml +++ b/roles/sap_swpm/tasks/pre_install/install_type.yml @@ -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" @@ -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: