Network Working Group | C. Hopps |
Internet-Draft | LabN Consulting, L.L.C. |
Updates: 8407 (if approved) | L. Berger |
Intended status: Standards Track | LabN Consulting, LLC. |
Expires: September 3, 2019 | D. Bogdanovic |
Volta Networks | |
March 2, 2019 |
YANG Module Tags
draft-ietf-netmod-module-tags-06
This document provides for the association of tags with YANG modules. The expectation is for such tags to be used to help classify and organize modules. A method for defining, reading and writing a modules tags is provided. Tags may be standardized and assigned during module definition; assigned by implementations; or dynamically defined and set by users. This document also provides guidance to future model writers, as such, this document updates RFC8407.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on September 3, 2019.
Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
The use of tags for classification and organization is fairly ubiquitous not only within IETF protocols, but in the internet itself (e.g., #hashtags). One benefit of using tags for organization over a rigid structure is that it is more flexible and can more easily adapt over time as technologies evolve. Tags can be usefully standardized, but they can also serve as a non-standardized mechanism available for users to define themselves. This document provides a mechanism to define tags and associate them with YANG modules in a flexible manner. In particular, tags may be standardized as well as assigned during module definition; assigned by implementations; or dynamically defined and set by users.
This document defines a YANG module [RFC7950] which provides a list of module entries to allow for adding or removing of tags as well as viewing the set of tags associated with a module.
This document defines an extension statement to be used to indicate tags that SHOULD be added by the module implementation automatically (i.e., outside of configuration).
This document also defines an IANA registry for tag prefixes as well as a set of globally assigned tags.
Section 6 provides guidelines for authors of YANG data models.
This document updates [RFC8407].
The YANG data model in this document conforms to the Network Management Datastore Architecture defined in [RFC8342].
During this documents progression there were requests for example uses of module tags. The following are a few example use cases for tags. This list is certainly not exhaustive.
One example use of tags would be to help filter different discrete categories of YANG modules supported by a device. E.g., if modules are suitably tagged, then an XPath query can be used to list all of the vendor modules supported by a device.
Tags can also be used to help coordination when multiple semi-independent clients are interacting with the same devices. E.g., one management client could mark that some modules should not be used because they have not been verified to behave correctly, so that other management clients avoid querying the data associated with those modules.
Tag classification is useful for users searching module repositories (e.g. YANG catalog). A query restricted to the 'ietf:routing' module tag could be used to return only the IETF YANG modules associated with routing. Without tags, a user would need to know the name of all the IETF routing protocol YANG modules.
Future management protocol extensions could allow for filtering queries of configuration or operational state on a server based on tags. E.g., return all operational state related to system-management.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.
All tags SHOULD begin with a prefix indicating who owns their definition. An IANA registry is used to support standardizing tag prefixes Section 7.1. Currently 3 prefixes are defined with all others reserved. No further structure is imposed by this document on the value following the standard prefix, and the value can contain any yang type 'string' characters except carriage-returns, newlines and tabs.
Again, except for the conflict-avoiding prefix, this document is not specifying any structure on (i.e., restricting) the tag values on purpose. The intent is to avoid arbitrarily restricting the values that designers, implementers and users can use. As a result of this choice, designers, implementers, and users are free to add or not add any structure they may require to their own tag values.
An IETF standard tag is a tag that has the prefix "ietf:". All IETF standard tags are registered with IANA in a registry defined later in this document Section 7.2.
A vendor tag is a tag that has the prefix "vendor:". These tags are defined by the vendor that implements the module, and are not standardized; however, it is RECOMMENDED that the vendor include extra identification in the tag to avoid collisions such as using the enterpise or organization name follwing the "vendor:" prefix (e.g., vendor:example.com:vendor-defined-classifier).
A user tag is any tag that has the prefix "user:". These tags are defined by the user/administrator and will never be standardized.
Any tag not starting with the prefix "ietf:", "vendor:" or "user:" is reserved for future standardization.
Tags can become associated with a module in a number of ways. Tags may be defined and associated at module design time, at implementation time, or via user administrative control. As the main consumer of tags are users, users may also remove any tag, no matter how the tag became associated with a module.
A module definition MAY indicate a set of tags to be added by the module implementer. These design time tags are indicated using the module-tag extension statement.
If the module definition is IETF standards track, the tags MUST also be Section 2.1. Thus, new modules can drive the addition of new standard tags to the IANA registry, and the IANA registry can serve as a check against duplication.
An implementation MAY include additional tags associated with a module. These tags SHOULD be standard or vendor specific tags.
Tags of any kind can be assigned and removed by the user using normal configuration mechanisms.
The tree associated with the "ietf-module-tags" module follows. The meaning of the symbols can be found in [RFC8340].
module: ietf-module-tags +--rw module-tags +--rw module* [name] +--rw name yang:yang-identifier +--rw tag* tag +--rw masked-tag* tag
<CODE BEGINS> file "ietf-module-tags@2019-03-02.yang" module ietf-module-tags { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-module-tags"; prefix tags; import ietf-yang-types { prefix yang; } organization "IETF NetMod Working Group (NetMod)"; contact "NetMod Working Group - <netmod@ietf.org>"; // RFC Ed.: replace XXXX with actual RFC number and // remove this note. description "This module describes a mechanism associating tags with YANG modules. Tags may be IANA assigned or privately defined. Copyright (c) 2018 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. This version of this YANG module is part of RFC XXXX (https://tools.ietf.org/html/rfcXXXX); see the RFC itself for full legal notices."; // RFC Ed.: update the date below with the date of RFC publication // and RFC number and remove this note. revision 2019-03-02 { description "Initial revision."; reference "RFC XXXX: YANG Module Tags"; } typedef tag { type string { length "1..max"; pattern '[a-zA-Z_][a-zA-Z0-9\-_]*:[\S ]+'; } description "A tag value is composed of a standard prefix followed by any type 'string' value that does not include carriage return, newline or tab characters."; } extension module-tag { argument tag; description "The argument 'tag' is of type 'tag'. This extension statement is used by module authors to indicate the tags that SHOULD be added automatically by the system. As such the origin of the value for the pre-defined tags should be set to 'system'."; } container module-tags { description "Contains the list of modules and their associated tags"; list module { key "name"; description "A list of modules and their associated tags"; leaf name { type yang:yang-identifier; mandatory true; description "The YANG module name."; } leaf-list tag { type tag; description "Tags associated with the module. See the IANA 'YANG Module Tag Prefixes' registry for reserved prefixes and the IANA 'YANG Module Tags' registry for IETF standard tags. The 'operational' state [RFC8342] view of this list is constructed using the following steps: 1) System tags (i.e., tags of 'system' origin) are added. 2) User configured tags (i.e., tags of 'intended' origin) are added. 3) Any tag that is equal to a masked-tag is removed."; } leaf-list masked-tag { type tag; description "The list of tags that should not be associated with this module. The user can remove (mask) tags from the operational state datastore [RFC8342] by adding them to this list. It is not an error to add tags to this list that are not associated with the module, but they have no operational effect."; } } } } <CODE ENDS>
It is worth noting that a different YANG module classification document exists [RFC8199]. That document only classifies modules in a logical manner and does not define tagging or any other mechanisms. It divides YANG modules into two categories (service or element) and then into one of three origins: standard, vendor or user. It does provide a good way to discuss and identify modules in general. This document defines standard tags to support [RFC8199] style classification.
This section updates [RFC8407].
A module MAY indicate, using module-tag extension statements, a set of tags that are to be automatically associated with it (i.e., not added through configuration).
module example-module { //... import module-tags { prefix tags; } tags:module-tag "ietf:some-new-tag"; tags:module-tag "ietf:some-other-tag"; // ... }
The module writer can use existing standard tags, or use new tags defined in the model definition, as appropriate. For standardized modules new tags MUST be assigned in the IANA registry defined below, see Section 7.2.
IANA is asked to create a new registry "YANG Module Tag Prefixes" grouped under a new "Protocol" category named "YANG Module Tags".
This registry allocates tag prefixes. All YANG module tags SHOULD begin with one of the prefixes in this registry.
Prefix entries in this registry should be short strings consisting of lowercase ASCII alpha-numeric characters and a final ":" character.
The allocation policy for this registry is Specification Required [RFC8126].
The initial values for this registry are as follows.
Prefix | Description |
---|---|
ietf: | IETF Standard Tag allocated in the IANA YANG Module Tags registry. |
vendor: | Non-standardized tags allocated by the module implementer. |
user: | Non-standardized tags allocated by and for the user. |
Other standards organizations (SDOs) wishing to standardize their own set of tags should allocate a prefix from this registry.
IANA is asked to create a new registry "YANG Module Tags" grouped under a new "Protocol" category "YANG Module Tags". This registry should be included below "YANG Module Tag Prefixes" when listed on the same page.
This registry allocates prefixes that have the standard prefix "ietf:". New values should be well considered and not achievable through a combination of already existing standard tags.
The allocation policy for this registry is IETF Review [RFC8126].
The initial values for this registry are as follows.
Tag | Description | Reference |
---|---|---|
ietf:network-element-class | [RFC8199] network element. | [RFC8199] |
ietf:network-service-class | [RFC8199] network service. | [RFC8199] |
ietf:sdo-defined-class | Module is defined by a standards organization. | [RFC8199] |
ietf:vendor-defined-class | Module is defined by a vendor. | [RFC8199] |
ietf:user-defined-class | Module is defined by the user. | [RFC8199] |
ietf:hardware | Relates to hardware (e.g., inventory). | [This document] |
ietf:software | Relates to software (e.g., installed OS). | [This document] |
ietf:protocol | Represents a protocol (often combined with another tag to refine). | [This document] |
ietf:qos | Relates to quality of service. | [This document] |
ietf:network-service-app | Relates to a network service application (e.g., an NTP server, DNS server, DHCP server, etc). | [This document] |
ietf:system-management | Relates to system management (e.g., a system management protocol such as syslog, TACAC+, SNMP, netconf, ...). | [This document] |
ietf:oam | Relates to Operations, Administration, and Maintenance (e.g., BFD). | [This document] |
ietf:routing | Relates to routing. | [This document] |
ietf:signaling | Relates to control plane signaling. | [This document] |
ietf:link-management | Relates to link management. | [This document] |
This document registers a URI in the "IETF XML Registry" [RFC3688]. Following the format in [RFC3688], the following registration has been made:
This document registers one YANG module in the "YANG Module Names" registry [RFC6020]. Following the format in [RFC6020], the following registration has been made:
The YANG module defined in this memo is designed to be accessed via the NETCONF protocol [RFC6241]. The lowest NETCONF layer is the secure transport layer and the mandatory-to-implement secure transport is SSH [RFC6242].
This document adds the ability to associate tag meta-data with YANG modules. This document does not define any actions based on these associations, and none are yet defined, and therefore it does not by itself introduce any new security considerations.
Users of the tag-meta data may define various actions to be taken based on the tag meta-data. These actions and their definitions are outside the scope of this document. Users will need to consider the security implications of any actions they choose to define.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC7950] | Bjorklund, M., "The YANG 1.1 Data Modeling Language", RFC 7950, DOI 10.17487/RFC7950, August 2016. |
[RFC8126] | Cotton, M., Leiba, B. and T. Narten, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 8126, DOI 10.17487/RFC8126, June 2017. |
[RFC8174] | Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017. |
The following is a fictional example result from a query of the module tags list. For the sake of brevity only a few module results are imagined.
<ns0:config xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0"> <t:module-tags xmlns:t="urn:ietf:params:xml:ns:yang:ietf-module-tags"> <t:module> <t:name>ietf-bfd</t:name> <t:tag>ietf:network-element-class</t:tag> <t:tag>ietf:oam</t:tag> <t:tag>ietf:protocol</t:tag> <t:tag>ietf:sdo-defined-class</t:tag> </t:module> <t:module> <t:name>ietf-isis</t:name> <t:tag>ietf:network-element-class</t:tag> <t:tag>ietf:protocol</t:tag> <t:tag>ietf:sdo-defined-class</t:tag> <t:tag>ietf:routing</t:tag> </t:module> <t:module> <t:name>ietf-ssh-server</t:name> <t:tag>ietf:network-element-class</t:tag> <t:tag>ietf:protocol</t:tag> <t:tag>ietf:sdo-defined-class</t:tag> <t:tag>ietf:system-management</t:tag> </t:module> </t:module-tags> </ns0:config>
Special thanks to Robert Wilton for his help improving the introduction and providing the example use cases.