f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Support ADC class #11

Closed erjac77 closed 4 years ago

erjac77 commented 4 years ago

ISSUE TYPE

I tried to post an ADC declaration, put it failed with the following message: The specified atc_service is not valid

It works using Postman.

ADC class references: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schema-reference.html#adc https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/composing-a-declaration.html#adc-class

erjac77 commented 4 years ago

OK, manually setting the atc_service to AS3 fixed the problem. I think this should be clarified in the documentation/README.

Thank you.

focrensh commented 4 years ago

Just to clear, you did not originally have the AS3 class as part of the declaration?

erjac77 commented 4 years ago

Exactly. I only had an ADC class at the root. It's a valid use case, when deploying common/shared objects for example.