dg4prez commented on a change in pull request #2904: Do Not Merge - Adds
support for single layer CDNs
URL: https://github.com/apache/trafficcontrol/pull/2904#discussion_r222830709
##########
File path: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
##########
@@ -2347,6 +2354,33 @@ sub parent_dot_config { #fix qstring - should be ignore
for quika
my $server_obj = shift;
my $data;
my $server_type = $server_obj->type->name;
+
+ ## By default we're going to assume that our cache is not a top level
cache (mids, edges without parents, etc.)
+ my $is_top_level_cache = 0;
+
+ ## Look up parent cachegroup IDs.
+ my $parent_cachegroup_id =
Review comment:
Yeah, I was thinking i should do something like that. Good call. Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services