@@ -352,6 +352,11 @@ argument_specs:
352352 description :
353353 - Customize the cluster resource name of the SAP HANA Filesystem clone.
354354
355+ sap_ha_pacemaker_cluster_hana_order_topology_hana_name :
356+ default : " ord_saphana_saphanatop_<SID>_HDB<Instance Number>"
357+ description :
358+ - Customize the cluster constraint name for SAPHana and Topology order.
359+
355360 sap_ha_pacemaker_cluster_vip_hana_primary_ip_address :
356361 description :
357362 - The virtual IP of the primary HANA instance.
@@ -373,6 +378,26 @@ argument_specs:
373378 - Customize the name of the resource managing the Virtual IP of read-only access to the
374379 secondary HANA instance.
375380
381+ sap_ha_pacemaker_cluster_hana_order_hana_vip_primary_name :
382+ default : " ord_saphana_vip_<SID>_HDB<Instance Number>_primary"
383+ description :
384+ - Customize the cluster constraint name for VIP and SAPHana primary clone order.
385+
386+ sap_ha_pacemaker_cluster_hana_order_hana_vip_secondary_name :
387+ default : " ord_saphana_vip_<SID>_HDB<Instance Number>_readonly"
388+ description :
389+ - Customize the cluster constraint name for VIP and SAPHana secondary clone order.
390+
391+ sap_ha_pacemaker_cluster_hana_colocation_hana_vip_primary_name :
392+ default : " col_saphana_vip_<SID>_HDB<Instance Number>_primary"
393+ description :
394+ - Customize the cluster constraint name for VIP and SAPHana primary clone colocation.
395+
396+ sap_ha_pacemaker_cluster_hana_colocation_hana_vip_secondary_name :
397+ default : " col_saphana_vip_<SID>_HDB<Instance Number>_readonly"
398+ description :
399+ - Customize the cluster constraint name for VIP and SAPHana secondary clone colocation.
400+
376401 sap_ha_pacemaker_cluster_hana_hooks :
377402 type : list
378403 default : []
@@ -425,6 +450,13 @@ argument_specs:
425450 # NetWeaver specific parameters
426451 # #########################################################################
427452
453+ sap_ha_pacemaker_cluster_nwas_abap_ascs_ers_simple_mount :
454+ type : bool
455+ default : true
456+ description :
457+ - Enables preferred method for ASCS ERS ENSA2 clusters - Simple Mount
458+ - Set this parameter to 'true' to configure ENSA2 Simple Mount.
459+
428460 sap_ha_pacemaker_cluster_nwas_abap_ascs_ers_ensa1 :
429461 type : bool
430462 default : false
@@ -603,16 +635,6 @@ argument_specs:
603635 - Change this parameter to 'true' if the 3 shared filesystems `/usr/sap/trans`,
604636 ` /usr/sap/<SID>/SYS` and '/sapmnt' shall be configured as cloned cluster resources.
605637
606- sap_ha_pacemaker_cluster_vip_nwas_abap_ascs_resource_group_name :
607- default : grp_<SID>_ASCS<ASCS-instance-number>
608- description :
609- - Name of the NetWeaver ASCS resource group.
610-
611- sap_ha_pacemaker_cluster_vip_nwas_abap_ers_resource_group_name :
612- default : grp_<SID>_ERS<ERS-instance-number>
613- description :
614- - Name of the NetWeaver ERS resource group.
615-
616638 # #########################################################################
617639 # NetWeaver ASCS specific parameters
618640 # #########################################################################
@@ -621,6 +643,7 @@ argument_specs:
621643 description :
622644 - The name of the ASCS instance, typically the profile name.
623645 - Mandatory for the NetWeaver ASCS/ERS cluster setup
646+ - Recommended format <SID>_ASCS<ASCS-instance-number>_<ASCS-hostname>.
624647
625648 sap_ha_pacemaker_cluster_nwas_abap_ascs_sapinstance_start_profile_string :
626649 description :
@@ -637,6 +660,26 @@ argument_specs:
637660 description :
638661 - Name of the ASCS instance resource.
639662
663+ sap_ha_pacemaker_cluster_nwas_abap_ascs_sapstartsrv_resource_name :
664+ default : rsc_SAPStartSrv_<SID>_ASCS<ASCS-instance-number>
665+ description :
666+ - Name of the ASCS SAPStartSrv resource for simple mount.
667+
668+ sap_ha_pacemaker_cluster_vip_nwas_abap_ascs_resource_group_name :
669+ default : grp_<SID>_ASCS<ASCS-instance-number>
670+ description :
671+ - Name of the NetWeaver ASCS resource group.
672+
673+ sap_ha_pacemaker_cluster_nwas_colocation_ascs_no_ers_name :
674+ default : " col_ascs_separate_<SID>"
675+ description :
676+ - Customize the cluster constraint name for ASCS and ERS separation colocation.
677+
678+ sap_ha_pacemaker_cluster_nwas_order_ascs_first_name :
679+ default : " ord_ascs_first_<SID>"
680+ description :
681+ - Customize the cluster constraint name for ASCS starting before ERS order.
682+
640683 sap_ha_pacemaker_cluster_nwas_abap_ascs_sapinstance_automatic_recover_bool :
641684 type : bool
642685 default : false
@@ -677,6 +720,7 @@ argument_specs:
677720 description :
678721 - The name of the ERS instance, typically the profile name.
679722 - Mandatory for the NetWeaver ASCS/ERS cluster setup.
723+ - Recommended format <SID>_ERS<ERS-instance-number>_<ERS-hostname>.
680724
681725 sap_ha_pacemaker_cluster_nwas_abap_ers_sapinstance_start_profile_string :
682726 description :
@@ -699,6 +743,15 @@ argument_specs:
699743 description :
700744 - Name of the ERS instance resource.
701745
746+ sap_ha_pacemaker_cluster_nwas_abap_ers_sapstartsrv_resource_name :
747+ default : rsc_SAPStartSrv_<SID>_ERS<ERS-instance-number>
748+ description :
749+ - Name of the ERS SAPstartSrv resource for simple mount.
750+
751+ sap_ha_pacemaker_cluster_vip_nwas_abap_ers_resource_group_name :
752+ default : grp_<SID>_ERS<ERS-instance-number>
753+ description :
754+ - Name of the NetWeaver ERS resource group.
702755
703756 # #########################################################################
704757 # PAS specific parameters
0 commit comments