You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2021/05/28 17:48:05 UTC

[trafficcontrol] branch master updated (83979f2 -> 8894255)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 83979f2  Add define switch for ATS version (#5849)
     add 8894255  Use `t3c` for cache configuration in CDN in a Box (#5853)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cache-config-tests.yml           |   2 +
 .github/workflows/ciab.yaml                        |   2 +-
 .github/workflows/docs.yml                         |   6 +-
 CHANGELOG.md                                       |   1 +
 docs/source/conf.py                                |   2 +-
 docs/source/development/debugging.rst              | 220 ++++++++++++++++++++-
 .../ort => experimental/ort-python}/README.rst     |   0
 .../ort-python}/doctest-runner.py                  |   0
 .../ort => experimental/ort-python}/setup.py       |   0
 .../ort-python}/traffic_ops_ort/__init__.py        |   0
 .../ort-python}/traffic_ops_ort/config_files.py    |   0
 .../ort-python}/traffic_ops_ort/configuration.py   |   0
 .../ort-python}/traffic_ops_ort/main_routines.py   |   0
 .../ort-python}/traffic_ops_ort/packaging.py       |   0
 .../ort-python}/traffic_ops_ort/services.py        |   0
 .../ort-python}/traffic_ops_ort/to_api.py          |   0
 .../ort-python}/traffic_ops_ort/utils.py           |   0
 infrastructure/cdn-in-a-box/cache/Dockerfile       | 134 ++++++-------
 .../cdn-in-a-box/cache/init-debug-scripts.sh       |  57 ++++++
 infrastructure/cdn-in-a-box/cache/run.sh           |  78 +++++++-
 .../cdn-in-a-box/cache}/systemctl.sh               |  44 +++--
 .../cdn-in-a-box/cache/traffic_ops_ort.crontab     |  10 +-
 .../{ort => cache}/traffic_ops_ort.logrotate       |   0
 infrastructure/cdn-in-a-box/docker-compose.yml     |   9 +-
 infrastructure/cdn-in-a-box/edge/init.d/99-run.sh  |  73 +------
 infrastructure/cdn-in-a-box/mid/init.d/99-run.sh   |  62 +-----
 .../optional/docker-compose.debugging.yml          |  26 ++-
 .../cdn-in-a-box/ort/traffic_ops_ort.crontab       |  17 --
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile |   2 +-
 .../profiles/010-ATS_EDGE_TIER_CACHE.json          |  71 +++----
 .../profiles/020-ATS_MID_TIER_CACHE.json           | 112 ++++++++---
 infrastructure/cdn-in-a-box/variables.env          |   6 +
 32 files changed, 594 insertions(+), 340 deletions(-)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/README.rst (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/doctest-runner.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/setup.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/__init__.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/config_files.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/configuration.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/main_routines.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/packaging.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/services.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/to_api.py (100%)
 rename {infrastructure/cdn-in-a-box/ort => experimental/ort-python}/traffic_ops_ort/utils.py (100%)
 create mode 100755 infrastructure/cdn-in-a-box/cache/init-debug-scripts.sh
 copy {cache-config/testing/docker/ort_test => infrastructure/cdn-in-a-box/cache}/systemctl.sh (57%)
 copy .asf.yaml => infrastructure/cdn-in-a-box/cache/traffic_ops_ort.crontab (73%)
 rename infrastructure/cdn-in-a-box/{ort => cache}/traffic_ops_ort.logrotate (100%)
 delete mode 100644 infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab