-
Notifications
You must be signed in to change notification settings - Fork 81
TO: Add per-delivery service geo provider #1202
Comments
The code in Traffic Router is expecting the geo provider to be specified within the CRConfig as follows:
@trevorackerman please keep me honest here and post any additional requirements as necessary. |
I just updated the above crconfig example. After yesterday's conversation you helped me remember that we wanted to be able to control the location where TR will download data files for specific geolocation services. |
@trevorackerman: I don't think we want to have a different dataUrl per Delivery Service, do we? That is what the current example shows. |
I agree with @dneuman64; we don't need to add that to the delivery service config as the instance of neustarGeolocationService is shared. We can get the polling URL from the "config" section of the CRConfig easily by simply adding a profile parameter in Traffic Ops, no code required. |
Yeah, I agree with you guys. I don't understand the profile thing. So you'll have to show me. |
ok.. working on it now.. You guys can take it and tweak as necessary once it's merged in. |
…#1202, and added the default of maxmindGeolocationService to make this addition less ambiguous.
Fixes typos in key and geolocation service names specified in #1202, …
Currently, the default is assumed to be MaxMind. Moving forward, we want to at least make Neustar available as a configuration option on a delivery service.
Should we pop up a notification to inform the user of where to go to get a Neustar license? Not sure...I think we're okay without it.
The text was updated successfully, but these errors were encountered: