MaxF12 / ietf-dorms-cluster

Drafts for DORMS, CBACC, and AMBI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBONED: DORMS cluster

This repo is for the MBONED's working group Internet Drafts for DORMS, CBACC, and AMBI.

  • DORMS: Discovery of Restconf Metadata for SSM
  • CBACC: Circuit Breaker Assisted Congestion Control
  • AMBI: Asymmetric Manifest Based Integrity

Contributions to this repository (commits and pull requests, as well as issues and comments) are covered under the IETF Note Well. See CONTRIBUTING.md for more.

Building the drafts

The build system for these drafts currently uses an aging fork of i-d-template derived from the upstream version, but adding some functionality intended to make it easier to work with YANG models and their examples. There was a pull request submitted, but the comments have not yet been addressed and code re-submitted. During the make, additional features validate examples against the YANG schema, and produce warning and error messages for YANG models that do not pass the yanglint checks.

In addition to xml2rfc and kramdown, these drafts require pyang and libyang (including yanglint):

python3 -m venv ~/venv-drafts
source ~/venv-drafts/bin/activate
python -m pip install xml2rfc pyang

About

Drafts for DORMS, CBACC, and AMBI

License:Other


Languages

Language:Makefile 100.0%