Skip to main content

A YANG Data Model for Layer 0 Types
draft-ietf-ccamp-layer0-types-09

Revision differences

Document history

Date Rev. By Action
2021-08-10
09 (System) RFC Editor state changed to AUTH48-DONE from AUTH48
2021-07-16
09 (System) RFC Editor state changed to AUTH48
2021-05-06
09 (System) RFC Editor state changed to RFC-EDITOR from EDIT
2021-04-28
09 (System) RFC Editor state changed to EDIT from AUTH
2021-02-11
09 Tero Kivinen Closed request for Last Call review by SECDIR with state 'Overtaken by Events'
2021-02-11
09 Tero Kivinen Assignment of request for Last Call review by SECDIR to Daniel Gillmor was marked no-response
2021-02-09
09 (System) RFC Editor state changed to AUTH from EDIT
2021-02-03
09 (System) IANA Action state changed to RFC-Ed-Ack from Waiting on RFC Editor
2021-02-03
09 (System) IANA Action state changed to Waiting on RFC Editor from In Progress
2021-02-03
09 (System) IANA Action state changed to In Progress from Waiting on Authors
2021-02-01
09 (System) IANA Action state changed to Waiting on Authors from In Progress
2021-01-25
09 (System) RFC Editor state changed to EDIT
2021-01-25
09 (System) IESG state changed to RFC Ed Queue from Approved-announcement sent
2021-01-25
09 (System) Announcement was received by RFC Editor
2021-01-25
09 (System) IANA Action state changed to In Progress
2021-01-25
09 Amy Vezza IESG state changed to Approved-announcement sent from Approved-announcement to be sent::AD Followup
2021-01-25
09 Amy Vezza IESG has approved the document
2021-01-25
09 Amy Vezza Closed "Approve" ballot
2021-01-25
09 Amy Vezza Ballot writeup was changed
2021-01-25
09 Deborah Brungard Ballot approval text was changed
2020-12-29
09 (System) Sub state has been changed to AD Followup from Revised ID Needed
2020-12-29
09 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-09.txt
2020-12-29
09 (System) New version approved
2020-12-29
09 (System) Request for posting confirmation emailed to previous authors: Aihua Guo , Daniel King , Haomian Zheng , Victor Lopez , Young Lee
2020-12-29
09 Haomian Zheng Uploaded new revision
2020-12-03
08 Cindy Morgan IESG state changed to Approved-announcement to be sent::Revised I-D Needed from IESG Evaluation
2020-12-03
08 Martin Vigoureux [Ballot Position Update] New position, No Objection, has been recorded for Martin Vigoureux
2020-12-02
08 Warren Kumari [Ballot Position Update] New position, No Objection, has been recorded for Warren Kumari
2020-12-02
08 Magnus Westerlund [Ballot Position Update] New position, No Objection, has been recorded for Magnus Westerlund
2020-12-02
08 Alissa Cooper [Ballot Position Update] New position, No Objection, has been recorded for Alissa Cooper
2020-12-01
08 Barry Leiba [Ballot Position Update] New position, No Objection, has been recorded for Barry Leiba
2020-12-01
08 Benjamin Kaduk
[Ballot comment]
Section 1.2

  YANG module ietf-layer0-types (defined in Section 3) references
  [RFC6163], [RFC7205], and [RFC7698].

RFC …
[Ballot comment]
Section 1.2

  YANG module ietf-layer0-types (defined in Section 3) references
  [RFC6163], [RFC7205], and [RFC7698].

RFC 7205 looks like a typo for 6205 -- I don't think that "Use Cases for
Telepresence Multistreams" is relevant for WSON.  That said, we
reference 6205 many times in the rest of the document, so (IIUC) we
don't need to mention it here in order to have a reference in the
document outside of the module itself?

Section 2

I'm not sure how appropriate RFC 6205 is as a reference for all of the
indicated terms; e.g., I don't see mention of "start", "end", "range",
or "hop" as applying to labels, there.

