Re: [I2rs-proto-dt] FW: Join WebEx meeting in progress: i2rs protocol design team

"Susan Hares" <shares@ndzh.com> Fri, 18 September 2015 16:55 UTC

Return-Path: <shares@ndzh.com>
X-Original-To: i2rs-proto-dt@ietfa.amsl.com
Delivered-To: i2rs-proto-dt@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 469871A6F28 for <i2rs-proto-dt@ietfa.amsl.com>; Fri, 18 Sep 2015 09:55:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.054
X-Spam-Level:
X-Spam-Status: No, score=-99.054 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DOS_OUTLOOK_TO_MX=2.845, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100] autolearn=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 6mgWhAyqOBIQ for <i2rs-proto-dt@ietfa.amsl.com>; Fri, 18 Sep 2015 09:55:36 -0700 (PDT)
Received: from hickoryhill-consulting.com (hhc-web3.hickoryhill-consulting.com [64.9.205.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEE141A6EFE for <i2rs-proto-dt@ietf.org>; Fri, 18 Sep 2015 09:55:35 -0700 (PDT)
X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=184.157.82.86;
From: Susan Hares <shares@ndzh.com>
To: 'Andy Bierman' <andy@yumaworks.com>
References: <188578508.8602.1442583821396.JavaMail.nobody@jva2tc215.webex.com> <000601d0f218$8b330d20$a1992760$@ndzh.com> <CABCOCHR080tt3jyt2w-di+CMdAvhFE_ga+MpQ3=Tr3GSsJETiQ@mail.gmail.com> <00ac01d0f229$8fc556c0$af500440$@ndzh.com> <CABCOCHR0kmarpW0SmKdO86xkDCS7ruZzGDY9KsFNStvawmXFxg@mail.gmail.com>
In-Reply-To: <CABCOCHR0kmarpW0SmKdO86xkDCS7ruZzGDY9KsFNStvawmXFxg@mail.gmail.com>
Date: Fri, 18 Sep 2015 12:55:31 -0400
Message-ID: <00f501d0f232$d4bbd2f0$7e3378d0$@ndzh.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F6_01D0F211.4DAD4030"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQI6WL3ISGel/2PgPSLBHyjKKJSm6gHCZCZdAQMO35IBifk4CAHTuX9VnT6anwA=
Content-Language: en-us
X-Authenticated-User: skh@ndzh.com
Archived-At: <http://mailarchive.ietf.org/arch/msg/i2rs-proto-dt/mMPHqcTvoDqg37KILJrh8POeVMw>
Cc: i2rs-proto-dt@ietf.org
Subject: Re: [I2rs-proto-dt] FW: Join WebEx meeting in progress: i2rs protocol design team
X-BeenThere: i2rs-proto-dt@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: I2RS protocol design team <i2rs-proto-dt.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/i2rs-proto-dt>, <mailto:i2rs-proto-dt-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/i2rs-proto-dt/>
List-Post: <mailto:i2rs-proto-dt@ietf.org>
List-Help: <mailto:i2rs-proto-dt-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/i2rs-proto-dt>, <mailto:i2rs-proto-dt-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Sep 2015 16:55:39 -0000

Andy: 

 

Thank you for the outline.  This will help. I will finish a kick start draft and turn this over to another author who will help you.  

 

Sue 

 

From: I2rs-proto-dt [mailto:i2rs-proto-dt-bounces@ietf.org] On Behalf Of Andy Bierman
Sent: Friday, September 18, 2015 12:52 PM
To: Susan Hares
Cc: i2rs-proto-dt@ietf.org
Subject: Re: [I2rs-proto-dt] FW: Join WebEx meeting in progress: i2rs protocol design team

 

Hi,

 

Here are the notes I have for the draft Kent and I were starting.

It is probably controversial, but perhaps useful for discussing some

details.

 

 

 

 


On document structure:

-------------------------------

 

1) Intro

2) Definition of intended config, applied config and

derived state for NETCONF/RESTCONF

3) Definition of ephemeral datastore for NETCONF/RESTCONF

4) YANG "ephemeral" statement

5) NETCONF protocol extensions for the ephemeral datastore

    -- defined as a NETCONF capability

6) RESTCONF protocol extensions for the ephemeral datastore

   -- defined as RESTCONF protocol capability

 

Notes on technical details

