f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

Traffic Group - ha-score failoverMethod support

Open aconley245 opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am trying to configure a TrafficGroup failoverMethod of ha-score via DO. Currently only ha-order can be configured via DO.

Describe the solution you'd like

A clear and concise description of what you want to happen.

I would like to be able to configure an ha-group and ha-score for traffic-groups via DO.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered. I can do this via tmsh, but in order to fully automate deployments, need the capability to configure ha-score failoverMethod for a TrafficGroup.

Additional context

Add any other context, such as the desired tmsh configuration, about the feature request here.

Here is an example of the tmsh commands I am trying to implement via DO: tmsh create ltm pool ha-db members add { <db_neighbor_ip1>:0 <db_neighbor_ip2>:0 } monitor gateway_icmp tmsh create ltm pool ha-app members add { <intra_app_neighbor_ip1>:0 <intra_app_neighbor_ip2>:0 } monitor gateway_icmp tmsh create ltm pool ha-mib members add { <mib_neighbor_ip1>:0 <mib_neighbor_ip2>:0 } monitor gateway_icmp tmsh create ltm pool ha-outside members add { <outside_neighbor_ip1>:0 <outside_neighbor_ip2>:0 } monitor gateway_icmp

tmsh create sys ha-group ha-pool active-bonus <pool_weight> pools add { ha-db { weight 10 minimum-threshold 1} ha-app { weight 10 minimum-threshold 1} ha-outside { weight 10 minimum-threshold 1} <non_standard_ha_group_command> } tmsh modify cm traffic-group traffic-group-1 failover-method ha-score monitor { ha-group ha-pool}

aconley245 avatar Jul 26 '24 18:07 aconley245