Section 3

    grouping l0-label-range-info {
      description
        "Information for layer 0 label range.";

nit(?): "information for" makes me expect that this will be describing
the range itself, but the contained type and priority seem to be more
metadata about the range than the range itself.  To me, writing
"Information about the layer 0 label range" would feel more natural.

    grouping flexi-grid-label-range-info {
      description
        "Info of Flexi-grid-specific label range";

nit: "Info of" seems rather colloquial; the same "Information about"
construction I suggested above seems like it would work well here, since
this is also a -label-range-info grouping.

It seems unusual to me (admittedly, not a YANG expert) that the
descriptions for min-slot-width-factor and max-slot-width-factor
separately refer to a "range" when each one only provides half of the
range.  I guess this is related to Erik's comment.

              Minimum slot width should be smaller than or equal to
              Maximum slot width. ";

Similarly, this restriction seems like one that can be expressed as a
YANG "must" directive, which it looks like Rob already noted.

Section 4

  modules.  It is critical consider how imported definitions will be
  utilized and accessible via RPC operations, as the resultant schema
  will have data nodes that can be writable, or readable, and will have

nit: "critical to consider"

Section 8.2

Don't RFCs 6163, 6205, 7698, and 8363 need to be normative since they
are used as references for YANG elements?
2020-12-01
08 Benjamin Kaduk [Ballot Position Update] New position, No Objection, has been recorded for Benjamin Kaduk
2020-12-01
08 Robert Wilton
[Ballot comment]
Hi,

Thank you for your effort on this document.  I appreciate that I have reviewed this module previously.  I have a few minor …
[Ballot comment]
Hi,

Thank you for your effort on this document.  I appreciate that I have reviewed this module previously.  I have a few minor (mostly editorial) comments on the latest revision of the YANG module:

A few minor comments on the latest version of the YANG module:

Some of the descriptions have been wrapped at less than 69 characters.  Corrected examples are below.

1)
  grouping wson-label-start-end {
    description
      "The WSON label-start or label-end used to specify WSON label
      range.";

2)
          case single {
            leaf dwdm-n {
              type l0-types:dwdm-n;
              description
                "The given value 'N' is used to determine the nominal
                central frequency.";
            }
          }

3)     
    leaf priority {
      type uint8;
      description
        "Priority in Interface Switching Capability Descriptor
        (ISCD).";

4)     
  grouping flexi-grid-label-start-end {
    description
      "The Flexi-grid label-start or label-end used to specify
      Flexi-grid label range.";

5)
      case super {
        list subcarrier-flexi-n {
          key flexi-n;
          uses flexi-grid-frequency-slot;
          description
            "List of subcarrier channels for flexi-grid super
            channel.";
        }
      }

