[netmod] YANG module for yangcatalog.org

Benoit Claise <bclaise@cisco.com> Mon, 03 July 2017 20:59 UTC

Return-Path: <bclaise@cisco.com>
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 A9870128B4E for <netmod@ietfa.amsl.com>; Mon, 3 Jul 2017 13:59:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.502
X-Spam-Level:
X-Spam-Status: No, score=-14.502 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=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.com
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 Kpvuf2K5xHzE for <netmod@ietfa.amsl.com>; Mon, 3 Jul 2017 13:59:53 -0700 (PDT)
Received: from aer-iport-2.cisco.com (aer-iport-2.cisco.com [173.38.203.52]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1368126B72 for <netmod@ietf.org>; Mon, 3 Jul 2017 13:59:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=710; q=dns/txt; s=iport; t=1499115592; x=1500325192; h=to:cc:from:subject:message-id:date:mime-version: content-transfer-encoding; bh=q7SjMD5/22ZTPE0fz1MP3KJIVbvkATphAvSnlUG/29E=; b=RUh4ZBw1tILIQhRI+qLqe/Q7Nk2B9e3LTk2jdMy26CFLkIlsTxTk+Cf6 xojJlV9n428wYmbRrLUupeClvbWvQFpjYdexDGSYyuH85d7bNSB5YkeEe rtKBtjyRUMzV6RqibANe4I6x83lpka+a0Vy1lSuThSoS+xahnAojfxptu 8=;
X-IronPort-AV: E=Sophos;i="5.40,305,1496102400"; d="scan'208";a="653004814"
Received: from aer-iport-nat.cisco.com (HELO aer-core-3.cisco.com) ([173.38.203.22]) by aer-iport-2.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 20:59:51 +0000
Received: from [10.55.221.38] (ams-bclaise-nitro5.cisco.com [10.55.221.38]) by aer-core-3.cisco.com (8.14.5/8.14.5) with ESMTP id v63KxpZx006175; Mon, 3 Jul 2017 20:59:51 GMT
To: NETMOD Working Group <netmod@ietf.org>
Cc: "Joe Clarke (jclarke)" <jclarke@cisco.com>
From: Benoit Claise <bclaise@cisco.com>
Message-ID: <3ccf94c2-2a45-e92b-7b89-b7bd02e1f353@cisco.com>
Date: Mon, 03 Jul 2017 22:59:50 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/MZAKtfaQyb75-4SA5SY3q4SRBS0>
Subject: [netmod] YANG module for yangcatalog.org
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.22
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, 03 Jul 2017 20:59:54 -0000

Dear all,

Here is the YANG module behind the yangcatalog.org.
See https://datatracker.ietf.org/doc/draft-clacla-netmod-model-catalog/

While implementing the catalog and tools at yangcatalog.org, we 
initially looked at the "Catalog and registry for YANG models" 
[I-D.openconfig-netmod-model-catalog] as a starting point but we quickly 
realized that the objectives were different.
In the draft, we documented our experience, based on our implementation.
This YANG module will generate APIs to populate the catalog (work to be 
validated during the IETF hackathon).
We expect this document to be a living document, as the YANG catalog 
functionality and code evolve.

Regards, Joe and Benoit