F5Networks / f5-declarative-onboarding

F5 BIG-IP Declarative Onboarding
Apache License 2.0
58 stars 22 forks source link

Traffic Group - ha-score failoverMethod support #381

Open aconley245 opened 1 month ago

aconley245 commented 1 month ago

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 { :0 :0 } monitor gateway_icmp tmsh create ltm pool ha-app members add { :0 :0 } monitor gateway_icmp tmsh create ltm pool ha-mib members add { :0 :0 } monitor gateway_icmp tmsh create ltm pool ha-outside members add { :0 :0 } monitor gateway_icmp

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

sunitharonan commented 1 month ago

Thank you for reaching out to us through email. I have created an internal item AUTOTOOL-4466 and added to our product backlog.

mdditt2000 commented 1 month ago

Added to sprint 43-1 scheduled for end of September