Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Use ATS 8.1 in CDN in a Box#5920

Merged
ocket8888 merged 20 commits intoapache:masterfrom
zrhoffman:ciab-ats8
Jun 8, 2021
Merged

Use ATS 8.1 in CDN in a Box#5920
ocket8888 merged 20 commits intoapache:masterfrom
zrhoffman:ciab-ats8

Conversation

@zrhoffman
Copy link
Copy Markdown
Member

What does this PR (Pull Request) do?

Which Traffic Control components are affected by this PR?

  • CDN in a Box
  • Documentation
  • GitHub Actions
  • T3C integration tests

What is the best way to verify this PR?

  1. Build and run CDN in a Box, ensure caches are reported as healthy on http://trafficmonitor.infra.ciab.test/

    make -j6
    docker-compose build --parallel
    docker-compose kill && docker-compose down -v && docker-compose up -d
    docker-compose logs -f trafficmonitor
  2. Build and run CDN in a Box for CentOS 7, ensure caches are reported as healthy on http://trafficmonitor.infra.ciab.test/

    export RHEL_VERSION=7
    make -j6
    docker-compose build --parallel
    docker-compose kill && docker-compose down -v && docker-compose up -d
    docker-compose logs -f trafficmonitor
  3. Check the result of the CDN-in-a-Box CI GitHub Actions workflow

If this is a bug fix, what versions of Traffic Control are affected?

The following criteria are ALL met by this PR

  • This PR includes tests
  • This PR includes documentation
  • This PR includes an update to CHANGELOG.md
  • This PR includes any and all required license headers
  • This PR DOES NOT FIX A SERIOUS SECURITY VULNERABILITY (see the Apache Software Foundation's security guidelines for details)

@zrhoffman zrhoffman added Traffic Server related to Apache Traffic Server tech debt rework due to choosing easy/limited solution cdn-in-a-box related to the Docker-based CDN-in-a-Box system improvement The functionality exists but it could be improved in some way. cache-config Cache config generation labels Jun 7, 2021
@zrhoffman zrhoffman requested a review from ocket8888 June 8, 2021 18:03
@zrhoffman zrhoffman requested a review from ocket8888 June 8, 2021 21:35
@zrhoffman zrhoffman added the os label Jun 8, 2021
@zrhoffman zrhoffman added the build related to the build process label Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

build related to the build process cache-config Cache config generation cdn-in-a-box related to the Docker-based CDN-in-a-Box system improvement The functionality exists but it could be improved in some way. os tech debt rework due to choosing easy/limited solution Traffic Server related to Apache Traffic Server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CDN in a Box should use ATS 8.1 ATS in CiaB: /usr/bin/traffic_cop: error while loading shared libraries: libhwloc.so.5

2 participants