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

Rearrange TPv2 docker-compose files#7936

Merged
rimashah25 merged 1 commit intoapache:masterfrom
zrhoffman:tpv2-compose
Feb 7, 2024
Merged

Rearrange TPv2 docker-compose files#7936
rimashah25 merged 1 commit intoapache:masterfrom
zrhoffman:tpv2-compose

Conversation

@zrhoffman
Copy link
Member

This PR fixes #7934 by

  • Moving docker-compose.traffic-portal-v2.yml to docker-compose.traffic-portal-v2.expose-ports.yml
  • Moving docker-compose.traffic-portal-v2.expose-ports.yml to docker-compose.traffic-portal-v2-test.yml
  • Moving docker-compose.traffic-portal-v2-test.yml to docker-compose.traffic-portal-v2.yml
  • Prefixing the path to variables.env with ../ because it's an extra directory deep now.
  • Fixing the CiaB makefile WRT TPv2

Which Traffic Control components are affected by this PR?

  • CDN in a Box - TPv2

What is the best way to verify this PR?

cd infrastructure/cdn-in-a-box
make optional/traffic_portal_v2/traffic_portal_v2.rpm
docker-compose -f optional/docker-compose.traffic-portal-v2.yml build
docker-compose -f optional/docker-compose.traffic-portal-v2.yml up --no-deps

PR submission checklist

@zrhoffman zrhoffman added regression bug a bug in existing functionality introduced by a new version cdn-in-a-box related to the Docker-based CDN-in-a-Box system Traffic Portal v2 Related to the experimental Traffic Portal version 2 labels Feb 7, 2024
Copy link
Contributor

@rimashah25 rimashah25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@rimashah25 rimashah25 merged commit 111a0f9 into apache:master Feb 7, 2024
@zrhoffman zrhoffman deleted the tpv2-compose branch February 7, 2024 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cdn-in-a-box related to the Docker-based CDN-in-a-Box system regression bug a bug in existing functionality introduced by a new version Traffic Portal v2 Related to the experimental Traffic Portal version 2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

service "trafficportalv2" has neither an image nor a build context specified: invalid compose project

2 participants