Re: [yang-doctors] Unsupported schema tree w/ cyclic dependencies + schema node identifier clarification

Martin Bjorklund <mbj@tail-f.com> Fri, 22 March 2019 09:14 UTC

Return-Path: <mbj@tail-f.com>
X-Original-To: yang-doctors@ietfa.amsl.com
Delivered-To: yang-doctors@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 58733130EC2 for <yang-doctors@ietfa.amsl.com>; Fri, 22 Mar 2019 02:14:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nXL0joYo5SoW for <yang-doctors@ietfa.amsl.com>; Fri, 22 Mar 2019 02:14:09 -0700 (PDT)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id CB024130EC1 for <yang-doctors@ietf.org>; Fri, 22 Mar 2019 02:14:08 -0700 (PDT)
Received: from localhost (h-4-215.A165.priv.bahnhof.se [158.174.4.215]) by mail.tail-f.com (Postfix) with ESMTPSA id 501C11AE00A0; Fri, 22 Mar 2019 10:14:06 +0100 (CET)
Date: Fri, 22 Mar 2019 10:14:06 +0100
Message-Id: <20190322.101406.1388195451706941171.mbj@tail-f.com>
To: exa@arrcus.com
Cc: yang-doctors@ietf.org
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <20190322001243.qek4neyeee4ezspl@localhost>
References: <20190322001243.qek4neyeee4ezspl@localhost>
X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/yang-doctors/GT_ptHg6xQeHVM3TRzSubxCgP6k>
Subject: Re: [yang-doctors] Unsupported schema tree w/ cyclic dependencies + schema node identifier clarification
X-BeenThere: yang-doctors@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Email list of the yang-doctors directorate <yang-doctors.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/yang-doctors/>
List-Post: <mailto:yang-doctors@ietf.org>
List-Help: <mailto:yang-doctors-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Mar 2019 09:14:11 -0000

Hi,

Ebben Aries <exa@arrcus.com> wrote:
> I have a few questions for the group that have surely come up before...
> but maybe I'm missing something...
> 
> 1. How to handle cases where you only support a non-schema tree portion
> of a module where other non-schema statements have a cyclic dependency
> back to the schema tree

Is this a separate question from 2 below?  If so, I don't understand
the question.  If it the same, please see below.

> 2. Schema Node Identifier wording in RFC7950
> 
> 
> For #1, Let's say you have module A that imports module B for use of an
> identity.  Let's call the use of this an identityref to 'base b:foo'
> 
> Module B contains typedefs, identities and schema tree and the
> implementation prefers to deviate the schema tree completely as
> 'not-supported' but needs to support this model for resolving imports
> and use of identities only (e.g. module A).

The server would advertise module B as conformance-type = import in
the YANG library.

> However if any of the typedefs in module B have leafrefs to it's own
> schema tree, you cannot deviate the entire tree as this breaks the
> contained leafref.

I don't think there's an issue here.  If a server doesn't implement
the target of a leafref in a typedef, it also cannot implement any
leaf that uses this typedef.  The typedef itself is not a problem.



/martin


> Since you cannot deviate on anything other than schema tree nodes [See
> #2] (e.g. the typedef) and module A is using an unrelated identity, this
> poses a bit of an issue (Assume you must not alter/deviate module A
> directly)
> 
> Now, this makes me think that for this to not happen, a best practice
> would be to always separate out identities, typedefs, etc.. from where
> schema trees are defined for such very cases (e.g. types modules) ....
> or introduce a method to be able to deviate non-schema tree nodes as
> such
> 
> ** ietf-interfaces is one such module where you can see the
> interface-ref/interface-state-ref dependencies back to it's own schema
> tree
> 
> For #2 - The wording around the deviation statement's target node in
> 7.20.3 specifies that this be a node in the schema tree as referenced by
> Section 6.5.  Maybe I'm missing something but I'm not seeing any
> wording around RPCs and Notifications as being part of the schema tree
> whereas other statements such as 'typedefs' are not.  As a side effect,
> this means that an RPC, Notification or top-level node in the schema
> tree cannot have the same name and must remain unique in nomenclature
> (as this is how they are each identified per their schema node
> identifier)
> 
> /ebben
> 
> _______________________________________________
> yang-doctors mailing list
> yang-doctors@ietf.org
> https://www.ietf.org/mailman/listinfo/yang-doctors
>