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
CM Version - BIG-IP-Next-CentralManager-20.3.0-0.9.29
Instance Version - 20.3.0-2.490.2
CONFIGURATION
Using Ansible Automation Platform Controller (This is a UDF Instance i can share)
OS / ENVIRONMENT
Using Ansible Automation Platform Controller (This is a UDF Instance i can share)
SUMMARY
When trying to run the same declaration 2x the first one deploys correctly the 2nd run of the same code throws a fatal error rather than being Idempotent and making no change.
"msg": "{'code': 'AS3-0008', 'status': 400, 'message': 'AS3-0008: AS3 Validation Error: Tenant or application service name already exists ', 'details': '', 'help': 'Check the logs for more details.'}",
multiple runs of the code will complete without error, also when code updates in the declaration are made that the code would update successfully. This might be fixed by #5 so i would recommend fixing that first then we can validate if this code works correctly
COMPONENT NAME
f5networks.next.cm_next_as3_deploy:
Environment
ANSIBLE VERSION
BIGIP NEXT VERSION
CONFIGURATION
Using Ansible Automation Platform Controller (This is a UDF Instance i can share)
OS / ENVIRONMENT
Using Ansible Automation Platform Controller (This is a UDF Instance i can share)
SUMMARY
When trying to run the same declaration 2x the first one deploys correctly the 2nd run of the same code throws a fatal error rather than being Idempotent and making no change.
"msg": "{'code': 'AS3-0008', 'status': 400, 'message': 'AS3-0008: AS3 Validation Error: Tenant or application service name already exists ', 'details': '', 'help': 'Check the logs for more details.'}",
STEPS TO REPRODUCE
DECLARATION
Github Repo - https://github.com/f5devcentral/f5-bd-ansible-labs/
https://github.com/f5devcentral/f5-bd-ansible-labs/tree/main/301-BIGIP-Next-Basics/AS3/01-Deploy-SSL-Enabled-App_Services-AS3
EXPECTED RESULTS
multiple runs of the code will complete without error, also when code updates in the declaration are made that the code would update successfully. This might be fixed by #5 so i would recommend fixing that first then we can validate if this code works correctly
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: