Skip to content

CZ-NIC/zone-data-yang

Repository files navigation

zone-data-yang

The aim of this project is to create a YANG data model for DNS zone data so as to be able to treat them as normal configuration.

Current data tree

Prerequisites

Makefile Targets

Below is a description of interesting Makefile targets. GNU make is needed.

  • all (default): generate YANG files from YINX sources;

  • json: generate example configuration in JSON format;

  • master: generate master file from example configuration;

  • rnc: generate RELAX NG schema in compact syntax (in fact, all DSDL schemas are generated);

  • validate: validate example configuration against DSDL schemas;

  • model.tree: generate ascii art depicting the data model schema as a tree (run pyang --tree-help for an explanation of symbols);

  • clean: remove all generated files.

RR Implementation Status

Additional Information

Project wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published