In order to migrate different routes at different times from the API gateway to the REST gateway, we need to change the ATS configuration for api.wikimedia.org from a simple map to api-gateway.discovery.wmnet to use gateway-check.lua and multi-dc.lua
gateway-check.lua will handle fractionally routing to rest-gateway.discovery.wmnet based on URL patterns
multi-dc.lua support is needed to route to the correct instance of the rest-gateway.
- Add api-gateway-ro discovery service to support multi-dc.lua (cheat by just doing a CNAME from api-gateway-ro to api-gateway as it's already an A/A discovery service and we only need it temporarily)
- Change ATS config for api.wikimedia.org from map to the same lua param chain as the REST gateway reroutes, defaulting to api-gateway.discovery.wmnet