You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

49 lines
1016 B

manager:
max_workers: 2
providers:
in:
class: octodns.provider.yaml.YamlProvider
directory: tests/config
supports_root_ns: False
strict_supports: False
dump:
class: octodns.provider.yaml.YamlProvider
directory: env/YAML_TMP_DIR
default_ttl: 999
supports_root_ns: False
strict_supports: False
# This is sort of ugly, but it shouldn't hurt anything. It'll just write out
# the target file twice where it and dump are both used
dump2:
class: octodns.provider.yaml.YamlProvider
directory: env/YAML_TMP_DIR2
supports_root_ns: False
strict_supports: False
simple:
class: helpers.SimpleProvider
geo:
class: helpers.GeoProvider
nosshfp:
class: helpers.NoSshFpProvider
zones:
unit.tests.:
sources:
- in
targets:
- dump
subzone.unit.tests.:
sources:
- in
targets:
- dump
- dump2
sub.txt.unit.tests.:
sources:
- in
targets:
- dump
empty.:
sources:
- in
targets:
- dump