DF design as a node type.

Slides:



Advertisements
Similar presentations
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
Advertisements

TOSCA Workloads with OpenStack Heat-Translator
Proposal by CA Technologies, IBM, SAP, Vnomic
TOSCA Monitoring Working Group Status Roger Dev June 17, 2015.
NETWORK CONNECTIVITY USE CASES AT CARRIER / SERVICE PROVIDERS CloudBand June 2014.
TOSCA NFV Virtual Router Templates Sridhar Ramaswamy, Brocade Last update: Oct 12, 2015.
TOSCA Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard OASIS TOSCA presentation to ETSI NFV Information Modelling Workshop.
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
NETWORK CONNECTIVITY USE CASES AT CARRIER / SERVICE PROVIDERS CloudBand June 2014.
How TOSCA Adds Value in NFV world
1.4 Identity and Equality Properties The sum of any number and 0 is equal to the number. So, 0 is called the additive identity. a + 0 = 0 + a = a
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
TOSCA Orchestration and Management in OpenStack
TOSCA v1.0 Figures. Definition of building blocks for services … along with the implementation artifacts for manageability operations … and the definition.
Instance Model Considerations Instance Model Objectives Provide complete representation of the state of a TOSCA service template deployment.
Update for tosca-nfv-profile
SDN-O LCM for Mercury Release Key Points and Overview
Mapping between NFV model and TOSCA
ETSI NSD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
Domino Release D Planning
NFV Updates Deepanshu Gautam.
How TOSCA Adds Value in the NFV world
VNFD and NSD modeling: Rel2 Thinh Nguyenphu, Nokia thinh
Workflow-Instance Model Interaction
Deployment Flavour as VNF Capability: Alt1_r3
ETSI NSD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
Approach to finalize the TOSCA NFV profile
OASIS TOSCA Report for December ONAP Event
TOSCA Namespaces for tosca-nfv-profile
Overview and update for 2. Multi-SDO workshop
Deployment Flavor Model – Challenges and Emerging trends for ONAP adaptation Priya TG, NetCracker Technology.
OASIS TOSCA Report for December ONAP Modeling Workshop
NSD modeling: Rel2 Nagesha Subramanya nagesha.
Overview and update for 2. Multi-SDO workshop
TOSCA Matching Or how the orchestrator provides implementation for abstract nodes or dangling requirements.
Network Service Model with TOSCA yaml
Nov, 2015 Howard Huang, Huawei Julien Zhang, ZTE
OASIS TOSCA Report for December ONAP Event
Isasku, Srini, Alex, Ramki, Seshu, Bin Hu, Munish, Gil, Victor
DF design as a node type (output by Chris and shitao)
DF design as a node type (output by Chris and shitao)
Enhancements for Simple YAML Profile v1.2
Artifact Properties Use cases and Examples to demonstrate the need of artifact properties July 2018.
TOSCA Namespaces Explained
SwImageDesc Shitao li.
Field Mapper Julian Ramirez February 5, 2015.
Remain issues
“Deployment Flavor” Concept Desired End-Goal
TOSCA Namespaces for tosca-nfv-profile
Instance Model Structure
Enhancements for Property function Tosca Simple Profile in YAML v1.2
IFA007: VNF LCM The Or-Vnfm reference point is used for exchanges between Network Functions Virtualization Orchestrator (NFVO) and Virtualized Network.
ONAP modeling report shitao.
VDU proposal comparison
VNFD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
New VDU model proposal.
TOSCA v1.0 Figures.
DF design as a node type (output by Chris and shitao)
Deployment Flavour as VNF Capability: Alt1_r2
NFV adhoc Shitao li.
VDU proposal comparison
TOSCA Simple Profile for YAML: Changes proposed for 1.3 release
Open Source Projects Collaborations with ONAP
TOSCA v1.3 Enhancements February 21, 2019.
NFV adhoc Shitao li.
TOSCA v1.3 Deprecated Features and Non-Backward-Compatible Changes
NFV adhoc Shitao li.
Task 55 Scope – TOSCA Profile
TOSCA Orchestration Paradigm
Presentation transcript:

DF design as a node type

Overview: multiple DFs with TOSCA_matching Matching rules: First, the node type of DF in the VNFD service template matchs the one defined in substitution mapping of lower level DF service template. Second, the matching is based on the flavour_ID property DF_1 service template VDU_1 VDU_2 Substitution mapping node_type: tosca.nodes.nfv.df.DF_example properties: flavour_id: flavour1 VNFD service template TOSCA_matching DF node template DF: type:tosca.nodes.nfv.df.DF_example properties: flavour_ID: get_input: flavour_ID VL_1 or DF_2 service template VDU_1 VDU_2 VDU_3 TOSCA_matching The first matching rule is the normal substitution mapping, since there are multiple DFs for a VNFD, the type of the DF node template in the VNFD service template will map to two DF service templates (DF_1 and DF_2). The second matching rule is based on the node filters matching as defined in tosca-simple-profile-yaml-v1.2, which the value constraint of flavour_ID property of the DF node template in the VNFD service template shall match to the flavour_ID property of one of the DF service template defined in the substitution mapping part. Substitution mapping node_type: tosca.nodes.nfv.df.DF_example properties: flavour_id: flavour2 VL_1

Overview: single DF design DF_1 service template VDU_1 VDU_2 Substitution mapping node_type: tosca.nodes.nfv.df.DF_example #properties: #flavour_id: flavour1 VNFD service template mapping DF node template DF: type:tosca.nodes.nfv.df.DF_example #properties: #flavour_ID: flavour_1 VL_1 or If there is only one DF in a VNFD, only the substitution_mapping mechanism to map the DF service template and the VNFD service template is applied. The type of the DF node template in VNFD service template will only map to one DF service template. In this case, tosca-simple-profile-yaml v1.0 or v 1.1 is enough to be used for the VNFD design and parse.

Deployment flavour service template design DF_1 service template Policy? VDU_1 VDU_2 workflow? VL_1 Group capability Policy?