Add TLDs parameter to refresh DNS action

This will allow us to migrate one TLD at a time by refreshing all zones
on the specified TLD after dual-writing is enabled.

Note that the TLDs parameter is required, which seems reasonable given
that almost all imagined use cases would be on a by-TLD basis.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160294546
This commit is contained in:
mcilwain 2017-06-27 10:40:43 -07:00 committed by Ben McIlwain
parent bbdf9bfc38
commit dccc99787e
3 changed files with 133 additions and 15 deletions

View file

@ -12,6 +12,7 @@ java_library(
srcs = glob(["*.java"]),
resources = glob(["testdata/*"]),
deps = [
"//java/google/registry/dns",
"//java/google/registry/groups",
"//java/google/registry/mapreduce",
"//java/google/registry/model",