Re: Making parent.config's go_direct directive configurable via Delivery service

2018-06-26 Thread Vijay Anand
o_direct=true, which would allow the edges to fetch from the > origin when all the mids are down. > > - Rawlin > > On Wed, Jun 20, 2018 at 6:33 AM, Vijay Anand > wrote: > > All, > > > > The PR given below is a perl implemention for making parent.config's >

Fwd: Making parent.config's go_direct directive configurable via Delivery service

2018-06-20 Thread Vijay Anand
and S -- Forwarded message -- From: Vijay Anand Date: Thu, Jun 7, 2018 at 6:45 PM Subject: Re: Making parent.config's go_direct directive configurable via Delivery service To: dev@trafficcontrol.apache.org Rawlin, Yes, I am using a version which Eric referred to (i.

Re: Making parent.config's go_direct directive configurable via Delivery service

2018-06-07 Thread Vijay Anand
verFqdn` of the MSO delivery > > service. > > > > - Rawlin > > > > [1] https://github.com/apache/incubator-trafficcontrol/blob/ > master/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm#L2407 > > [2] https://github.com/apache/incubator-trafficcontrol/issu

Re: Making parent.config's go_direct directive configurable via Delivery service

2018-06-01 Thread Vijay Anand
should still flow to > both the origin Server matching the DS's `orgServerFqdn` and any other > origin Server that is assigned that DS. > > - Rawlin > > On Thu, May 31, 2018 at 9:12 AM, Vijay Anand > wrote: > > Hi Rawlin, > > > > Adding CNAME Alias for shari

Re: Making parent.config's go_direct directive configurable via Delivery service

2018-05-31 Thread Vijay Anand
order to bypass or use the mid tier. So for > HTTP_NO_CACHE, HTTP_LIVE, and DNS_LIVE, we bypass the mid tier because > that's what those types are for. Why do you want to bypass the mid > tier for MSO? > > - Rawlin > > On Wed, May 30, 2018 at 8:58 AM, Vijay Anand > wrote:

Making parent.config's go_direct directive configurable via Delivery service

2018-05-30 Thread Vijay Anand
Hi All, Planning for a PR on making parent.config's go_direct directive configurable via Delivery service. Right now, go_direct is being hard coded. Given below is a brief write up on the implementing the same. Assumption: All DS-es sharing an origin server should have same value for go_direct.