6)
      leaf slot-width-granularity {
        type identityref {
          base flexi-slot-width-granularity;
        }
        default flexi-swg-12p5ghz;
        description
          "Minimum space between slot widths. Default is 12.500 GHz";


The following leaf had an extra blank line before the description:
PROPOSED:

    leaf flexi-n {
      type l0-types:flexi-n;
      description
        "The given value 'N' is used to determine the nominal central
        frequency.";
    }

Please change the description to "Flexi-grid-specific label range related information", i.e.,

CURRENT:
  grouping flexi-grid-label-range-info {
    description
      "Info of Flexi-grid-specific label range";
   
PROPOSED:   
  grouping flexi-grid-label-range-info {
    description
      "Flexi-grid-specific label range related information";
    uses l0-label-range-info;

     
Nit, some of the descriptions have an extra trailing space after the full stop, plesae search/replace '. "'

For min-slot-width-factor, I would suggest removing the last sentence, and only specifying the constraint on the max-slot-width-factor, and also define a must statement as well.

CURRENT:
      leaf min-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        default 1;
        description
          "Slot width range: two multipliers of the slot width ,
          granularity, each indicating the minimal and maximal slot
          width supported by a port, respectively.

          Minimum slot width is calculated by:
            Minimum slot width (GHz) =
              min-slot-width-factor * slot-width-granularity.
          Minimum slot width should be smaller than or equal to
          Maximum slot width. ";
         
PROPOSED:
      leaf min-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        default 1;
        description
          "Slot width range: two multipliers of the slot width ,
          granularity, each indicating the minimal and maximal slot
          width supported by a port, respectively.

          Minimum slot width is calculated by:
            Minimum slot width (GHz) =
              min-slot-width-factor * slot-width-granularity.";
        reference
          "RFC8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid
          Dense Wavelength Division Multiplexing (DWDM) Networks";
      }

I suggest tweaking the description and adding a must constraint to the max-slot-width-factor.  My assumption here is that a client could set the min-slot-width-factor to 2, and doesn't need to also specify max-slot-width-factor unless they want it to be greater than 2.  Coversely, they can specify both if they wish.

CURRENT:
      leaf max-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        description
          "Slot width range: two multipliers of the slot width ,
          granularity, each indicating the minimal and maximal slot
          width supported by a port, respectively.


          Maximum slot width is calculated by:
            Maximum slot width (GHz) =
              max-slot-width-factor * slot-width-granularity
          Maximum slot width should be bigger than or equal to
          Minimum slot width. ";
        reference
          "RFC8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid
          Dense Wavelength Division Multiplexing (DWDM) Networks";
      }
     
PROPOSED:
     
      leaf max-slot-width-factor {
        type uint16 {
          range "1..max";
        }
        must '. >= min-slot-width-factor' {
          error-message
            "Maximum slot width must be greater than or equal to
            minimum slot width.";
        }
        description
          "Slot width range: two multipliers of the slot width ,
          granularity, each indicating the minimal and maximal slot
          width supported by a port, respectively.

          Maximum slot width is calculated by:
            Maximum slot width (GHz) =
              max-slot-width-factor * slot-width-granularity

          If specified, maximum slot width must be greater than or
          equal to minimum slot width.";
        reference
          "RFC8363: GMPLS OSPF-TE Extensions in Support of Flexi-Grid
          Dense Wavelength Division Multiplexing (DWDM) Networks";
      }


Regards,
Rob
2020-12-01
08 Robert Wilton [Ballot Position Update] New position, No Objection, has been recorded for Robert Wilton
2020-11-30
08 Murray Kucherawy
[Ballot comment]
The shepherd writeup highlights that YANGDOCTORS reviewed this twice, but the last one was five versions and almost a year ago.  Should this …
[Ballot comment]
The shepherd writeup highlights that YANGDOCTORS reviewed this twice, but the last one was five versions and almost a year ago.  Should this be refreshed?

[To the IESG:] The shepherd writeup also confirms the intended status, but doesn't answer the question as to why that's the right answer for this document.  This seems to be a common mistake.  Should the writeup change to make it clear we'd like that question answered?  Or should we just include this in the things we check during AD Evaluation?
2020-11-30
08 Murray Kucherawy Ballot comment text updated for Murray Kucherawy
2020-11-30
08 Murray Kucherawy
[Ballot comment]
[To the IESG:] The shepherd writeup confirms the intended status, but doesn't answer the question as to why that's the right answer for …
[Ballot comment]
[To the IESG:] The shepherd writeup confirms the intended status, but doesn't answer the question as to why that's the right answer for this document.  This seems to be a common mistake.  Should the writeup change to make it clear we'd like that question answered?  Or should we just include this in the things we check during AD Evaluation?

The shepherd writeup also highlights that YANGDOCTORS reviewed this twice, but the last one was five versions and almost a year ago.  Should this be refreshed?
2020-11-30
08 Murray Kucherawy [Ballot Position Update] New position, No Objection, has been recorded for Murray Kucherawy
2020-11-30
08 Roman Danyliw [Ballot Position Update] New position, No Objection, has been recorded for Roman Danyliw
2020-11-30
08 Alvaro Retana [Ballot Position Update] New position, No Objection, has been recorded for Alvaro Retana
2020-11-27
08 Erik Kline
[Ballot comment]
[[ nits ]]

[ section 3 ]

* "min-slot-width-factor" and "max-slot-width-factor" could each have their
  description be simplified to refer only their …
[Ballot comment]
[[ nits ]]

[ section 3 ]

* "min-slot-width-factor" and "max-slot-width-factor" could each have their
  description be simplified to refer only their own definition (as opposed
  to the shared duplicated text).

  Also, I'm not sure how to read "...of the slot width , granularity,".
  Should that just be "...of the slot width granularity,"?

* "this constraints is reported" could use a grammar fix. I'm guessing
  "this constraint is reported"?
2020-11-27
08 Erik Kline [Ballot Position Update] New position, No Objection, has been recorded for Erik Kline
2020-11-27
08 Éric Vyncke
[Ballot comment]
Clearing my previous DISCUSS (about the absence of BCP 14 boilerplate) as there is no normative language in the document, there is obviously …
[Ballot comment]
Clearing my previous DISCUSS (about the absence of BCP 14 boilerplate) as there is no normative language in the document, there is obviously no need for the BCP 14 boilerplate...

Sorry about the fuzz... I need more coffee it seems !

Regards

-éric
2020-11-27
08 Éric Vyncke [Ballot Position Update] Position for Éric Vyncke has been changed to No Objection from Discuss
2020-11-27
08 Éric Vyncke
[Ballot discuss]
Thank you for the work done in this document.

I have only a single blocking DISCUSS that it trivial to fix: absence of …
[Ballot discuss]
Thank you for the work done in this document.

I have only a single blocking DISCUSS that it trivial to fix: absence of BCP 14 boilerplate for a standards track document ;-)

Suggestion to the authors: add the BCP14 boilter plate and re-upload a revised version before other IESG members' evaluations.

