This is an automated email from the ASF dual-hosted git repository.
rshah pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from b2ca0f2c78 Update timestamp for Delivery service Request Comment to
match RFC3339 format (#7570)
add 4ea04585b9 Adds tc-health-client to CDN-in-a-Box (#7495)
No new revisions were added by this update.
Summary of changes:
infrastructure/cdn-in-a-box/Makefile | 20 ++++--
infrastructure/cdn-in-a-box/cache/Dockerfile | 9 +++
infrastructure/cdn-in-a-box/cache/run.sh | 4 +-
.../cdn-in-a-box/docker-compose.expose-ports.yml | 3 +
infrastructure/cdn-in-a-box/docker-compose.yml | 20 ++++++
.../health/Dockerfile} | 79 ++++++++++++----------
.../{traffic_portal_v2 => health}/run.sh | 42 +++++-------
.../cdn-in-a-box/health/tc-health-client.json | 15 ++++
.../cdn-in-a-box/health}/tc-health-client.service | 4 +-
.../{edge/init.d/99-run.sh => health/to-creds} | 8 ++-
.../cdn-in-a-box/traffic_ops/to-access.sh | 8 ++-
.../profiles/070-RASCAL-Traffic_Monitor.json | 2 +-
.../profiles/086-TC_HEALTH_CLIENT.json | 7 ++
.../traffic_ops_data/types/060-HEALTH.json | 5 ++
infrastructure/cdn-in-a-box/variables.env | 3 +-
infrastructure/docker/build/docker-compose.yml | 4 ++
lib/go-log/log.go | 4 +-
tc-health-client/build/build_rpm.sh | 2 +-
tc-health-client/config/config.go | 12 ++--
.../testing/docker/health-check-test/systemctl.sh | 2 +-
tc-health-client/tmagent/markdownservice.go | 3 +-
tc-health-client/tmagent/tmagent.go | 8 +--
tc-health-client/tmagent/tmhealthservice.go | 2 +-
23 files changed, 177 insertions(+), 89 deletions(-)
copy infrastructure/{docker/build/Dockerfile-tc-health-client =>
cdn-in-a-box/health/Dockerfile} (54%)
copy infrastructure/cdn-in-a-box/{traffic_portal_v2 => health}/run.sh (65%)
mode change 100755 => 100644
create mode 100644 infrastructure/cdn-in-a-box/health/tc-health-client.json
copy {tc-health-client =>
infrastructure/cdn-in-a-box/health}/tc-health-client.service (93%)
copy infrastructure/cdn-in-a-box/{edge/init.d/99-run.sh => health/to-creds}
(76%)
mode change 100755 => 100644
create mode 100644
infrastructure/cdn-in-a-box/traffic_ops_data/profiles/086-TC_HEALTH_CLIENT.json
create mode 100644
infrastructure/cdn-in-a-box/traffic_ops_data/types/060-HEALTH.json