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

RFE: add Server Agent Name support in resource bigip_ltm_profile_http #836

Closed
amolari opened this issue Jul 14, 2023 · 5 comments · Fixed by #882, #885 or #907
Closed

RFE: add Server Agent Name support in resource bigip_ltm_profile_http #836

amolari opened this issue Jul 14, 2023 · 5 comments · Fixed by #882, #885 or #907
Milestone

Comments

@amolari
Copy link

amolari commented Jul 14, 2023

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

The resource bigip_ltm_profile_http currently doesn't support attributes to configure "Server Agent Name" setting.

Describe the solution you'd like

We want to be able to configure HTTP profiles with specific settings for:

  • Server Agent Name (corresponds to tmsh ltm profile http server-agent-name)

Describe alternatives you've considered

Current workaround is to use iRules

Additional context

K40243113: Overview of the HTTP profile

@pgouband
Copy link
Collaborator

pgouband commented Aug 2, 2023

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1251.

This was referenced Oct 11, 2023
@RavinderReddyF5 RavinderReddyF5 added this to the v1.20.0 milestone Oct 11, 2023
@amolari
Copy link
Author

amolari commented Oct 17, 2023

@RavinderReddyF5 @pgouband
Testing this feature in v1.20.0 I do see an issue:
once I set a value such as server_agent_name = "abc" ( or "none" for empty), if I comment my change, and re-run, no change (in plan) is detected and it won't revert back to the value unset/default (= "BigIp").

@pgouband
Copy link
Collaborator

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1347.

@pgouband pgouband reopened this Oct 18, 2023
@pgouband
Copy link
Collaborator

Hi @amolari,

You can use the following line to get back to default value:
server_agent_name = "default-value"

Terraform ressources are following tmsh design so it's working as expected.

@prateekramani
Copy link
Collaborator

prateekramani commented Nov 14, 2023

Hi @amolari
For Server Agent Name the default value is "BigIP". If server_agent_name is commented (or not passed) during the update call, then no changes would be applied and previous value will persist ("abc" or "none" as per your case). In order to get back to default value "BigIP" is to be specified in Update call explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment