Skip to content

Commit

Permalink
sap_ha_pacemaker_cluster: fix: avoid optional parameter reference in …
Browse files Browse the repository at this point in the history
…defaults
  • Loading branch information
ja9fuchs committed Sep 26, 2023
1 parent e85c390 commit 80a4bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions playbooks/sample-sap-nwas-ascs-ers-2-node-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
############################################################################

### General minimum pacemaker cluster definitions.

# Cluster name is optional, the default of the 'ha_cluster' Linux System Role
# would be applied when missing.
# However, for convenience it is defined along with the rest of the mandatory
# parameters in this example.
sap_ha_pacemaker_cluster_cluster_name: ascs-ers-cluster
sap_ha_pacemaker_cluster_hacluster_password: my-hacluster-vault-password

Expand Down
2 changes: 1 addition & 1 deletion roles/sap_ha_pacemaker_cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sap_ha_pacemaker_cluster_system_roles_collection: 'fedora.linux_system_roles'
# config file.
# Useful for parameter review or re-use with the 'ha_cluster' LSR.
sap_ha_pacemaker_cluster_create_config_varfile: false
sap_ha_pacemaker_cluster_create_config_dest: "{{ sap_ha_pacemaker_cluster_cluster_name }}_resource_config.yml"
sap_ha_pacemaker_cluster_create_config_dest: "review_resource_config.yml"

# Inherit SAP common (global synonyms) parameters when defined.

Expand Down

0 comments on commit 80a4bf8

Please sign in to comment.