Re: [netmod] Schema Mount with Inline Type

Ladislav Lhotka <lhotka@nic.cz> Fri, 04 January 2019 12:51 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 6F22B12875B for <netmod@ietfa.amsl.com>; Fri, 4 Jan 2019 04:51:43 -0800 (PST)
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] 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 P73zTTapXW8K for <netmod@ietfa.amsl.com>; Fri, 4 Jan 2019 04:51:40 -0800 (PST)
Received: from trail.lhotka.name (trail.lhotka.name [77.48.224.143]) by ietfa.amsl.com (Postfix) with ESMTP id E23861277BB for <netmod@ietf.org>; Fri, 4 Jan 2019 04:51:39 -0800 (PST)
Received: by trail.lhotka.name (Postfix, from userid 109) id 3A4F21820191; Fri, 4 Jan 2019 13:51:34 +0100 (CET)
Received: from localhost (nat-2.nic.cz [217.31.205.2]) by trail.lhotka.name (Postfix) with ESMTPSA id 4A376182015B; Fri, 4 Jan 2019 13:51:31 +0100 (CET)
From: Ladislav Lhotka <lhotka@nic.cz>
To: Rohit R Ranade <rohitrranade@huawei.com>, "netmod@ietf.org" <netmod@ietf.org>
In-Reply-To: <991B70D8B4112A4699D5C00DDBBF878A6BCBEF10@dggeml530-mbs.china.huawei.com>
References: <991B70D8B4112A4699D5C00DDBBF878A6BCB50C7@dggeml530-mbs.china.huawei.com> <878t03duu9.fsf@nic.cz> <991B70D8B4112A4699D5C00DDBBF878A6BCBEF10@dggeml530-mbs.china.huawei.com>
Mail-Followup-To: Rohit R Ranade <rohitrranade@huawei.com>, "netmod\@ietf.org" <netmod@ietf.org>
Date: Fri, 04 Jan 2019 13:51:34 +0100
Message-ID: <8736q8io15.fsf@nic.cz>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/-uxHyuzR1KsIaV1JK0W279bkEH8>
Subject: Re: [netmod] Schema Mount with Inline Type
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 04 Jan 2019 12:51:43 -0000

Rohit R Ranade <rohitrranade@huawei.com> writes:

> Hi,
>
> I donot have a specific scenario as of now. But the scenario used in the draft is that a module which is mounted needs to refer to its parent-schema. I donot see how that is related to "mount point instances having shared-schema or different schema". 
>
> If we look at the LNE draft, I think it avoids the "parent-reference"
> by having a " bind-lne-name" which binds the interface to the LNE and
> also creates a "system" configuration for that interface inside the
> LNE instance. So the interface references inside the mount jail get
> resolved.

If I understand it correctly (maybe not), the "bind-lne-name" is used at
the level of Network Device to assign an interface to a configured
LNE. This information IMO is not meaningful inside the LNE itself. If it
is so, there is in fact no parent reference.

>
> So in future, if "inlined" schema needs to use parent-schema, it needs
> to use a "bind" mechanism to add entries from the module in
> parent-schema to the same module under mount-point ?

In my view, the inline case makes only sense in the split management
scenario where each mount jail is managed via a separate NC/RC
server. In this case it makes no sense to refer to data outside the
mount jail.

My standard complaint is that schema mount mixes up two rather different
concepts: the shared-schema case is a data modelling concept whereas the
inline case is more about combining instance data. This causes a lot of
complexity and confusion.

Lada

>
>
> -----Original Message-----
> From: Ladislav Lhotka [mailto:lhotka@nic.cz] 
> Sent: 02 January 2019 19:29
> To: Rohit R Ranade <rohitrranade@huawei.com>; netmod@ietf.org
> Subject: Re: [netmod] Schema Mount with Inline Type
>
> Hi Rohit,
>
> Rohit R Ranade <rohitrranade@huawei.com> writes:
>
>> Hi All,
>>
>>    module: ietf-yang-schema-mount
>>      +--ro schema-mounts
>>         +--ro namespace* [prefix]
>>         |  +--ro prefix    yang:yang-identifier
>>         |  +--ro uri?      inet:uri
>>         +--ro mount-point* [module label]
>>            +--ro module                 yang:yang-identifier
>>            +--ro label                  yang:yang-identifier
>>            +--ro config?                boolean
>>            +--ro (schema-ref)
>>               +--:(inline)
>>               |  +--ro inline!
>>               +--:(shared-schema)
>>                  +--ro shared-schema!
>>                     +--ro parent-reference*   yang:xpath1.0
>>
>> Any reason for not adding "parent-reference" for "inline" type ? What 
>> is the solution for the modules defined under such mount points to 
>> refer to parent schema ?
>
> The inline case was intentionally designed with an impenetrable "mount jail". Do you see any use case where parent references are needed and the "shared-schema" strategy cannot be used?
>
> Lada
>
>>
>> With Regards,
>> Rohit
>> _______________________________________________
>> netmod mailing list
>> netmod@ietf.org
>> https://www.ietf.org/mailman/listinfo/netmod
>
> --
> Ladislav Lhotka
> Head, CZ.NIC Labs
> PGP Key ID: 0xB8F92B08A9F76C67

-- 
Ladislav Lhotka
Head, CZ.NIC Labs
PGP Key ID: 0xB8F92B08A9F76C67