-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable aws native fencing #224
Conversation
6b4968b
to
939d159
Compare
939d159
to
e3d2b22
Compare
op stop interval=0 timeout=180 | ||
op monitor interval=120 timeout=60 | ||
meta target-role=Started | ||
params tag={{ aws_stonith_tag}} pcmk_delay_max=15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
params tag={{ aws_stonith_tag}} pcmk_delay_max=15 | |
params tag={{ aws_stonith_tag }} pcmk_delay_max=15 |
aws_cluster_ip: ${virtual_ip} | ||
aws_stonith_tag: ${stonith_tag} | ||
aws_region: ${region} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose to leave out region
for the moment
@@ -108,7 +108,8 @@ resource "local_file" "ansible_inventory" { | |||
use_sbd = local.use_sbd, | |||
routetable_id = aws_route_table.route-table.id, | |||
virtual_ip = local.hana_cluster_vip, | |||
stonith_tag = module.hana_node.stonith_tag | |||
stonith_tag = module.hana_node.stonith_tag, | |||
region = var.aws_region |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose to leave out region
for the moment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Enabling AWS native fencing.
https://openqaworker15.qa.suse.cz/tests/282304