Skip to content
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

Traffic Group - ha-score failoverMethod support #381

Open
aconley245 opened this issue Jul 26, 2024 · 2 comments
Open

Traffic Group - ha-score failoverMethod support #381

aconley245 opened this issue Jul 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@aconley245
Copy link

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 aconley245 added enhancement New feature or request untriaged Issue needs to be reviewed for validity labels Jul 26, 2024
@sunitharonan sunitharonan removed the untriaged Issue needs to be reviewed for validity label Jul 29, 2024
@sunitharonan
Copy link

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

@mdditt2000
Copy link

Added to sprint 43-1 scheduled for end of September

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants