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 2020/04/29 22:11:02 UTC

[trafficcontrol] branch master updated (40de43f -> 67847d5)

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 40de43f  TO API v3 followup fixes (#4672)
     add 67847d5  Add readiness container to ciab (#4663)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/admin/quick_howto/ciab.rst             | 10 ++++
 infrastructure/cdn-in-a-box/README.md              | 16 ++++++
 ...c-ops-test.yml => docker-compose.readiness.yml} | 30 ++++++-----
 infrastructure/cdn-in-a-box/docker-compose.yml     |  1 +
 .../cdn-in-a-box/{smtp => readiness}/Dockerfile    | 23 ++++----
 infrastructure/cdn-in-a-box/readiness/run.sh       | 61 ++++++++++++++++++++++
 7 files changed, 119 insertions(+), 23 deletions(-)
 copy infrastructure/cdn-in-a-box/{docker-compose.traffic-ops-test.yml => docker-compose.readiness.yml} (66%)
 copy infrastructure/cdn-in-a-box/{smtp => readiness}/Dockerfile (65%)
 create mode 100755 infrastructure/cdn-in-a-box/readiness/run.sh