------------------------------------

 

 1) ephemeral datastore is never locked

 

 2) ephemeral datastore treated as N client panes

      - server picks how many clients it supports

      - multi-head support is optional since max-clients allowed to be 1;

 

  3) each client has a unique priority

 

   container i2rs-clients {

       leaf max-clients {

          config false;

          mandatory true;

          type uint32 {

            range "1 .. max";

          }

       }

       list i2rs-client {

          key name;

          unique priority;

          leaf name { ... }

          leaf priority { ... }

       }

    }

 

   If a client is not present in the i2rs-client list, then the worst priority

   value is assigned

 

   The best possible priority needs to be reserved for the system, or the

    protocol has to make a special case of system-set data

 

  4) each client writes into its own pane so there is no conflict

     within a pane;  Difference is really what the server retains from

     a partial or failed edit.  Should be OK to save nothing or save all (caching)

 

  5) a partial operation is one where some subset of the written data

      is not applied because of better priority for that node;  Only allowed

      if the error-option is stop-on-error or continue-on-error

 

   --> NETCONF stop-on-error and continue-on-error are not going

        to work.  There is no mandated processing order for edits

        Perhaps I2RS can force some processing order to support partial edits

        IMO, all-or-nothing is the only option that is interoperable.

 

    -->  NETCONF has no way of reporting which edits were accepted and which

          were rejected, for partial operations. Perhaps I2RS can add new error

         handling response data

 

    (BTW, all of this was removed from NETCONF (RFC 6241) because it was

    too complicated, and nobody implemented it because it was too complicated.

    I2RS WG should take note of that).

 

  6) caching is optional; a server may retain the pane for each client;

      if not supported then the pane never contains unaccepted data;

      i.e. the server will return an error and not retain the edit that caused

      the error; caching allows the server to apply lower priority data

      when higher priority data is removed

    

Not sure if examples should be in a separate appendix of mixed into

the normative text (like YANG RFC)

 

 

Andy

 

 

 

 

On Fri, Sep 18, 2015 at 8:49 AM, Susan Hares <shares@ndzh.com> wrote:

Andy:

 

I understand that Kent is very busy.  I proposed that I start off draft and hand it over to another one of the routing I2RS authors.   I will send out a draft early next week. 

 

Sue 

 

From: I2rs-proto-dt [mailto:i2rs-proto-dt-bounces@ietf.org] On Behalf Of Andy Bierman
Sent: Friday, September 18, 2015 11:12 AM
To: Susan Hares
Cc: i2rs-proto-dt@ietf.org
Subject: Re: [I2rs-proto-dt] FW: Join WebEx meeting in progress: i2rs protocol design team

 

Hi,

 

I have asked Kent to be the lead author on this draft,

but he does not have time.  I think a routing person should

be the main author.

 

The mechanics of editing an ephemeral datastore are somewhat

straight-forward. The overlap of priority-based dependencies

can cause problems.  Detecting those problems so nobody ever

puts a bad edit in the server will be extremely complicated and

the I2RS server could slow down 1000X just to validate all these corner-cases.

 

IMO it would be better if a routing person laid out the best operational options for routing,

and then a YANG expert can find the most optimal way to do that.

 

 

Andy

 

 

 

On Fri, Sep 18, 2015 at 6:47 AM, Susan Hares <shares@ndzh.com> wrote:

Hi all: 

 

This is the design team meeting number.   I will be on-line to discuss next-steps for 20 minutes.    Andy and Kent were going to work up text.   I’ve not seen any text from Andy or Kent.   My next steps are to work begin to work on text? 

 

Any  thoughts? 

 

Sue 

 

From: I2RS Working Group [mailto:messenger@webex.com] 
Sent: Friday, September 18, 2015 9:44 AM
To: shares@ndzh.com
Subject: Join WebEx meeting in progress: i2rs protocol design team

 




Hello, 


My WebEx meeting is in progress. 


Join me now from a browser, phone, or video conferencing system or application.

 


 

 


i2rs protocol design team 


Friday, September 18, 2015 


9:43 am  |  Eastern Daylight Time (New York, GMT-04:00)  |  1 hr 

 


 

 


 <https://ietf.webex.com/ietf/e.php?MTID=mc24852d4ea59aea3246ff757cf85255d> Join WebEx meeting 

 


Meeting number: 

645 703 803 


Meeting password:

proto.fun

 


 

 


Join by phone


1-877-668-4493 Call-in toll free number (US/Canada)


1-650-479-3208 Call-in toll number (US/Canada)


Access code: 645 703 803


 <http://www.webex.com/pdf/tollfree_restrictions.pdf> Toll-free calling restrictions

 


 

 


Can't join the meeting?  <https://ietf.webex.com/ietf/mc> Contact support. 

 


 

 


IMPORTANT NOTICE: Please note that this WebEx service allows audio and other information sent during the session to be recorded, which may be discoverable in a legal matter. By joining this session, you automatically consent to such recordings. If you do not consent to being recorded, discuss your concerns with the host or do not join the session.

 


_______________________________________________
I2rs-proto-dt mailing list
I2rs-proto-dt@ietf.org
https://www.ietf.org/mailman/listinfo/i2rs-proto-dt