dg4prez commented on a change in pull request #2158: modifies ORT to correctly 
parse api 1.3 for revalidation.  
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2158#discussion_r184062444
 
 

 ##########
 File path: traffic_ops/bin/traffic_ops_ort.pl
 ##########
 @@ -783,6 +771,32 @@ sub get_print_current_client_connections {
        ( $log_level >> $DEBUG ) && print "DEBUG There are currently 
$current_connections connections.\n";
 }
 
+sub get_update_status {
+       my $uri     = "/api/1.3/servers/$hostname_short/update_status";
 
 Review comment:
   The entire ORT script relies on globals.  $hostname_short is set at the 
start of the run and isn't really passed at all.  I agree with you, but we're 
talking about rewrite-level changes for that, aren't we?

----------------------------------------------------------------
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

Reply via email to