This is an automated email from the ASF dual-hosted git repository.
mattjackson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from df4be74 Supporting routing for topology-based delivery services
(#4724)
add 6c8a801 Ciab atstccfg (#4671)
No new revisions were added by this update.
Summary of changes:
docs/source/tools/atstccfg.rst | 67 ++++++--
infrastructure/cdn-in-a-box/Makefile | 12 +-
infrastructure/cdn-in-a-box/cache/Dockerfile | 24 ++-
infrastructure/cdn-in-a-box/edge/run.sh | 4 +-
infrastructure/cdn-in-a-box/mid/run.sh | 4 +-
infrastructure/cdn-in-a-box/ort/README.rst | 2 +-
.../{cache/run.sh => ort/doctest-runner.py} | 23 ++-
infrastructure/cdn-in-a-box/ort/setup.py | 3 +-
infrastructure/cdn-in-a-box/ort/tests/__init__.py | 16 --
.../ort/tests/test_api_version_replacement.py | 30 ----
.../cdn-in-a-box/ort/traffic_ops_ort.crontab | 2 +-
.../cdn-in-a-box/ort/traffic_ops_ort/__init__.py | 14 +-
.../ort/traffic_ops_ort/config_files.py | 45 ++++--
.../ort/traffic_ops_ort/configuration.py | 1 +
.../ort/traffic_ops_ort/main_routines.py | 16 +-
.../cdn-in-a-box/ort/traffic_ops_ort/to_api.py | 179 ++++++++++-----------
.../cdn-in-a-box/ort/traffic_ops_ort/utils.py | 81 ++++++++++
traffic_ops_ort/atstccfg/README.md | 98 ++++++++---
traffic_ops_ort/atstccfg/config/config.go | 11 +-
19 files changed, 402 insertions(+), 230 deletions(-)
copy infrastructure/cdn-in-a-box/{cache/run.sh => ort/doctest-runner.py} (68%)
delete mode 100644 infrastructure/cdn-in-a-box/ort/tests/__init__.py
delete mode 100644
infrastructure/cdn-in-a-box/ort/tests/test_api_version_replacement.py