From 373ee0eba21d1606a79233aaf38b19052260d86d Mon Sep 17 00:00:00 2001 From: Jeremy Mitchell Date: Tue, 18 Oct 2016 10:14:48 -0600 Subject: [PATCH 1/2] revs docs version --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0bf12b7edb..4e09d6834a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. # version = '2_19_15 11:44' # The full version, including alpha/beta/rc tags. -release = '1.7-dev' +release = '1.8-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 148af968772dee69bf9f0310a60119206dc9d2ba Mon Sep 17 00:00:00 2001 From: Jeremy Mitchell Date: Tue, 18 Oct 2016 10:19:36 -0600 Subject: [PATCH 2/2] updates to website html files for 1.7 --- misc/traffic-control-cdn/downloads/index.html | 22 ++++----- misc/traffic-control-cdn/index.html | 45 ++++++++++--------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/misc/traffic-control-cdn/downloads/index.html b/misc/traffic-control-cdn/downloads/index.html index 1c0f0ef7d7..32df4c9aeb 100644 --- a/misc/traffic-control-cdn/downloads/index.html +++ b/misc/traffic-control-cdn/downloads/index.html @@ -33,20 +33,20 @@

All RPMs have been built and tested on CentOS 6.5.

-

PRE-RELEASE -- RELEASE-1.7.0
+

STABLE -- RELEASE-1.7.0
Full change list is Release 1.7.0 on github.

- - - + + + + + + + + +
trafficserver-5.3.2-759.ee14bbe.el6.x86_64.rpm
trafficserver-debuginfo-5.3.2-759.ee14bbe.el6.x86_64.rpm
RELEASE-1.7.0/traffic_ops-1.7.0-3908.5b77f60f.x86_64.rpm
RELEASE-1.7.0/traffic_portal-1.7.0-3908.5b77f60f.x86_64.rpm
RELEASE-1.7.0/traffic_monitor-1.7.0-3908.5b77f60f.el6.x86_64.rpm
RELEASE-1.7.0/traffic_router-1.7.0-3908.5b77f60f.el6.x86_64.rpm
RELEASE-1.7.0/traffic_ops_ort-1.7.0-3908.5b77f60f.x86_64.rpm
RELEASE-1.7.0/traffic_stats-1.7.0-3908.5b77f60f.x86_64.rpm
trafficserver-5.3.2-759.ee14bbe.el6.x86_64.rpm
trafficserver-debuginfo-5.3.2-759.ee14bbe.el6.x86_64.rpm
SHA1SUMS.asc
- +

STABLE -- RELEASE-1.6.1
Full change list is Release 1.6.1 on github.

diff --git a/misc/traffic-control-cdn/index.html b/misc/traffic-control-cdn/index.html index 42ae629331..bc9aa7fc6b 100644 --- a/misc/traffic-control-cdn/index.html +++ b/misc/traffic-control-cdn/index.html @@ -12,9 +12,7 @@ -
- -
+
@@ -29,33 +27,36 @@
-

- Traffic Control allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN: -

- - +

+ Traffic Control allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN: +

+ +
+ - - - + + + - - - + + + - - + + + - - + + - -
Traffic Router is a Java Tomcat application that routes clients to the closest available cache on the CDN using both HTTP and DNS. By using consistent hashing it sends requests for the same content to the same cache in a group of caches working together in a location. It takes care of routing clients around hot spots and problems in the CDN by using the information from Traffic Monitor with regards to state of all the caches.
Traffic Router is a Java Tomcat application that routes clients to the closest available cache on the CDN using both HTTP and DNS. By using consistent hashing it sends requests for the same content to the same cache in a group of caches working together in a location. It takes care of routing clients around hot spots and problems in the CDN by using the information from Traffic Monitor with regards to state of all the caches. +
Traffic Monitor is a Java Tomcat application that implements the CDN health protocol. Every cache in the CDN is checked using HTTP for vital stats, and based on these stats, caches are declared healthy or unhealthy. This information is then used by Traffic Router to make it's routing decisions.
Traffic Monitor is a Java Tomcat application that implements the CDN health protocol. Every cache in the CDN is checked using HTTP for vital stats, and based on these stats, caches are declared healthy or unhealthy. This information is then used by Traffic Router to make it's routing decisions. +
Traffic Ops is a Mojolicious perl and jQuery UI application for management and monitoring of all servers in the CDN. All server and content routing information for the CDN is managed through Traffic Ops. It also exposes RESTful API enpoints for consumption by tools and other applications. -
Traffic Stats is a program written in Golang that is used to acquire and store statistics about CDNs controlled by Traffic Control. Traffic Stats mines metrics from Traffic Monitor’s JSON APIs and stores the data in InfluxDb.
Traffic Portal is an AngularJS 1.x client served from a Node.js web server designed to consume the Traffic Ops 1.x API. Traffic Portal provides a set of functionality restricted to the delivery service(s) of the authenticated user. Functionality primarily includes a set of charts / graphs designed to provide insight into the performance of a user’s delivery service(s).
- + + +