You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/02/24 18:30:09 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages

ocket8888 opened a new issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages
URL: https://github.com/apache/trafficcontrol/issues/4436
 
 
   ## I'm submitting a ...
   - improvement request (usability, performance, tech debt, etc.)
   
   ## Traffic Control components affected ...
   - CDN-in-a-Box (because of ORT.py)
   - Traffic Ops ORT (and also the Python version used by CDN-in-a-Box)
   
   ## Current behavior:
   To fetch the packages necessary for install on cache servers, ORT calls the `/ort/{{host name}}/packages` endpoint, which is not grounded in an API version nor documented anywhere, nor handled in Go.
   
   ## Expected / new behavior:
   ORT should use only real, documented, supported, versioned, API endpoints. I'm not personally very particular how that's done, though I prefer the bottom-most option (unrealistic though that may be).
   
   • The call could be forwarded to ATSTCCFG which could be updated to support generating the output from standard API calls
   • ORT itself could be changed to request the necessary information from the standard API
   • The endpoint could be rewritten in Go and added to the 2.0 API.
   • The ability to install packages could be removed from ORT entirely, and be left to the orchestration or administration system of choice for the organization managing the server - which probably does it better anyway.
   
   ## Minimal reproduction of the problem with instructions:
   Run ORT, observe the call to an unsupported, non-standard API

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [trafficcontrol] rob05c commented on issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages

Posted by GitBox <gi...@apache.org>.
rob05c commented on issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages
URL: https://github.com/apache/trafficcontrol/issues/4436#issuecomment-599662526
 
 
   Fixed by https://github.com/apache/trafficcontrol/pull/4493

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [trafficcontrol] rob05c commented on issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages

Posted by GitBox <gi...@apache.org>.
rob05c commented on issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages
URL: https://github.com/apache/trafficcontrol/issues/4436#issuecomment-594020461
 
 
   This endpoint is just Parameters, easily gotten from the existing API.
   I'm planning to make the `atstccfg` do that, and make ORT call `atstccfg` to get this data.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [trafficcontrol] dneuman64 closed issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages

Posted by GitBox <gi...@apache.org>.
dneuman64 closed issue #4436: ORT uses non-standard API route /ort/{{host name}}/packages
URL: https://github.com/apache/trafficcontrol/issues/4436
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services