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/10/15 17:00:56 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue #5159: CiaB produces invalid configuration/required parameter is undocumented

ocket8888 opened a new issue #5159:
URL: https://github.com/apache/trafficcontrol/issues/5159


   ## I'm submitting a ...
   -  bug report
   
   ## Traffic Control components affected ...
   -  CDN in a Box
   -  Documentation
   -  Traffic Ops ORT
   
   ## Current behavior:
   CDN-in-a-Box's cache server Profiles are missing the required Parameter:
   ```json
   {
   	"name": "trafficserver",
   	"config_file": "package",
   	"value": "{{version}}-{{patch}}.{{commit hash}}.{{Enterprise Linux release}}.{{distro}}.{{CPU arch}}"
   }
   ```
   
   Which is also not present anywhere in documentation. If this Parameter is not present, `atstccfg` will assume that the server is using the unsupported ATS version 5.0, and will generate its configuration appropriately. This means that it will possibly generate configuration that the cache servers can't actually understand.
   
   ## Expected behavior:
   `atstccfg` should be aware of the actual ATS version installed on the CiaB cache servers.
   
   ## Minimal reproduction of the problem with instructions:
   Check the ORT logs for CiaB cache servers, notice that they note the ATS version as 5


----------------------------------------------------------------
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



[GitHub] [trafficcontrol] ocket8888 commented on issue #5159: CiaB produces invalid configuration/required parameter is undocumented

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5159:
URL: https://github.com/apache/trafficcontrol/issues/5159#issuecomment-983923496


   These exist now, but have Values that are just `(unchanged)`. If that's handled specially, I think it's undocumented. If it isn't, then a reasonable feature request would be that it isn't required (which is covered by #6205) or that the Value be valid and correct somehow.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] zrhoffman commented on issue #5159: CiaB produces invalid configuration/required parameter is undocumented

Posted by GitBox <gi...@apache.org>.
zrhoffman commented on issue #5159:
URL: https://github.com/apache/trafficcontrol/issues/5159#issuecomment-983938103


   > These exist now, but have Values that are just `(unchanged)`. If that's handled specially, I think it's undocumented.
   
   CDN in a Box changes it to a valid value:
   https://github.com/apache/trafficcontrol/blob/497b885614729a8eba8a2019b0cc23a9c9ef0f09/infrastructure/cdn-in-a-box/cache/run.sh#L45
   
   https://github.com/apache/trafficcontrol/blob/497b885614729a8eba8a2019b0cc23a9c9ef0f09/infrastructure/cdn-in-a-box/cache/run.sh#L52
   
   But yeah, we should document it. Note that our site's [downloadable](https://trafficcontrol.apache.org/downloads/profiles/6.0.x/) profiles
   [already have it](https://github.com/apache/trafficcontrol-website/blob/6e76b763781f8e5caaf2e8a839319e4920302830/downloads/profiles/6.0.x/EDGE_ATS_811_CENTOS_84.traffic_ops#L2268-L2272):
   
   ```json
       {
         "configFile": "package",
         "name": "trafficserver",
         "value": "8.1.1-59.673d979d0.el8.centos.x86_64"
       },
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org