You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2018/05/17 14:41:57 UTC

[incubator-trafficcontrol] branch master updated (3a5ccc5 -> 65dc921)

This is an automated email from the ASF dual-hosted git repository.

friede pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git.


    from 3a5ccc5  removed the job_result table because it is not being used
     new 3abdc7f  Added rtype and rdtl definition
     new 90cbda4  Corrected additiona + sign on line 259
     new b436519  Update traffic_router.rst
     new 15bf76d  Correcting foramtting again
     new 7ec6972  Trying to get the dash to actually show as a dash
     new 65dc921  Fixed for real this time

The 6 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:
 docs/source/admin/traffic_router.rst | 53 ++++++++++++++++++++++++++----------
 1 file changed, 38 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 04/06: Correcting foramtting again

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 15bf76dec9afd1b7fe2950e2db2327895ec801d3
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:34:16 2018 -0400

    Correcting foramtting again
---
 docs/source/admin/traffic_router.rst | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index 937a866..b5fed89 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -236,7 +236,7 @@ Fields Always Present
 |RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule  |
 |             |for the request made.                                                                                                                                                   |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|-            |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
+| -           |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 
@@ -244,30 +244,31 @@ Fields Always Present
 
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |Name                                   |Meaning                                                                                                                                     |
-+====================================================================================================================================================================================+
++=======================================+============================================================================================================================================+
 |DS_NOT_FOUND                           |Always goes with rtypes STATIC_ROUTE and DS_MISS                                                                                            |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |DS_BYPASS                              |Used Bypass Destination for Redirect of Delivery Service                                                                                    |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |DS_NO_BYPASS                           |No valid Bypass Destination is configured for the matched Delivery Service and the delivery service does not have the requested resource    |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |DS_CZ_ONLY                             |The selected Delivery Service only supports resource lookup based on Coverage Zone data                                                     |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |DS_CLIENT_GEO_UNSUPPORTED              |Traffic Router did not find a resource supported by coverage zone data and was unable to determine the geolocation of the requesting client |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |GEO_NO_CACHE_FOUND                     |Traffic Router could not find a resource via geolocation data based on the requesting client's geolocation                                  |
-+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |NO_DETAILS                             |This entry is for a standard request.                                                                                                       |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |REGIONAL_GEO_ALTERNATE_WITHOUT_CACHE   |This goes with the rtype RGDENY. The URL is being regionally Geo blocked.                                                                   |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |REGIONAL_GEO_NO_RULE                   |The request was blocked because there was no rule in the Delivery Service for the request.                                                  |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|-                                      |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.     |
+| -                                     |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.     |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 
 
 
+
 ---------------
 
 HTTP Specifics

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 01/06: Added rtype and rdtl definition

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 3abdc7fefa7442c1cfd85749fc413d6a8d149902
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:12:48 2018 -0400

    Added rtype and rdtl definition
    
    Updated additional rtype and rdtl definitions based data being populated in the access.log
---
 docs/source/admin/traffic_router.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index c1f33c8..ec61fd0 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -228,6 +228,15 @@ Fields Always Present
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 |FED          |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service                                                               |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|GEO_REDIRECT |The request was redirected (302) based on the National Geo blocking (Geo Limit Redirect URL) configured on the Delivery Service.                                                                 |
++-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|RGALT        |The request was redirected (302) to the Regional Geo blocking URL. Regional Geo blocking is enabled on the Delivery Service and is configured through the regional_geoblock.polling.url setting for the Traffic Router profile.      |
++-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule for the request made.    |
++-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|-            |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                                          |
++-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
 
 **rdtl meanings**
 
@@ -246,6 +255,15 @@ Fields Always Present
 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |GEO_NO_CACHE_FOUND        |Traffic Router could not find a resource via geolocation data based on the requesting client's geolocation                                  |
 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|NO_DETAILS                |This entry is for a standard request.                                  |
+++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|REGIONAL_GEO_ALTERNATE_WITHOUT_CACHE        |This goes with the rtype RGDENY. The URL is being regionally Geo blocked.                                  |
++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|REGIONAL_GEO_NO_RULE      |The request was blocked because there was no rule in the Delivery Service for the request.                                  |
++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|-                         |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.          |
++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+
 
 ---------------
 

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 03/06: Update traffic_router.rst

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit b43651943bcdf8e528bfbb594e50ffdb618abbb1
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:31:51 2018 -0400

    Update traffic_router.rst