-éric
2020-11-27
08 Éric Vyncke [Ballot Position Update] New position, Discuss, has been recorded for Éric Vyncke
2020-10-30
08 Amanda Baber IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed
2020-10-30
08 Cindy Morgan Placed on agenda for telechat - 2020-12-03
2020-10-30
08 Deborah Brungard IESG state changed to IESG Evaluation from Waiting for Writeup
2020-10-30
08 Deborah Brungard Ballot has been issued
2020-10-30
08 Deborah Brungard [Ballot Position Update] New position, Yes, has been recorded for Deborah Brungard
2020-10-30
08 Deborah Brungard Created "Approve" ballot
2020-10-30
08 Deborah Brungard Ballot writeup was changed
2020-10-16
08 (System) IANA Review state changed to Version Changed - Review Needed from IANA OK - Actions Needed
2020-10-16
08 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-08.txt
2020-10-16
08 (System) New version approved
2020-10-16
08 (System) Request for posting confirmation emailed to previous authors: Aihua Guo , Haomian Zheng , Victor Lopez , Daniel King , Young Lee
2020-10-16
08 Haomian Zheng Uploaded new revision
2020-09-30
07 Sabrina Tanamal IANA Experts State changed to Expert Reviews OK from Reviews assigned
2020-09-30
07 Sabrina Tanamal IANA Review state changed to IANA OK - Actions Needed from IANA - Not OK
2020-09-30
07 Sabrina Tanamal IANA Experts State changed to Reviews assigned
2020-09-30
07 (System) IANA Review state changed to IANA - Not OK from IANA - Review Needed
2020-09-30
07 Sabrina Tanamal
(Via drafts-lastcall@iana.org): IESG/Authors/WG Chairs:

The IANA Functions Operator has completed its review of draft-ietf-ccamp-layer0-types-06. If any part of this review is inaccurate, please let …
(Via drafts-lastcall@iana.org): IESG/Authors/WG Chairs:

The IANA Functions Operator has completed its review of draft-ietf-ccamp-layer0-types-06. If any part of this review is inaccurate, please let us know.

The IANA Services Operator understands that, upon approval of this document, there are two actions which we must complete.

First, in the ns registry on the IETF XML Registry page located at:

https://www.iana.org/assignments/xml-registry/

a new namespace will be registered as follows:

ID: yang:ietf-layer0-types
URI: urn:ietf:params:xml:ns:yang:ietf-layer0-types
Filename: [ TBD-at-Registration ]
Reference: [ RFC-to-be ]

As this document requests registrations in a Specification Required (see RFC 8126) registry, we will initiate the required Expert Review via a separate request. This review must be completed before the document's IANA state can be changed to "IANA OK."

Second, in the YANG Module Names registry on the YANG Parameters registry page located at:

https://www.iana.org/assignments/yang-parameters/

a new YANG module will be registered as follows:

Name: ietf-layer0-types
File: [ TBD-at-Registration ]
Maintained by IANA? N
Namespace: urn:ietf:params:xml:ns:yang:ietf-layer0-types
Prefix: 10-types
Module:
Reference: [ RFC-to-be ]

While the YANG module name will be registered after the IESG approves the document, the YANG module file will be posted after the RFC Editor notifies us that the document has been published.

The IANA Services Operator understands that these are the only actions required to be completed upon approval of this document.

Note:  The actions requested in this document will not be completed until the document has been approved for publication as an RFC. This message is meant only to confirm the list of actions that will be performed.

Thank you,

Sabrina Tanamal
Senior IANA Services Specialist
2020-09-30
07 (System) IESG state changed to Waiting for Writeup from In Last Call
2020-09-27
07 Reese Enghardt Request for Last Call review by GENART Completed: Ready. Reviewer: Theresa Enghardt. Sent review to list.
2020-09-21
07 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-07.txt
2020-09-21
07 (System) New version approved
2020-09-21
07 (System) Request for posting confirmation emailed to previous authors: ccamp-chairs@ietf.org, Daniel King , Young Lee , Aihua Guo , Victor Lopez , Haomian Zheng
2020-09-21
07 Haomian Zheng Uploaded new revision
2020-09-18
06 Jean Mahoney Request for Last Call review by GENART is assigned to Theresa Enghardt
2020-09-18
06 Jean Mahoney Request for Last Call review by GENART is assigned to Theresa Enghardt
2020-09-17
06 Tero Kivinen Request for Last Call review by SECDIR is assigned to Daniel Gillmor
2020-09-17
06 Tero Kivinen Request for Last Call review by SECDIR is assigned to Daniel Gillmor
2020-09-16
06 Amy Vezza IANA Review state changed to IANA - Review Needed
2020-09-16
06 Amy Vezza
The following Last Call announcement was sent out (ends 2020-09-30):

From: The IESG
To: IETF-Announce
CC: ccamp-chairs@ietf.org, ccamp@ietf.org, daniele.ceccarelli@ericsson.com, Daniele Ceccarelli , …
The following Last Call announcement was sent out (ends 2020-09-30):

