You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see that the configuration is still there in as3
Actual Behavior
If you deploy the same virtual address after the delete in another tenant (f.e. other-tenant) and then configure it again in the tenant "bug-last-application", there is an error due to " sharing same virtual address"
The application endpoint fails with 422 and the response All objects must be removed from a partition (bug-last-application) before the partition may be removed, type ID (467)
{
"code": 422,
"message": "declaration failed",
"response": "0107082a:3: All objects must be removed from a partition (bug-last-application) before the partition may be removed, type ID (467)",
"host": "localhost",
"tenant": "bug-last-application",
"runTime": 5799,
"declarationId": "1721553302466"
}
In addition, the Terraform resource "bigip_as3_deploy" does not throw an error even though the application was not deleted correctly.
Expected Behavior
The application should be deleted correctly (ALSO in AS3) even if there are other objects (vlan, etc) in this partition. The tenant should remain unaffected by this.
The text was updated successfully, but these errors were encountered:
Environment
Summary
Deleting the last application of a tenant not work when there is a vlan or something else in the tenant.
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
Steps To Reproduce
Steps to reproduce the behavior:
The application is deleted in the config/gui but not in as3.
Retrieve the application with https://xxx/mgmt/shared/appsvcs/declare/bug-last-application/applications/app_192.168.189.64_26
You will see that the configuration is still there in as3
Actual Behavior
If you deploy the same virtual address after the delete in another tenant (f.e. other-tenant) and then configure it again in the tenant "bug-last-application", there is an error due to " sharing same virtual address"
The application endpoint fails with 422 and the response All objects must be removed from a partition (bug-last-application) before the partition may be removed, type ID (467)
{
"code": 422,
"message": "declaration failed",
"response": "0107082a:3: All objects must be removed from a partition (bug-last-application) before the partition may be removed, type ID (467)",
"host": "localhost",
"tenant": "bug-last-application",
"runTime": 5799,
"declarationId": "1721553302466"
}
In addition, the Terraform resource "bigip_as3_deploy" does not throw an error even though the application was not deleted correctly.
Expected Behavior
The application should be deleted correctly (ALSO in AS3) even if there are other objects (vlan, etc) in this partition. The tenant should remain unaffected by this.
The text was updated successfully, but these errors were encountered: