mitchell852 commented on a change in pull request #4537: Add blueprint for 
Flexible Topologies
URL: https://github.com/apache/trafficcontrol/pull/4537#discussion_r398196885
 
 

 ##########
 File path: blueprints/flexible-topologies.md
 ##########
 @@ -0,0 +1,395 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Flexible Topologies
+
+## Problem Description
+
+Today, a Traffic Control CDN is limited to 2 tiers -- *EDGE* and *MID* -- with 
the option to skip the *MID* tier for certain Delivery Service types (e.g. 
`HTTP_LIVE` and `HTTP_NO_CACHE`). In addition, a CDN is limited to one global 
parent hierarchy, which is defined via the `parent_cachegroup` and 
`secondary_parent_cachegroup` fields of cachegroups. Both of these problems 
limit a CDN's ability to scale with increased demand and changing usage 
patterns, and providing the ability to add more tiers to a CDN helps it keep up 
with that growth. A Topology that works well for one set of Delivery Services 
might not be ideal for a different set of Delivery Services, and a CDN needs 
the flexibility to provide the best Topology for any given Delivery Service -- 
with any number of tiers and custom caching hierarchies.
+
+## Proposed Change
+
+Traffic Control will provide the ability to define one or more Topologies, and 
a Topology can have any number of Delivery Services assigned to it. A Topology 
will be composed of Cachegroups along with their primary/secondary parent 
relationships to other Cachegroups as defined by the Topology.
+
+If a Delivery Service is assigned to a Topology, any `deliveryservice_server` 
assignments it has to `EDGE` caches will be ignored, because it will be 
assigned to all caches in the Delivery Service's CDN (filtered by server 
capabilities) that belong to the Topology's cachegroups. Ideally, this feature 
will obsolete legacy `deliveryservice_server` assignments, since Topologies 
negate the need to assign Delivery Services to individual `EDGE` caches. 
Nonetheless, legacy `deliveryservice_server` assignments will be supported 
alongside Topology-based Delivery Services for some time until all Delivery 
Services have been migrated to Topologies.
+
+### Traffic Portal Impact
 
 Review comment:
   also the TP menu needs to change:
   
   
![image](https://user-images.githubusercontent.com/251272/77589634-a41f4180-6eb1-11ea-88a3-2f90f7e5b3d4.png)
   
   Since Topologies will have it's own submenu item, the parent menu name 
`Topology` probably needs a better name.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to