From: The IESG
To: IETF-Announce
CC: ccamp-chairs@ietf.org, ccamp@ietf.org, daniele.ceccarelli@ericsson.com, Daniele Ceccarelli , db3546@att.com, draft-ietf-ccamp-layer0-types@ietf.org
Reply-To: last-call@ietf.org
Sender:
Subject: Last Call:  (A YANG Data Model for Layer 0 Types) to Proposed Standard


The IESG has received a request from the Common Control and Measurement Plane
WG (ccamp) to consider the following document: - 'A YANG Data Model for Layer
0 Types'
  as Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits final
comments on this action. Please send substantive comments to the
last-call@ietf.org mailing lists by 2020-09-30. Exceptionally, comments may
be sent to iesg@ietf.org instead. In either case, please retain the beginning
of the Subject line to allow automated sorting.

Abstract


  This document defines a collection of common data types and groupings
  in the YANG data modeling language.  These derived common types and
  groupings are intended to be imported by modules that model Layer 0
  optical Traffic Engineering (TE) configuration and state capabilities
  such as Wavelength Switched Optical Networks (WSONs) and Flexi-grid
  Dense Wavelength Division Multiplexing (DWDM) Networks.




The file can be obtained via
https://datatracker.ietf.org/doc/draft-ietf-ccamp-layer0-types/



No IPR declarations have been submitted directly on this I-D.




2020-09-16
06 Amy Vezza IESG state changed to In Last Call from Last Call Requested
2020-09-16
06 Deborah Brungard Last call was requested
2020-09-16
06 Deborah Brungard Ballot approval text was generated
2020-09-16
06 Deborah Brungard Ballot writeup was generated
2020-09-16
06 Deborah Brungard IESG state changed to Last Call Requested from Expert Review
2020-09-16
06 Deborah Brungard Last call announcement was changed
2020-08-12
06 Min Ye Request for Last Call review by RTGDIR Completed: Has Nits. Reviewer: Emmanuel Baccelli.
2020-07-28
06 Deborah Brungard RTG Dir reviewer: Emmanuel Baccelli
2020-07-28
06 Deborah Brungard IESG state changed to Expert Review from Publication Requested
2020-06-23
06 Luc André Burdet Request for Last Call review by RTGDIR is assigned to Emmanuel Baccelli
2020-06-23
06 Luc André Burdet Request for Last Call review by RTGDIR is assigned to Emmanuel Baccelli
2020-06-22
06 Deborah Brungard Requested Last Call review by RTGDIR
2020-06-08
06 Daniele Ceccarelli
As required by RFC 4858, this is the current template for the Document
Shepherd Write-Up. Changes are expected over time.

This version is dated …
As required by RFC 4858, this is the current template for the Document
Shepherd Write-Up. Changes are expected over time.

This version is dated 1 November 2019.

(1) What type of RFC is being requested (BCP, Proposed Standard, Internet Standard, Informational, Experimental, or Historic)? Why is this the proper type of RFC? Is this type of RFC indicated in the title page header?
Yes, Proposed Standard

(2) The IESG approval announcement includes a Document Announcement Write-Up. Please provide such a Document Announcement Write-Up. Recent examples can be found in the "Action" announcements for approved documents. The approval announcement contains the following sections:

Technical Summary:

This document defines a collection of common data types and groupings
  in the YANG data modeling language.  These derived common types and
  groupings are intended to be imported by modules that model Layer 0
  optical Traffic Engineering (TE) configuration and state capabilities
  such as Wavelength Switched Optical Networks (WSONs) and Flexi-grid
  Dense Wavelength Division Multiplexing (DWDM) Networks.

Working Group Summary:

Was there anything in WG process that is worth noting? For example, was there controversy about particular points or were there decisions where the consensus was particularly rough?
No issue. The working group and the chairs decided to exclude from the draft some parameters that are not yet fully stabilized (e.g. transponders) and focus only on the networking part. This will unlock a number of topology drafts. A new document including those parts will be submitted and eventually merged with this via an RFC-bis. The process was agreed with the OPS AD.

Document Quality:

Are there existing implementations of the protocol? Have a significant number of vendors indicated their plan to implement the specification? Are there any reviewers that merit special mention as having done a thorough review, e.g., one that resulted in important changes or a conclusion that the document had no substantive issues? If there was a MIB Doctor, YANG Doctor, Media Type or other expert review, what was its course (briefly)? In the case of a Media Type review, on what date was the request posted?
The document is supported by all the major vendors active in the working group. Moreover it was reviewed by the YANG Doctors twice. The first after WG adoption to check that the document was on the right path and the second one as part of preparation for last call.

