1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Dyn support for configrable healthchecks and _extra_changes support

More thorough unit tests while I'm in here. Ended up doing some hacks/monkey
patching of DSFMonitor as the client library's object doesn't seem to be fully
functional/useful and has inconsitent behavior.
This commit is contained in:
Ross McFarland
2017-06-21 12:40:31 -07:00
parent 0e8bc9a3d7
commit 72eff706da
3 changed files with 215 additions and 21 deletions

View File

@@ -646,7 +646,7 @@ class Route53Provider(BaseProvider):
pass
# no good, doesn't have the right health check, needs an update
self.log.info('_extra_changes: health-check caused '
'update')
'update of %s:%s', record.fqdn, record._type)
extra.append(Update(record, record))
# We don't need to process this record any longer
break