Closed rjouhann closed 3 years ago
@rjouhann The ACC team has determined that the outputting to /Common/Shared was the intended behavior. Its up the migration tool or person whom is doing the migration to make the modification prior to declaring the JSON back to BIG-IP or they will get a 422
I think you should put here config for pool /Common/telemetry to get right AS3. It is not default object and path will be converted to /Common/Shared for such cases
Thanks @mdditt2000 @p-semenov-f5 my bad, for some reason, I thought the /Common/telemetry was a default profile. I will go ahead and close this bug.
@rjouhann we just release v1.16 RC2 which has a fix for CHARON-467: (GitHub Issue 55): Improve handling when Common is empty. I will forward you the image.
Environment
Summary
When I try to convert the following telemtry profile to AS3 using ACC and deploy that AS3 declaration to a BIG-IP, I am getting the following error message:
After manually removing
request-log-error-pool none
from the source big-ip.conf, things work fine.Steps To Reproduce
Steps to reproduce the behavior:
Convert following config:
ACC convert this telemetry profile as:
Expected Behavior
ACC should not produce a AS3 declaration with
"use": "/Common/Shared/telemetry"
.Actual Behavior
ACC produces an AS3 declaration that cannot be deployed on the BIG-IP.