OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 答复: [tosca] 答复: InstantiationLevel discussion paper


Hi  all


     is the concern same with TOSCA-Instance-Model?

    There is a document:    "http://docs.oasis-open.org/tosca/TOSCA-Instance-Model/v1.0/TOSCA-Instance-Model-v1.0.html".


BR

Maopeng

?????欢
??欢浜猴?Lishitao <lishitao@huawei.com>
?朵欢浜猴?Chris Lauwers <lauwers@ubicity.com>Arturo Martin De Nicolas <arturo.martin-de-nicolas@ericsson.com>claude.noshpitz@att.com <claude.noshpitz@att.com>Matthew Rutkowski (mrutkows@us.ibm.com) <mrutkows@us.ibm.com>Priya T G <priya.g@netcracker.com>Nguyenphu, Thinh(Nokia - US/Irving) (thinh.nguyenphu@nokia.com) <thinh.nguyenphu@nokia.com>tosca@lists.oasis-open.org <tosca@lists.oasis-open.org>
??€?汉锛?/strong>Calin Curescu <calin.curescu@ericsson.com>
????锛?/strong>2018骞?3??6??10:29
涓?棰?锛?/strong>[tosca] 绛??: InstantiationLevel discussion paper

Hi Chris and Arturo

 

I think Chris has pointed out some interesting and important issues for the multiple instances design. I agree we need to take this as one of the high priority feature to be support  in v1.3.

 

Regards

shitao

 

??欢浜?span lang="EN-US">: Chris Lauwers [mailto:lauwers@ubicity.com]
??€????span lang="EN-US">: 2018骞?span lang="EN-US">3??span lang="EN-US">24??span lang="EN-US">  2:12
?朵欢浜?span lang="EN-US">: Arturo Martin De Nicolas <arturo.martin-de-nicolas@ericsson.com>; claude.noshpitz@att.com; Matthew Rutkowski (mrutkows@us.ibm.com) <mrutkows@us.ibm.com>; Lishitao <lishitao@huawei.com>; Priya T  G <priya.g@netcracker.com>; Nguyenphu, Thinh (Nokia - US/Irving) (thinh.nguyenphu@nokia.com) <thinh.nguyenphu@nokia.com>; tosca@lists.oasis-open.org
??€?span lang="EN-US">: Calin Curescu <calin.curescu@ericsson.com>
涓婚?: RE: InstantiationLevel discussion paper

 

Hi Arturo,

 

Thanks for putting this together. We??l use it as the basis for further discussion.

 

Comments in-line:

 

From: Arturo Martin De Nicolas [mailto:arturo.martin-de-nicolas@ericsson.com]
Sent: Monday, March 19, 2018 10:01 AM
To: claude.noshpitz@att.com; Matthew Rutkowski (mrutkows@us.ibm.com) <mrutkows@us.ibm.com>; Chris Lauwers <lauwers@ubicity.com>;  Lishitao <lishitao@huawei.com>; Priya T G <priya.g@netcracker.com>; Nguyenphu, Thinh (Nokia - US/Irving) (thinh.nguyenphu@nokia.com)  <thinh.nguyenphu@nokia.com>; tosca@lists.oasis-open.org
Cc: Calin Curescu <calin.curescu@ericsson.com>
Subject: InstantiationLevel discussion paper

 

Hello all,

 

As already discussed,  there is no clear equivalent to the NFV instantiation level in the TOSCA Simple Profile in YAML (i.e. a property that indicates how many instances of each node template  should be instantiated at deployment of the service template). I think this is a candidate feature for 1.3.

 

Yes, there is currently no language support for allowing the same node template to be instantiated multiple times. Your proposal circumvents this by making it the responsibility of the ??reate??operation  to create multiple instances (based on the instantiation level data structure). While this will work, it means that the orchestrator (and any ongoing operational management systems) has no knowledge of the individual instances.

 

I fully support your suggestion that we should address this in Version 1.3. You have previously proposed to support the ??ccurrences??keyname in node templates. This is likely the correct starting  point, but we need to think through the implications on the rest of the topology template. Specifically:

 

??span style="font:7.0pt "Times New Roman"">         If node template A supports multiple occurrences, and node template B supports multiple occurrences, and we have a relationship between A and B, what is the desired cardinality of the relationship  between A and B? Full mesh from all instances of A to all instances of B? Single relationship between one instance of A and one instance of B? What if A and B don?? have the same number of occurrences? We need to document the various use cases and then decide  which grammar is required to create those use cases.

??span style="font:7.0pt "Times New Roman"">         If node template A supports multiple occurrences, and some of A?? properties are initialized using get_input statements, how do we specify that a list of values must be provided for each  named input? How do we specify which value in that list goes to which instance of A?

??span style="font:7.0pt "Times New Roman"">         If node template A supports multiple occurrences, and node template B uses a { get_property, [A, <property_of_A> ] }, then which specific instance of A will be used in the corresponding  property value of B?

??span style="font:7.0pt "Times New Roman"">         If node template A supports multiple occurrences, and node template A is ??ealized??through substitution mapping, do we need any extensions to the substitution _mapping grammar to accommodate  this?

 

I?? sure there are other potential issues, but we can start with these.

 

I have uploaded a discussion paper related to this issue. The intention of the paper is not to propose a solution for 1.3, but something that ETSI NFV could use in the meantime, using the mechanisms  available in YAML 1.1 or 1.2.

 

One of the concerns you point out is that, independent of multiple occurrences, the get_property syntax can get cumbersome when complex data types are used. I?? not sure that this is necessarily  a problem, but I agree that we need to do a better job of clarifying what the appropriate syntax is for various scenarios that involve list, map, or complex data. Specifically:

 

??span style="font:7.0pt "Times New Roman"">         For properties of type list, how do we specify the index of a specific entry in the list?

??span style="font:7.0pt "Times New Roman"">         For properties of type map, how do we specify the entry that corresponds to a specific key value

??span style="font:7.0pt "Times New Roman"">         For multiple instances of a requirement, how do we specify the index of a specific requirement instance in the list

??span style="font:7.0pt "Times New Roman"">         It is currently not possible to use get_property to retrieve property values of relationships

 

As the instantiationLevel is a complex type and there is a need to pass information from one node template to another, the grammar becomes unclear. I am looking for advice if this may be a base  for a solution.

 

The mechanism for passing information from one node template to another is through the ??ubstitution_mapping??grammar. I agree, that this grammar can get confusing, since in the v1.2 spec we??e overloading  this grammar for two completely different purposes:

 

1.       Mapping: specify how properties, attributes, capabilities, requirements, and interfaces from one node template are mapped to corresponding  entities in a substituting service template.

2.       Matching: when the orchestrator finds multiple service templates that can be used to substitute a node template, how does the orchestrator  select the best match?

 

The examples in Chapter 14 do not properly highlight these two purposes. I strongly believe we need to more clearly separate them. In my opinion, substitution mapping grammar should be used exclusively  to specify the intended mappings. Different grammar should then be used to drive matching. Since we use node filters in other parts of the spec for similar purposes, I suggest we investigate the use of node filters to guide matching decisions when multiple  possible substituting template are found.

 

Claude and Matt, is it possible to add this discussion to the agenda for tomorrow?? meeting?

 

TOSCA_InstantiationLevel_Discussion.docx

 

Best regards,

Arturo

 

 

Chris

 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]