---
 docs/source/admin/traffic_router.rst | 57 +++++++++++++++++++-----------------
 1 file changed, 30 insertions(+), 27 deletions(-)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index 0aa3243..937a866 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -228,41 +228,44 @@ Fields Always Present
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 |FED          |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service                                                               |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|GEO_REDIRECT |The request was redirected (302) based on the National Geo blocking (Geo Limit Redirect URL) configured on the Delivery Service.                                                                 |
+|GEO_REDIRECT |The request was redirected (302) based on the National Geo blocking (Geo Limit Redirect URL) configured on the Delivery Service.                                        |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|RGALT        |The request was redirected (302) to the Regional Geo blocking URL. Regional Geo blocking is enabled on the Delivery Service and is configured through the regional_geoblock.polling.url setting for the Traffic Router profile.      |
+|RGALT        |The request was redirected (302) to the Regional Geo blocking URL. Regional Geo blocking is enabled on the Delivery Service and is configured through the               |
+|             |regional_geoblock.polling.url setting for the Traffic Router profile.                                                                                                   |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule for the request made.    |
+|RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule  |
+|             |for the request made.                                                                                                                                                   |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-|-            |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                                          |
+|-            |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 
 **rdtl meanings**
 
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|Name                      |Meaning                                                                                                                                     |
-+==========================+============================================================================================================================================+
-|DS_NOT_FOUND              |Always goes with rtypes STATIC_ROUTE and DS_MISS                                                                                            |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|DS_BYPASS                 |Used Bypass Destination for Redirect of Delivery Service                                                                                    |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|DS_NO_BYPASS              |No valid Bypass Destination is configured for the matched Delivery Service and the delivery service does not have the requested resource    |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|DS_CZ_ONLY                |The selected Delivery Service only supports resource lookup based on Coverage Zone data                                                     |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|DS_CLIENT_GEO_UNSUPPORTED |Traffic Router did not find a resource supported by coverage zone data and was unable to determine the geolocation of the requesting client |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|GEO_NO_CACHE_FOUND        |Traffic Router could not find a resource via geolocation data based on the requesting client's geolocation                                  |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|NO_DETAILS                |This entry is for a standard request.                                  |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|REGIONAL_GEO_ALTERNATE_WITHOUT_CACHE        |This goes with the rtype RGDENY. The URL is being regionally Geo blocked.                                  |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|REGIONAL_GEO_NO_RULE      |The request was blocked because there was no rule in the Delivery Service for the request.                                  |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-|-                         |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.          |
-+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|Name                                   |Meaning                                                                                                                                     |
++====================================================================================================================================================================================+
+|DS_NOT_FOUND                           |Always goes with rtypes STATIC_ROUTE and DS_MISS                                                                                            |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|DS_BYPASS                              |Used Bypass Destination for Redirect of Delivery Service                                                                                    |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|DS_NO_BYPASS                           |No valid Bypass Destination is configured for the matched Delivery Service and the delivery service does not have the requested resource    |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|DS_CZ_ONLY                             |The selected Delivery Service only supports resource lookup based on Coverage Zone data                                                     |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|DS_CLIENT_GEO_UNSUPPORTED              |Traffic Router did not find a resource supported by coverage zone data and was unable to determine the geolocation of the requesting client |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|GEO_NO_CACHE_FOUND                     |Traffic Router could not find a resource via geolocation data based on the requesting client's geolocation                                  |
++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|NO_DETAILS                             |This entry is for a standard request.                                                                                                       |
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|REGIONAL_GEO_ALTERNATE_WITHOUT_CACHE   |This goes with the rtype RGDENY. The URL is being regionally Geo blocked.                                                                   |
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|REGIONAL_GEO_NO_RULE                   |The request was blocked because there was no rule in the Delivery Service for the request.                                                  |
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+|-                                      |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.     |
++---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
+
 
 
 ---------------

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 02/06: Corrected additiona + sign on line 259

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 90cbda40ce74d23f7504bd20ad40bd31d84437d3
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:15:25 2018 -0400

    Corrected additiona + sign on line 259
    
    Corrected additiona + sign on line 259
---
 docs/source/admin/traffic_router.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index ec61fd0..0aa3243 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -256,7 +256,7 @@ Fields Always Present
 |GEO_NO_CACHE_FOUND        |Traffic Router could not find a resource via geolocation data based on the requesting client's geolocation                                  |
 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |NO_DETAILS                |This entry is for a standard request.                                  |
-++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
++--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |REGIONAL_GEO_ALTERNATE_WITHOUT_CACHE        |This goes with the rtype RGDENY. The URL is being regionally Geo blocked.                                  |
 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |REGIONAL_GEO_NO_RULE      |The request was blocked because there was no rule in the Delivery Service for the request.                                  |

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 06/06: Fixed for real this time

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 65dc921a45afef6374ec8b942aef3c900ac3a842
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:39:28 2018 -0400

    Fixed for real this time
    
    Apologies for all the commits, to correct this formatting issue.
---
 docs/source/admin/traffic_router.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index 6a30465..963fe15 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -205,6 +205,7 @@ Fields Always Present
 |rerr  |Message about internal Traffic Router Error                                      |String                                                                              |
 +------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------+
 
+
 **rtype meanings**
 
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -236,7 +237,7 @@ Fields Always Present
 |RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule  |
 |             |for the request made.                                                                                                                                                   |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| "-"          |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
+| "-"         |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.

[incubator-trafficcontrol] 05/06: Trying to get the dash to actually show as a dash

Posted by fr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 7ec6972877e63153268f0b31cc990cb67fd4f444
Author: jeffmart <je...@users.noreply.github.com>
AuthorDate: Thu May 17 10:35:32 2018 -0400

    Trying to get the dash to actually show as a dash
    
    Instead of the tool putting in a dot for a dash
---
 docs/source/admin/traffic_router.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index b5fed89..6a30465 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -236,7 +236,7 @@ Fields Always Present
 |RGDENY       |_*DNS Only*_ The result was obtained through federated coverage zone data outside of any delivery service The request was regionally blocked because there was no rule  |
 |             |for the request made.                                                                                                                                                   |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| -           |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
+| "-"          |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.                                 |
 +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 
@@ -263,7 +263,7 @@ Fields Always Present
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 |REGIONAL_GEO_NO_RULE                   |The request was blocked because there was no rule in the Delivery Service for the request.                                                  |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
-| -                                     |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.     |
+| "-"                                   |The request was not redirected. This is usually a result of a DNS request to the Traffic Router or an explicit denial for that request.     |
 +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
 
 

-- 
To stop receiving notification emails like this one, please contact
friede@apache.org.