Personnel:

Who is the Document Shepherd? Who is the Responsible Area Director?
Document Shepherd: Daniele Ceccarelli
Responsible AD: Deborah Brungard

(3) Briefly describe the review of this document that was performed by the Document Shepherd. If this version of the document is not ready for publication, please explain why the document is being forwarded to the IESG.
The document is ready for publication. Minor issues have been identified that can be resolved together with the post WG last call reviews.

(4) Does the document Shepherd have any concerns about the depth or breadth of the reviews that have been performed?
None

(5) Do portions of the document need review from a particular or from broader perspective, e.g., security, operational complexity, AAA, DNS, DHCP, XML, or internationalization? If so, describe the review that took place.
No

(6) Describe any specific concerns or issues that the Document Shepherd has with this document that the Responsible Area Director and/or the IESG should be aware of? For example, perhaps he or she is uncomfortable with certain parts of the document, or has concerns whether there really is a need for it. In any event, if the WG has discussed those issues and has indicated that it still wishes to advance the document, detail those concerns here.
No concerns or issues.

(7) Has each author confirmed that any and all appropriate IPR disclosures required for full conformance with the provisions of BCP 78 and BCP 79 have already been filed. If not, explain why?
Yes.

(8) Has an IPR disclosure been filed that references this document? If so, summarize any WG discussion and conclusion regarding the IPR disclosures.
None.

(9) How solid is the WG consensus behind this document? Does it represent the strong concurrence of a few individuals, with others being silent, or does the WG as a whole understand and agree with it?
Strong concurrence.

(10) Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarise the areas of conflict in separate email messages to the Responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.)
No one.

