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

[trafficcontrol] branch master updated (23e40a2 -> 01aa2b9)

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

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


    from 23e40a2  Rewrote postinstall to Python (3.6+) (#4763)
     add 01aa2b9  Updates ORT integration test traffic_vault container to improve automations (#5520)

No new revisions were added by this update.

Summary of changes:
 traffic_ops_ort/testing/README.md                  | 11 +--
 traffic_ops_ort/testing/docker/ort_test/Dockerfile |  1 +
 .../testing/docker/traffic_vault/Dockerfile        | 49 ++++--------
 .../poststart.d/00-enable-security.sh              | 10 +++
 .../poststart.d/01-add-search-group.sh             |  4 +-
 .../poststart.d/02-add-search-schema.sh            |  8 +-
 .../docker/traffic_vault/prestart.d/00-config.sh   | 40 ++++++++++
 .../testing/docker/traffic_vault/run.sh            | 89 +---------------------
 traffic_ops_ort/testing/docker/variables.env       |  7 +-
 traffic_ops_ort/testing/ort-tests/tc-fixtures.json |  6 +-
 10 files changed, 87 insertions(+), 138 deletions(-)
 copy {infrastructure/cdn-in-a-box => traffic_ops_ort/testing/docker}/traffic_vault/poststart.d/00-enable-security.sh (89%)
 mode change 100644 => 100755
 copy {infrastructure/cdn-in-a-box => traffic_ops_ort/testing/docker}/traffic_vault/poststart.d/01-add-search-group.sh (93%)
 mode change 100644 => 100755
 copy {infrastructure/cdn-in-a-box => traffic_ops_ort/testing/docker}/traffic_vault/poststart.d/02-add-search-schema.sh (90%)
 mode change 100644 => 100755
 create mode 100755 traffic_ops_ort/testing/docker/traffic_vault/prestart.d/00-config.sh