terraform-provider-citrixadc icon indicating copy to clipboard operation
terraform-provider-citrixadc copied to clipboard

Feature request: HA node configuration options

Open stevenwright1 opened this issue 2 years ago • 1 comments

I would like to set to enable HA failsafe mode using Terraform. The use case is to ensure that the last HA node continues to provide try and service if both nodes in the pair become unhealthy (for example, if one interface on the last node fails, it should continue to try and provide service on its remaining interfaces).

The equivalent CLI command that I would like to execute using Terraform is: set HA node -failSafe ON

Thanks

stevenwright1 avatar Jul 19 '22 10:07 stevenwright1

I've changed the title to include other HA node options.

Please can we also have the option to restrict the maximum number of HA failovers? After a certain number of repeat failovers in a period, there will come a point where I want them to stop and the ADC to attempt to provide whatever service it can. set ha node -maxFlips 3 set ha node -maxFlipTime 1200

stevenwright1 avatar Jul 19 '22 10:07 stevenwright1

Hello @stevenwright1 Thanks for the input. We have added a resource hanode, which is also released in the terraform registry v1.23.1. Using this resource you can do the above operations. link to Docs : https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/hanode

rohit-myali avatar Sep 16 '22 06:09 rohit-myali