(11) Identify any ID nits the Document Shepherd has found in this document. (See http://www.ietf.org/tools/idnits/ and the Internet-Drafts Checklist). Boilerplate checks are not enough; this check needs to be thorough.
All fixed. Just one warning left on unused reference. The editor has been asked to fix them.

(12) Describe how the document meets any required formal review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.
YANG doctor review performed twice.

(13) Have all references within this document been identified as either normative or informative?
Yes

(14) Are there normative references to documents that are not ready for advancement or are otherwise in an unclear state? If such normative references exist, what is the plan for their completion?
No

(15) Are there downward normative references references (see RFC 3967)? If so, list these downward references to support the Area Director in the Last Call procedure.
None.

(16) Will publication of this document change the status of any existing RFCs? Are those RFCs listed on the title page header, listed in the abstract, and discussed in the introduction? If the RFCs are not listed in the Abstract and Introduction, explain why, and point to the part of the document where the relationship of this document to the other RFCs is discussed. If this information is not in the document, explain why the WG considers it unnecessary.
No.

(17) Describe the Document Shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all protocol extensions that the document makes are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that newly created IANA registries include a detailed specification of the initial contents for the registry, that allocations procedures for future registrations are defined, and a reasonable name for the new registry has been suggested (see RFC 8126).

The IANA section requests for the allocation of a URI from the IETF XML registry and a YANG module in the YANG module  names registry.

(18) List any new IANA registries that require Expert Review for future allocations. Provide any public guidance that the IESG would find useful in selecting the IANA Experts for these new registries.
The YANG doctor appointed to the review of the document is Robert Wilton (rwilton@cisco.com)

(19) Describe reviews and automated checks performed by the Document Shepherd to validate sections of the document written in a formal language, such as XML code, BNF rules, MIB definitions, YANG modules, etc.
Yang validation.

(20) If the document contains a YANG module, has the module been checked with any of the recommended validation tools (https://trac.ietf.org/trac/ops/wiki/yang-review-tools) for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in RFC8342?

Pyang reports 0 errors and 0 warnings
2020-06-08
06 Daniele Ceccarelli Responsible AD changed to Deborah Brungard
2020-06-08
06 Daniele Ceccarelli IETF WG state changed to Submitted to IESG for Publication from WG Document
2020-06-08
06 Daniele Ceccarelli IESG state changed to Publication Requested from I-D Exists
2020-06-08
06 Daniele Ceccarelli IESG process started in state Publication Requested
2020-06-08
06 Daniele Ceccarelli Changed consensus to Yes from Unknown
2020-06-08
06 Daniele Ceccarelli Intended Status changed to Proposed Standard from None
2020-06-08
06 Daniele Ceccarelli
As required by RFC 4858, this is the current template for the Document
Shepherd Write-Up. Changes are expected over time.

This version is dated …
As required by RFC 4858, this is the current template for the Document
Shepherd Write-Up. Changes are expected over time.

This version is dated 1 November 2019.

(1) What type of RFC is being requested (BCP, Proposed Standard, Internet Standard, Informational, Experimental, or Historic)? Why is this the proper type of RFC? Is this type of RFC indicated in the title page header?
Yes, Proposed Standard

(2) The IESG approval announcement includes a Document Announcement Write-Up. Please provide such a Document Announcement Write-Up. Recent examples can be found in the "Action" announcements for approved documents. The approval announcement contains the following sections:

Technical Summary:

This document defines a collection of common data types and groupings
  in the YANG data modeling language.  These derived common types and
  groupings are intended to be imported by modules that model Layer 0
  optical Traffic Engineering (TE) configuration and state capabilities
  such as Wavelength Switched Optical Networks (WSONs) and Flexi-grid
  Dense Wavelength Division Multiplexing (DWDM) Networks.

Working Group Summary:

Was there anything in WG process that is worth noting? For example, was there controversy about particular points or were there decisions where the consensus was particularly rough?
No issue. The working group and the chairs decided to exclude from the draft some parameters that are not yet fully stabilized (e.g. transponders) and focus only on the networking part. This will unlock a number of topology drafts. A new document including those parts will be submitted and eventually merged with this via an RFC-bis. The process was agreed with the OPS AD.

Document Quality:

Are there existing implementations of the protocol? Have a significant number of vendors indicated their plan to implement the specification? Are there any reviewers that merit special mention as having done a thorough review, e.g., one that resulted in important changes or a conclusion that the document had no substantive issues? If there was a MIB Doctor, YANG Doctor, Media Type or other expert review, what was its course (briefly)? In the case of a Media Type review, on what date was the request posted?
The document is supported by all the major vendors active in the working group. Moreover it was reviewed by the YANG Doctors twice. The first after WG adoption to check that the document was on the right path and the second one as part of preparation for last call.

Personnel:

Who is the Document Shepherd? Who is the Responsible Area Director?
Document Shepherd: Daniele Ceccarelli
Responsible AD: Deborah Brungard

(3) Briefly describe the review of this document that was performed by the Document Shepherd. If this version of the document is not ready for publication, please explain why the document is being forwarded to the IESG.
The document is ready for publication. Minor issues have been identified that can be resolved together with the post WG last call reviews.

(4) Does the document Shepherd have any concerns about the depth or breadth of the reviews that have been performed?
None

(5) Do portions of the document need review from a particular or from broader perspective, e.g., security, operational complexity, AAA, DNS, DHCP, XML, or internationalization? If so, describe the review that took place.
No

(6) Describe any specific concerns or issues that the Document Shepherd has with this document that the Responsible Area Director and/or the IESG should be aware of? For example, perhaps he or she is uncomfortable with certain parts of the document, or has concerns whether there really is a need for it. In any event, if the WG has discussed those issues and has indicated that it still wishes to advance the document, detail those concerns here.
No concerns or issues.

(7) Has each author confirmed that any and all appropriate IPR disclosures required for full conformance with the provisions of BCP 78 and BCP 79 have already been filed. If not, explain why?
Yes.

(8) Has an IPR disclosure been filed that references this document? If so, summarize any WG discussion and conclusion regarding the IPR disclosures.
None.

(9) How solid is the WG consensus behind this document? Does it represent the strong concurrence of a few individuals, with others being silent, or does the WG as a whole understand and agree with it?
Strong concurrence.

(10) Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarise the areas of conflict in separate email messages to the Responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.)
No one.

(11) Identify any ID nits the Document Shepherd has found in this document. (See http://www.ietf.org/tools/idnits/ and the Internet-Drafts Checklist). Boilerplate checks are not enough; this check needs to be thorough.
All fixed. Just one warning left on unused reference. The editor has been asked to fix them.

(12) Describe how the document meets any required formal review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.
YANG doctor review performed twice.

(13) Have all references within this document been identified as either normative or informative?
Yes

(14) Are there normative references to documents that are not ready for advancement or are otherwise in an unclear state? If such normative references exist, what is the plan for their completion?
No

(15) Are there downward normative references references (see RFC 3967)? If so, list these downward references to support the Area Director in the Last Call procedure.
None.

(16) Will publication of this document change the status of any existing RFCs? Are those RFCs listed on the title page header, listed in the abstract, and discussed in the introduction? If the RFCs are not listed in the Abstract and Introduction, explain why, and point to the part of the document where the relationship of this document to the other RFCs is discussed. If this information is not in the document, explain why the WG considers it unnecessary.
No.

(17) Describe the Document Shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all protocol extensions that the document makes are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that newly created IANA registries include a detailed specification of the initial contents for the registry, that allocations procedures for future registrations are defined, and a reasonable name for the new registry has been suggested (see RFC 8126).

The IANA section requests for the allocation of a URI from the IETF XML registry and a YANG module in the YANG module  names registry.

(18) List any new IANA registries that require Expert Review for future allocations. Provide any public guidance that the IESG would find useful in selecting the IANA Experts for these new registries.
The YANG doctor appointed to the review of the document is Robert Wilton (rwilton@cisco.com)

(19) Describe reviews and automated checks performed by the Document Shepherd to validate sections of the document written in a formal language, such as XML code, BNF rules, MIB definitions, YANG modules, etc.
Yang validation.

(20) If the document contains a YANG module, has the module been checked with any of the recommended validation tools (https://trac.ietf.org/trac/ops/wiki/yang-review-tools) for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in RFC8342?

Pyang reports 0 errors and 0 warnings
2020-06-08
06 Daniele Ceccarelli Notification list changed to Daniele Ceccarelli <daniele.ceccarelli@ericsson.com>
2020-06-08
06 Daniele Ceccarelli Document shepherd changed to Daniele Ceccarelli
2020-05-18
06 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-06.txt
2020-05-18
06 (System) New version approved
2020-05-18
06 (System) Request for posting confirmation emailed to previous authors: Haomian Zheng , Aihua Guo , Victor Lopezalvarez , Daniel King , Young Lee
2020-05-18
06 Haomian Zheng Uploaded new revision
2020-05-13
05 Daniele Ceccarelli Added to session: interim-2020-ccamp-01
2020-05-13
05 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-05.txt
2020-05-13
05 (System) New version approved
2020-05-13
05 (System) Request for posting confirmation emailed to previous authors: Haomian Zheng , Aihua Guo , Victor Lopezalvarez , Young Lee , Daniel King
2020-05-13
05 Haomian Zheng Uploaded new revision
2020-05-07
04 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-04.txt
2020-05-07
04 (System) New version approved
2020-05-07
04 (System) Request for posting confirmation emailed to previous authors: Aihua Guo , Daniel King , Victor Lopezalvarez , Haomian Zheng , Young Lee
2020-05-07
04 Haomian Zheng Uploaded new revision
2019-12-13
03 Robert Wilton Request for Last Call review by YANGDOCTORS Completed: Almost Ready. Reviewer: Robert Wilton. Sent review to list.
2019-11-28
03 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-03.txt
2019-11-28
03 (System) New version approved
2019-11-28
03 (System) Request for posting confirmation emailed to previous authors: ccamp-chairs@ietf.org, Haomian Zheng , Daniel King , Young Lee , Victor Lopezalvarez , Aihua Guo
2019-11-28
03 Haomian Zheng Uploaded new revision
2019-11-13
02 Mehmet Ersue Request for Last Call review by YANGDOCTORS is assigned to Robert Wilton
2019-11-13
02 Mehmet Ersue Request for Last Call review by YANGDOCTORS is assigned to Robert Wilton
2019-11-12
02 Daniele Ceccarelli Requested Last Call review by YANGDOCTORS
2019-10-17
02 Haomian Zheng New version available: draft-ietf-ccamp-layer0-types-02.txt
2019-10-17
02 (System) New version approved
2019-10-17
02 (System) Request for posting confirmation emailed to previous authors: ccamp-chairs@ietf.org, Aihua Guo , Dhruv Dhody , Daniel King , Young Lee , Victor Lopezalvarez
2019-10-17
02 Haomian Zheng Uploaded new revision
2019-07-25
01 Robert Wilton Request for Last Call review by YANGDOCTORS Completed: Ready with Nits. Reviewer: Robert Wilton. Sent review to list.
2019-06-19
01 Mehmet Ersue Request for Last Call review by YANGDOCTORS is assigned to Robert Wilton
2019-06-19
01 Mehmet Ersue Request for Last Call review by YANGDOCTORS is assigned to Robert Wilton
2019-06-19
01 Daniele Ceccarelli Requested Last Call review by YANGDOCTORS
2019-05-27
01 Young Lee New version available: draft-ietf-ccamp-layer0-types-01.txt
2019-05-27
01 (System) New version approved
2019-05-27
01 (System) Request for posting confirmation emailed to previous authors: ccamp-chairs@ietf.org, Dhruv Dhody , Daniel King , Aihua Guo , Young Lee , Victor Lopezalvarez
2019-05-27
01 Young Lee Uploaded new revision
2019-05-11
00 Young Lee New version available: draft-ietf-ccamp-layer0-types-00.txt
2019-05-11
00 (System) WG -00 approved
2019-05-10
00 Young Lee Set submitter to "Young Lee ", replaces to (none) and sent approval email to group chairs: ccamp-chairs@ietf.org
2019-05-10
00 Young Lee Uploaded new revision