Re: [Ibnemo] Defining a Common Model for intent
"Susan Hares" <shares@ndzh.com> Tue, 02 June 2015 21:51 UTC
Return-Path: <shares@ndzh.com>
X-Original-To: ibnemo@ietfa.amsl.com
Delivered-To: ibnemo@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id D33411B2F89
for <ibnemo@ietfa.amsl.com>; Tue, 2 Jun 2015 14:51:56 -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 VZPd2JJYtbUm for <ibnemo@ietfa.amsl.com>;
Tue, 2 Jun 2015 14:51:54 -0700 (PDT)
Received: from hickoryhill-consulting.com (hhc-web3.hickoryhill-consulting.com
[64.9.205.143]) by ietfa.amsl.com (Postfix) with ESMTP id EA5DB1B2F8A
for <ibnemo@ietf.org>; Tue, 2 Jun 2015 14:51:53 -0700 (PDT)
X-Default-Received-SPF: pass (skip=loggedin (res=PASS))
x-ip-name=184.157.80.157;
From: "Susan Hares" <shares@ndzh.com>
To: "'zhangyali \(D\)'" <zhangyali369@huawei.com>,
"'PEDRO ANDRES ARANDA GUTIERREZ'" <pedroa.aranda@telefonica.com>,
<nfvrg@irtf.org>
References: <010001d09b13$7b0e19f0$712a4dd0$@ndzh.com>
<D191EC7F.1D569%pedroa.aranda@telefonica.com>
<A747A0713F56294D8FBE33E5C6B8F581295110E3@szxeml513-mbx.china.huawei.com>
In-Reply-To: <A747A0713F56294D8FBE33E5C6B8F581295110E3@szxeml513-mbx.china.huawei.com>
Date: Tue, 2 Jun 2015 17:42:17 -0400
Message-ID: <00e101d09d7c$ff440de0$fdcc29a0$@ndzh.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_00E2_01D09D5B.78388860"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQFmUXpwBxWy/ToZog2PwFtky8zSWAILX45CAvh/oQaeRjakcA==
Content-Language: en-us
X-Authenticated-User: skh@ndzh.com
Archived-At: <http://mailarchive.ietf.org/arch/msg/ibnemo/5ZVO9bWlsXdy9evlNhbn1FN7_J4>
Cc: draft-xia-ibnemo-icim@tools.ietf.org, ibnemo@ietf.org
Subject: Re: [Ibnemo] Defining a Common Model for intent
X-BeenThere: ibnemo@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Discussion of Nemo,
an intent-based North Bound \(NB\) interface consisting of an
application protocol running over HTTP \(RESTful interfaces\) to exchange
intent-based primitives between applications and meta-controllers controlling
virtual network resources \(networks, storage, CPU\)." <ibnemo.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ibnemo>,
<mailto:ibnemo-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ibnemo/>
List-Help: <mailto:ibnemo-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ibnemo>,
<mailto:ibnemo-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2015 21:51:57 -0000
Yali:
When you state “So he can form his intent by rendering the upper customer’s intent”, I believe you are stating the the following:
a) The upper customer’s intent + context is passed down to the lower layer,
b) The pure intent + context – becomes the lower layer intent through some process.
Did I understand your comments? This would mean
customer intent == pure-intent + context == pure-intent + (layer n-1 intent + context)
How does this work practically?
Sue
From: zhangyali (D) [mailto:zhangyali369@huawei.com]
Sent: Monday, June 01, 2015 11:52 PM
To: PEDRO ANDRES ARANDA GUTIERREZ; Susan Hares; nfvrg@irtf.org
Cc: draft-xia-ibnemo-icim@tools.ietf.org; ibnemo@ietf.org
Subject: 答复: [Ibnemo] Defining a Common Model for intent
Hi Pedro,
Thanks for reviewing the draft and giving modification.
The question you have mentioned is a very important point for the abstraction of intent model. Maybe we can propose the transport market as a analogy.
1. A customer wants to transport his goods from A to B. So his intent is getting his goods from A to B without carrying about how to do it. Then his intent is transferred to the transportation system.
2. This system analyzes customer’s requirement, and choose a suitable way to complete the requirement. For example, the system choose truck as the means. So the intent of transportation system is transferring the goods with truck.
3. The driver of this truck analyze the path from A to B, and choose a most appropriate path to complete this order which will save more time. So the intent of driver may be transferring the goods with the least time. Then the driver will start the engine, step on the gas, etc.
>From this analogy, the ultimate effect is the same, namely, transfer the goods from A to B. But the specific intent of different roles has some differences which depends on user’ role, knowledge, responsibility, etc. For example, transportation system is responsible for transporting goods, and he know the various ways. So he can form his intent by rendering the upper customer’s intent.
Supposing we divide users into different layers according to the implementation series, users in upper layer expresses his intent as what he want without having the knowledge about how to do it. Then the how procedure will be transferred to what in the lower layer according to knowledge and context. These transfer procedure lead to the completion of requirement. Same with the example in draft. Although the ultimate effect is same, the focus is different which will bring out the differentiation of intent.
This is just my immature opinion about intent. Do you think the differentiation of intent to complete the same thing is important and reasonable?
Best Regards,
Yali
发件人: PEDRO ANDRES ARANDA GUTIERREZ [mailto:pedroa.aranda@telefonica.com]
发送时间: 2015年6月1日 17:15
收件人: Susan Hares; nfvrg@irtf.org
抄送: draft-xia-ibnemo-icim@tools.ietf.org; ibnemo@ietf.org
主题: Re: [Ibnemo] Defining a Common Model for intent
Hi,
A small clarification proposal for draft <https://datatracker.ietf.org/doc/draft-xia-ibnemo-icim/> https://datatracker.ietf.org/doc/draft-xia-ibnemo-icim/ .
In section 2.4, I would leave the following as a paragraph
For example, in the network area the intent of end-users could be
safe connectivity between two sites which a technology independent
and device independent requirement. For business-based network
designers, the network connectivity can be selected which is device-
independent but technology specific. An example of the business-based
technology is the L3VPN.
And change:
For network administrators, intent can be
specific operations on a set of devices such as configuring IP
addresses on network servers in a data center.
To
For network administrators, intent can be <new>defining a network topology like a router connected to a firewall, connected to a load balancer and this to two L2 networks where WWW servers sit or specifying the</new> operations on a set of devices such as configuring IP addresses on network servers in a data center.
Rationale behind this is again, that intent should be anything that is invariant and that expresses what a network operator/administrator may need to do, as opposed to how he would do that, i.e. The router is a HW device from vendor X or a virtual machine running a specific routing daemon over a given data-path implementation.
Best, /PA
---
Dr. Pedro A. Aranda Gutiérrez
Technology Exploration -
Network Innovation & Virtualisation
email: pedroa d0t aranda At telefonica d0t com
Telefónica, Investigación y Desarrollo
C/ D. Ramón de la Cruz,84
28006 Madrid, Spain
Fragen sind nicht da, um beantwortet zu werden.
Fragen sind da, um gestellt zu werden.
Georg Kreisler
_____
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
- [Ibnemo] Defining a Common Model for intent Susan Hares
- [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent zhangyali (D)
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… STUART VENTERS
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Romascanu, Dan (Dan)
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Tina TSOU
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… PEDRO ANDRES ARANDA GUTIERREZ
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… Xiayinben
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… Xiayinben
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- [Ibnemo] 答复: 答复: Defining a Common Model for inte… Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- [Ibnemo] 答复: 答复: Defining a Common Model for inte… Xiayinben
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: Defining a Common Model for inte… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] Defining a Common Model for intent PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… STUART VENTERS
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Natale, Bob
- Re: [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Mo… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Zhoutianran
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Bert Wijnen (IETF)
- [Ibnemo] 答复: 答复: [Sdn] Defining a Common Model fo… zhangyali (D)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… Bert Wijnen (IETF)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… PEDRO ANDRES ARANDA GUTIERREZ
- [Ibnemo] 答复: 答复: 答复: [Sdn] Defining a Common Mode… zhangyali (D)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… Bert Wijnen (IETF)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA