F5Networks / terraform-azure-bigip-module

Terraform module for Deploying BIG-IP in azure
Apache License 2.0
9 stars 24 forks source link

provision.extramb 500 needs to be increased to mirror Cloud Templates #25

Closed jtylershaw closed 2 years ago

jtylershaw commented 2 years ago

https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/f5_onboard.tmpl#L67

We've seen many failures of BIG-IP to provision with the default of 500 for provision.extramb. Cloud templates have increased this value to 1000 and we have seen less failures as a result.

f5-applebaum commented 2 years ago

should be done as as possible in startup before mcpd has chance to start. ex. https://github.com/F5Networks/f5-bigip-runtime-init/blob/main/examples/terraform/azure/startup-script.tpl#L18-L20

RavinderReddyF5 commented 2 years ago

@f5-applebaum @jtylershaw thanks for suggestion... Tracking through : INFRAANO-823