Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,23 @@
version: '3.8'

services:

trafficportalv2:
tpv2-e2e-test:
build:
context: .
dockerfile: traffic_portal_v2/Dockerfile
context: ../../..
dockerfile: infrastructure/cdn-in-a-box/optional/traffic_portal_v2_e2e_test/Dockerfile
args:
# Change BASE_IMAGE to centos when RHEL_VERSION=7
BASE_IMAGE: ${BASE_IMAGE:-rockylinux}
RHEL_VERSION: ${RHEL_VERSION:-8}
TRAFFIC_PORTAL_RPM: traffic_portal_v2/traffic_portal_v2.rpm
depends_on:
- enroller
domainname: infra.ciab.test
env_file:
- variables.env
hostname: trafficportalv2
image: trafficportalv2
- ../variables.env
environment:
SKIP_DIG_IP: 'true'
hostname: tpv2-e2e
domainname: infra.ciab.test
volumes:
- shared:/shared
- ../../../junit:/junit

volumes:
shared:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,6 @@
version: '3.8'

services:
tpv2-e2e-test:
build:
context: ../../..
dockerfile: infrastructure/cdn-in-a-box/optional/traffic_portal_v2_e2e_test/Dockerfile
args:
# Change BASE_IMAGE to centos when RHEL_VERSION=7
BASE_IMAGE: ${BASE_IMAGE:-rockylinux}
RHEL_VERSION: ${RHEL_VERSION:-8}
env_file:
- variables.env
environment:
SKIP_DIG_IP: 'true'
hostname: tpv2-e2e
domainname: infra.ciab.test
volumes:
- shared:/shared
- ../../../junit:/junit

volumes:
shared:
external: false
junit:
trafficportalv2:
ports:
- "8443:443"
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@
version: '3.8'

services:

trafficportalv2:
ports:
- "8443:443"
build:
context: .
dockerfile: traffic_portal_v2/Dockerfile
args:
# Change BASE_IMAGE to centos when RHEL_VERSION=7
BASE_IMAGE: ${BASE_IMAGE:-rockylinux}
RHEL_VERSION: ${RHEL_VERSION:-8}
TRAFFIC_PORTAL_RPM: traffic_portal_v2/traffic_portal_v2.rpm
depends_on:
- enroller
domainname: infra.ciab.test
env_file:
- ../variables.env
hostname: trafficportalv2
image: trafficportalv2
volumes:
- shared:/shared

volumes:
shared:
external: false
junit: