Skip to content

Commit

Permalink
Merge pull request #869 from stephenmogg/main
Browse files Browse the repository at this point in the history
Timeout Updates (AWS)
  • Loading branch information
yeoldegrove authored Jun 29, 2022
2 parents 8b9ef6b + ca12e5a commit a710488
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion pillar_examples/automatic/hana/cluster.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion pillar_examples/automatic/netweaver/cluster.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a710488

Please sign in to comment.