This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 4b80904 Validate the assignment of ORG servers to topology-based DSes
(#5260) (#5271)
new 6e10068 Dnssec refresh (#5122)
new 0c53b32 Dcz to crs stats (#5250)
new e419784 Exclude ORG_LOC cachegroups from topology-based DS req. cap.
validation (#5270)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 1 +
.../traffic_router/traffic_router_api.rst | 3 +-
.../bin/checks/DnssecRefresh/ToDnssecRefresh.go | 81 +++++++++++
.../app/bin/checks/DnssecRefresh/config/config.go | 157 +++++++++++++++++++++
traffic_ops/testing/api/v3/tc-fixtures.json | 8 +-
.../deliveryservices_required_capabilities.go | 2 +-
.../traffic_ops_golang/topology/topologies.go | 2 +-
.../core/edge/PropertiesAndCaches.java | 60 ++++++++
.../traffic_router/core/router/TrafficRouter.java | 21 +++
.../traffic_router/core/util/DataExporter.java | 10 +-
10 files changed, 339 insertions(+), 6 deletions(-)
create mode 100644 traffic_ops/app/bin/checks/DnssecRefresh/ToDnssecRefresh.go
create mode 100644 traffic_ops/app/bin/checks/DnssecRefresh/config/config.go
create mode 100644
traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/edge/PropertiesAndCaches.java