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

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


The following commit(s) were added to refs/heads/2.2.x by this push:
     new 4cd61e2  Add docs per-DS routing migration
4cd61e2 is described below

commit 4cd61e21df944e13e9b4d64750cc4cdcbad38e12
Author: Robert Butts <r...@apache.org>
AuthorDate: Tue Feb 13 16:38:19 2018 -0700

    Add docs per-DS routing migration
    
    Specifically, moving the migration info from CHANGELOG.md into docs.
    
    (cherry picked from commit 7c4ce34c15462716306c44ec3f5662e52220244a)
---
 .../admin/traffic_ops/migration_from_20_to_22.rst       | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/source/admin/traffic_ops/migration_from_20_to_22.rst 
b/docs/source/admin/traffic_ops/migration_from_20_to_22.rst
index 31129e5..e073858 100644
--- a/docs/source/admin/traffic_ops/migration_from_20_to_22.rst
+++ b/docs/source/admin/traffic_ops/migration_from_20_to_22.rst
@@ -16,6 +16,21 @@
 Traffic Ops - Migrating from 2.0 to 2.2
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+Per-DeliveryService Routing Names
+---------------------------------
+Before this release, DNS Delivery Services were hardcoded to use the name 
"edge", i.e. "edge.myds.mycdn.com", and HTTP Delivery Services use the name 
"tr" (or previously "ccr"), i.e. "tr.myds.mycdn.com". As of 2.2, Routing Names 
will default to "cdn" if left unspecified and can be set to any arbitrary 
non-dotted hostname.
+
+Pre-2.2 the HTTP Routing Name is configurable via the http.routing.name option 
in in the Traffic Router http.properties config file. If your CDN uses that 
option to change the name from "tr" to something else, then you will need to 
perform the following steps for each CDN affected:
+
+1. In Traffic Ops, create the following profile parameter (double-check for 
typos, trailing spaces, etc):
+  * **name**: upgrade_http_routing_name
+  * **config file**: temp
+  * **value**: whatever value is used for the affected CDN's http.routing.name
+
+2. Add this parameter to a single profile in the affected CDN
+
+With those profile parameters in place Traffic Ops can be safely upgraded to 
2.2. Before taking a post-upgrade snapshot, make sure to check your Delivery 
Service example URLs for unexpected Routing Name changes. Once Traffic Ops has 
been upgraded to 2.2 and a post-upgrade snapshot has been taken, your Traffic 
Routers can be upgraded to 2.2 (Traffic Routers must be upgraded after Traffic 
Ops so that they can work with custom per-DeliveryService Routing Names).
+
 Apache Traffic Server 7.x (Cachekey Plugin)
 -------------------------------------------
 In Traffic Ops 2.2 we have added support for Apache Traffic Server 7.x. With 
7.x comes support for the new cachekey plugin which replaces the cacheurl 
plugin which is now deprecated.  
@@ -97,4 +112,4 @@ Also note the ``s?`` used here so that both http and https 
requests will end up
 
 .. _ApacheTrafficServerDocs: 
https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/cachekey.en.html
 
-Further documentation on the cachekey plugin can be found at 
`ApacheTrafficServerDocs`_
\ No newline at end of file
+Further documentation on the cachekey plugin can be found at 
`ApacheTrafficServerDocs`_

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

Reply via email to