Re: [netmod] compact versus iterative representation of the overall schema

Ladislav Lhotka <lhotka@nic.cz> Mon, 23 May 2016 13:43 UTC

Return-Path: <lhotka@nic.cz>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 857AB12D199 for <netmod@ietfa.amsl.com>; Mon, 23 May 2016 06:43:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.426
X-Spam-Level:
X-Spam-Status: No, score=-8.426 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.426] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
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 hZRtGtJQT6mH for <netmod@ietfa.amsl.com>; Mon, 23 May 2016 06:43:36 -0700 (PDT)
Received: from mail.nic.cz (mail.nic.cz [IPv6:2001:1488:800:400::400]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 72B0E12B034 for <netmod@ietf.org>; Mon, 23 May 2016 06:43:36 -0700 (PDT)
Received: from [IPv6:2001:718:1a02:1:19c4:f68e:489c:53ba] (unknown [IPv6:2001:718:1a02:1:19c4:f68e:489c:53ba]) by mail.nic.cz (Postfix) with ESMTPSA id 21EF5612C9; Mon, 23 May 2016 15:43:35 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1464011015; bh=Cblof6gRYf+DfxhL5wUS/E5wQ35SDBk7aG3iwJCI7d0=; h=From:Date:To; b=l5orYaXurKYCyNl5JBnZBmwQZacgvnQ83bHl7kS/HpceB+yJlYihGiU6nd3GuXHE7 L8YyeBJlkND8yeilmyWLfSyzrEks1vAFwhlD0eixhfDjsQ9kEegR/hpXwHfLmx3yXC kJ191rTIsF0C8H47ZKG1a39liUFVzgwie5MSlN4A=
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
From: Ladislav Lhotka <lhotka@nic.cz>
In-Reply-To: <5742F7FB.4040803@labn.net>
Date: Mon, 23 May 2016 15:43:37 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <22C4E267-E883-4909-A824-DB742B9F63A4@nic.cz>
References: <m2y48q96f4.fsf@nic.cz> <5742F7FB.4040803@labn.net>
To: Lou Berger <lberger@labn.net>
X-Mailer: Apple Mail (2.3124)
X-Virus-Scanned: clamav-milter 0.98.7 at mail
X-Virus-Status: Clean
Archived-At: <http://mailarchive.ietf.org/arch/msg/netmod/ERPiRfK0PhAETkJSGk9B6PF47rc>
Cc: netmod@ietf.org
Subject: Re: [netmod] compact versus iterative representation of the overall schema
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2016 13:43:38 -0000

> On 23 May 2016, at 14:30, Lou Berger <lberger@labn.net> wrote:
> 
> Hi Lada,
>    I looks like no one really jumped on this one -- so better late than
> never ...
> 
> When looking at the question below, we should consider the uses cases. 
> I'm particularity interested (as a contributor) in the use case of
> nested mounts (NIs mounted within LNEs), as well as the case if  models
> that will only permit mounting of specific other models vs generically
> mounting any model.
> 
> On 4/6/2016 10:07 AM, Ladislav Lhotka wrote:
>> Hi,
>> 
>> with a schema mount mechanism in place, there are two different options
>> for constructing the overall schema (their combinations are possible,
>> too):
>> 
>> 1. Define schema mount as an extension of YANG library so that it
>> defines YANG modules, revisions, features and deviations as before but
>> also the way how they are combined into a hierarchical structure of
>> schemas.
> 
> I think this only makes sense if this is scoped in some way.  For
> example, with LNEs, the parent/host server may not have visibility into
> the mounted models, (see draft-rtgyangdt-rtgwg-lne-model).  And even if

As I understand it, schema-mount is about accessing the LNE models from the parent/host management interface. I believe the real question is whether we want to allow the schema to dynamically change at run time and possibly throw in new modules that the client never heard of. #2 can do it while #1 can't. I am not sure though whether the LNE model really requires something like this.

> does, you have to consider the cases of mounted models contained within
> mounted models.

This is possible either way, provided that the complete schema is known upfront.

> 
>> 
>> 2. Apart from YANG Library data, the server just specifies the mount
>> points. A client of an NM protocol is expected to fetch a new instance
>> of YANG library and/or subordinate mount points as state data from a
>> well-known location under each mount point.
> 
> I think this depends on the use case.  For LNEs, I think this is right. 
> For some of the other possible use cases being discussed only a specific
> model can be mounted.

I guess I need some example scenarios demonstrating that #1 cannot be used for LNE.

Lada 

> 
>> I think that #1 should be available (alone or along with #2) because
>> there are cases when YANG is used as a data modelling language outside
>> the context of a NM protocol – Eliot Lear's MUD presentation is one
>> example.
> 
> I think we (the rtg yang arch dt) had envisioned  something closer to
> 2.  And as you say, an approach that also includes a properly scoped 1
> is possible.
> 
> Lou
> 
>> Lada
>> 
> 
> 

--
Ladislav Lhotka, CZ.NIC Labs
PGP Key ID: E74E8C0C