diff --git a/pillar_examples/automatic/hana/cluster.sls b/pillar_examples/automatic/hana/cluster.sls index 91f9f4582..481da864c 100644 --- a/pillar_examples/automatic/hana/cluster.sls +++ b/pillar_examples/automatic/hana/cluster.sls @@ -51,7 +51,14 @@ cluster: password: linux {% endif %} corosync: - {% if grains['provider'] == 'azure' %} + {% if grains['provider'] == 'aws' %} + totem: + secauth: 'on' + token: 30000 + token_retransmits_before_loss_const: 6 + join: 60 + consensus: 36000 + {% elif grains['provider'] == 'azure' %} totem: secauth: 'on' token: 30000 diff --git a/pillar_examples/automatic/netweaver/cluster.sls b/pillar_examples/automatic/netweaver/cluster.sls index d467cf703..c0f68735c 100644 --- a/pillar_examples/automatic/netweaver/cluster.sls +++ b/pillar_examples/automatic/netweaver/cluster.sls @@ -31,7 +31,15 @@ cluster: overwrite: true password: linux {%- endif %} - {% if grains['provider'] == 'azure' %} + {% if grains['provider'] == 'aws' %} + corosync: + totem: + secauth: 'on' + token: 30000 + token_retransmits_before_loss_const: 6 + join: 60 + consensus: 36000 + {% elif grains['provider'] == 'azure' %} corosync: totem: token: 30000