This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
CiaB produces invalid configuration/required parameter is undocumented #5159
Copy link
Copy link
Closed
Labels
bugsomething isn't working as intendedsomething isn't working as intendedcache-configCache config generationCache config generationcdn-in-a-boxrelated to the Docker-based CDN-in-a-Box systemrelated to the Docker-based CDN-in-a-Box systemdocumentationrelated to documentationrelated to documentationlow difficultythe estimated level of effort to resolve this issue is lowthe estimated level of effort to resolve this issue is lowlow impactaffects only a small portion of a CDN, and cannot itself break oneaffects only a small portion of a CDN, and cannot itself break one
Description
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:
{
"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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugsomething isn't working as intendedsomething isn't working as intendedcache-configCache config generationCache config generationcdn-in-a-boxrelated to the Docker-based CDN-in-a-Box systemrelated to the Docker-based CDN-in-a-Box systemdocumentationrelated to documentationrelated to documentationlow difficultythe estimated level of effort to resolve this issue is lowthe estimated level of effort to resolve this issue is lowlow impactaffects only a small portion of a CDN, and cannot itself break oneaffects only a small portion of a CDN, and cannot itself break one