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:
[email protected]