A named YAML file provider for octoDNS
Reason this release was yanked:
Broken
Project description
A named YAML file provider for octoDNS
An octoDNS provider that targets a named YAML file. Useful for sharing records between multiple zones.
Installation
Command line
pip install octodns_namedfileyaml
requirements.txt/setup.py
Pinning specific versions or SHAs is recommended to avoid unplanned upgrades.
Versions
Waiting for a new octodns release to support this
# Start with the latest versions and don't just copy what's here
octodns==0.9.14
octodns_namedfileyaml==0.0.1
SHAs
# Start with the latest/specific versions and don't just copy what's here
-e git+https://git@github.com/octodns/octodns.git@af23c00b266c959f4001cd809b04511128a5602b#egg=octodns
-e git+https://git@github.com/octodns/octodns_namedfileyaml.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_namedfileyaml
Configuration
Example for sharing email records between two domains managed at cloudflare:
providers:
zones:
class: octodns_namedfileyaml.YamlProvider
directory: ./zones
enforce_order: False
default_ttl: 300
shared.email:
class: .named_yaml_provider.NamedFileYamlProvider
directory: ./shared
filename: mail.yaml
cloudflare:
class: octodns_cloudflare.CloudflareProvider
token: env/CLOUDFLARE_TOKEN
strict_supports: true
zones:
example.com.:
sources:
- zones
- shared.email
targets:
- cloudflare
example.net.:
sources:
- zones
- shared.email
targets:
- cloudflare
Support Information
Records
All octoDNS record types are supported.
Dynamic
NamedFileYamlProvider does not support dynamic records.
Development
See the /script/ directory for some tools to help with the development process. They generally follow the Script to rule them all pattern. Most useful is ./script/bootstrap
which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for octodns-namedfileyaml-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8eda8a74895bc373472a6aaa3f0c24e29c10c995fdb590568c5b4a64698a9fdc |
|
MD5 | 6c83ea5a0eb38557c1ee7767dc1e2980 |
|
BLAKE2b-256 | b40d5a6a9f98b4d0e4fa9d01c5b26b79826c4593808e2418c017dc99577d4c4c |
Hashes for octodns_namedfileyaml-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7ed6ddfdf0e7a8c8b9f9b6c50aa26dca18c0c2625c175ff5a081ad5b93d9c06 |
|
MD5 | dff91beb644edb94802b51261a4d0193 |
|
BLAKE2b-256 | 1600e8eecf4db2e0586daaa8afddec60d34ba17db4f66fd9eb805fb17b859ada |