You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/06/08 22:27:36 UTC

[trafficcontrol] branch master updated (eff8f8f -> 52436a7)

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

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


    from eff8f8f  Add TO Client API for CDN Automation (#5879)
     add 52436a7  Use ATS 8.1 in CDN in a Box (#5920)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cache-config-tests.yml           |  9 +--
 .github/workflows/ciab.yaml                        | 36 ++++++++++-
 CHANGELOG.md                                       |  3 +-
 build/clean_build.sh                               |  4 +-
 .../testing/docker/docker-compose-ats-build.yml    |  2 +
 .../testing/docker/trafficserver/Dockerfile        | 74 ++++++++++++----------
 cache-config/testing/docker/trafficserver/run.sh   | 15 ++++-
 .../docker/trafficserver/trafficserver-8.spec      |  4 +-
 .../docker/trafficserver/trafficserver-9.spec      |  4 +-
 docs/source/admin/quick_howto/ciab.rst             | 74 +++++++++++-----------
 infrastructure/cdn-in-a-box/.gitignore             |  7 +-
 infrastructure/cdn-in-a-box/Makefile               | 20 +++++-
 infrastructure/cdn-in-a-box/bin/ats-version.sh     | 52 +++++++++++++++
 infrastructure/cdn-in-a-box/cache/Dockerfile       | 68 ++++++++++----------
 infrastructure/cdn-in-a-box/cache/run.sh           | 47 ++++++++++++--
 infrastructure/cdn-in-a-box/docker-compose.yml     | 11 +++-
 infrastructure/cdn-in-a-box/edge/init.d/99-run.sh  |  2 +-
 infrastructure/cdn-in-a-box/mid/init.d/99-run.sh   |  2 +-
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile |  2 +
 infrastructure/cdn-in-a-box/traffic_ops/run-go.sh  | 19 ++++--
 .../cdn-in-a-box/traffic_ops/to-access.sh          | 12 ++--
 .../profiles/010-ATS_EDGE_TIER_CACHE.json          |  4 +-
 .../profiles/020-ATS_MID_TIER_CACHE.json           |  4 +-
 23 files changed, 333 insertions(+), 142 deletions(-)
 create mode 100755 infrastructure/cdn-in-a-box/bin/ats-version.sh