F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
164 stars 53 forks source link

FQDN Pool_Members do not auto populate properly #728

Open mbreton1 opened 1 year ago

mbreton1 commented 1 year ago

Environment

Summary

Reference: https://github.com/F5Networks/f5-appsvcs-extension/issues/22

This issue was supposed to be solved in 3.4 but we are running 3.44 and it happened to me twice in Production environment.

In the GUI the node itself have auto Populate Enabled. But in the pool the member it is Disabled.

Steps To Reproduce

refer to issue #22

Expected Behavior

My pool should have 3 members.

Actual Behavior

My pool only have 1 member.

sunitharonan commented 1 year ago

Hi @mbreton1, AUTOTOOL-3882 has been created and added to our internal product backlog. Please reach out to use at automation_toolchain_pm@f5.com so we can prioritize. Thank you.

pedley-f5 commented 1 year ago

This issue is also affecting me.

mbreton1 commented 10 months ago

MyApp.json

I attached a big example of one of our Json file for which we have the issue. I replaced everything that could be related to my customer. Can you double check if my configuration is wrong?

Recently I found that I have to correct manually 6 pools in this declaration. In all these cases the autoPopulate is set to True in the Json but on the BigIP it is Disabled. Some Pools populated correctly with multiple members. Some Pools are missing members.

This is a big issue. I now have to verify all my Pools that use FQDN nodes to prevent incidents if a pool member goes offline and schedule changes to correct them manually if there are any others.

You can look at the following pools in the AS3 declaration attached: MYAPP_APP1_PROD_POOL MYAPP_APP5_PROD_POOL MYAPP_APP6_PROD_POOL MYAPP_APP9_PROD_POOL MYAPP_APP8_PROD_POOL MYAPP_APP10_PROD_POOL

Any idea on ETA to fix this?

Regards, mbreton