-
Notifications
You must be signed in to change notification settings - Fork 1
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
terraform destroy // content deadline exceeded (Client.Timeout exceeded while awaiting hearders) #65
Comments
debug logs // during terraform destroy │ Error: Delete "https://localhost:8888/restconf/data/f5-tenants:tenants/tenant=qicb-tier1-ltm": context deadline exceeded (Client.Timeout exceeded while awaiting headers) |
test.tf terraform { required_providers { provider "f5os" { Definition of List of TFVARS file for each tenantsvariable "tenant_configs" { Read and parse the tenant config filelocals { Define all VLANS ON RSERIES HOSTvariable "vlans" { create vlans on rseries hostresource "f5os_vlan" "vlan" { } resource "f5os_lag" "f5-lagg" { Create F5OS Tenantresource "f5os_tenant" "tenants" { name = each.key depends_on = [ f5os_vlan.vlan, f5os_lag.f5-aci ] } |
forgot to mention this - terraform destroy , deletes all the tenants but does not delete the vlans and lag |
Hi @dgst77, Which platform (rSeries or Velos) and F5OS version are tested? |
Retries
Sent from Yahoo Mail for iPhone
On Thursday, October 3, 2024, 3:25 AM, Patrick ***@***.***> wrote:
Hi @dgst77,
Which platform (rSeries or Velos) and F5OS version are tested?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Rseries
Sent from Yahoo Mail for iPhone
On Thursday, October 3, 2024, 5:56 AM, Kofi Fefey ***@***.***> wrote:
Retries
Sent from Yahoo Mail for iPhone
On Thursday, October 3, 2024, 3:25 AM, Patrick ***@***.***> wrote:
Hi @dgst77,
Which platform (rSeries or Velos) and F5OS version are tested?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
One other detail …. Terraform destroy delete all the tenants then run into the error state above regarding client timeout and do not delete the vlans and tag / trunk |
Rseries |
Hi @dgst77, Can you share F5OS version? |
F5OS version is 1.7.0-871 and Rseries platform is 12800 |
Hi, Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1688. |
Hi @dgst77 , I was able to reproduce the "context deadline exeeded" issue , for which I have added a retry mechanism. This issue is mainly due to a poor HTTP connection. Thanks |
awesome . Thank you very much |
I am able to create multiple tenants using Terraform f50s .However when I try to destroy I get the error below
error: Delete :https://x.x.x.x:8888/restconf/data/f5-tenants:tenants/tenant=test" context deadline exceeded(Clients.Timeout exceeded while awaiting headers)
Terraform Version
1.9.5
Affected Resource(s)
f50s_tenant
The text was updated successfully, but these errors were encountered: