Skip to content

Commit

Permalink
sap_ha_pacemaker_cluster: add ibm powervm vars reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Sep 19, 2023
1 parent 75e3216 commit 8e17253
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion roles/sap_ha_pacemaker_cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ sap_ha_pacemaker_cluster_netweaver_abap_ers_sapinstance_automatic_recover_bool:
################################################################################
# Platform specific
################################################################################
sap_ha_pacemaker_cluster_aws_vip_update_rt: []

## A custom stonith definition that takes precedence over platform defaults.
# sap_ha_pacemaker_cluster_stonith_custom:
Expand All @@ -225,6 +224,7 @@ sap_ha_pacemaker_cluster_cluster_properties:
## Infrastructure Platform variables, shown here for visibility only and should not be given default values
##
## AWS platform, EC2 Virtual Servers
sap_ha_pacemaker_cluster_aws_vip_update_rt: []
# sap_ha_pacemaker_cluster_aws_access_key_id
# sap_ha_pacemaker_cluster_aws_secret_access_key
# sap_ha_pacemaker_cluster_aws_region
Expand All @@ -245,6 +245,13 @@ sap_ha_pacemaker_cluster_cluster_properties:
# sap_ha_pacemaker_cluster_ibmcloud_powervs_api_type
# sap_ha_pacemaker_cluster_ibmcloud_powervs_forward_proxy_url
##
## IBM PowerVM hypervisor, Virtual Machines (LPAR, ppc64le)
# sap_ha_pacemaker_cluster_ibmpower_vm_hmc_host
# sap_ha_pacemaker_cluster_ibmpower_vm_hmc_host_port # default, SSH Port 22
# sap_ha_pacemaker_cluster_ibmpower_vm_hmc_host_login
# sap_ha_pacemaker_cluster_ibmpower_vm_hmc_host_login_password
# sap_ha_pacemaker_cluster_ibmpower_vm_hmc_host_version
##
## MS Azure platform, Virtual Machines
# sap_ha_pacemaker_cluster_msazure_subscription_id
# sap_ha_pacemaker_cluster_msazure_resource_group

0 comments on commit 8e17253

Please sign in to comment.