Update for tosca-nfv-profile

Slides:



Advertisements
Similar presentations
Proposal by CA Technologies, IBM, SAP, Vnomic
Advertisements

KAIST Computer Architecture Lab. The Effect of Multi-core on HPC Applications in Virtualized Systems Jaeung Han¹, Jeongseob Ahn¹, Changdae Kim¹, Youngjin.
Computer CPU BUS Memory VM Back Channel Memory BUS Node 1 Node 2 VM.
Memory Management in Linux (Chap. 8 in Understanding the Linux Kernel)
Docker Container Modeling Goals Goals (not requirements) Not proliferate Node Types for “Docker” 1.Consider modeling “Docker” as an (explicit) runtime.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Container Hierarchies and Related Issues
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
TOSCA Workloads with OpenStack Heat-Translator
TOSCA Monitoring Working Group Status Roger Dev August 10, 2015.
NETWORK CONNECTIVITY USE CASES AT CARRIER / SERVICE PROVIDERS CloudBand June 2014.
Software Component (Container + Containee) Software Component (Container + Containee) WebServer HostedOn Compute (Container) Compute (Container) Exploring.
BoF: Open NFV Orchestration using Tacker
TOSCA NFV Virtual Router Templates Sridhar Ramaswamy, Brocade Last update: Oct 12, 2015.
How TOSCA Adds Value in the NFV world
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
How TOSCA Adds Value in the NFV world
Project Tacker Open Platform for NFV Orchestration V1.1 / 02/16/16.
SDN-O LCM for Mercury Release Key Points and Overview
Mapping between NFV model and TOSCA
OPEN-O Modeling Directions (DRAFT 0.6)
Domino Release D Planning
NFV Updates Deepanshu Gautam.
VoLTE Use Case Proposal
VNFD and NSD modeling: Rel2 Thinh Nguyenphu, Nokia thinh
Deployment Flavour as VNF Capability: Alt1_r3
OASIS TOSCA Report for December ONAP Event
DF design as a node type.
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.
Nov, 2015 Howard Huang, Huawei Julien Zhang, ZTE
Capability issues Shitao li.
OASIS TOSCA Report for December ONAP Event
DF design as a node type (output by Chris and shitao)
TOSCA NFV profile: short vs long-term approach
DF design as a node type (output by Chris and shitao)
NFV & SDN adhoc Progress
Enhancements for Simple YAML Profile v1.2
Dynamic SFC from Tacker to incept specific traffic of VM
SwImageDesc Shitao li.
Remain issues
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.
DF design as a node type (output by Chris and shitao)
Deployment Flavour as VNF Capability: Alt1_r2
Discussion of Publishing CSD03 version of NFV Profile
NFV adhoc Shitao li.
Computer System Design Lecture 11
VDU proposal comparison
Open Source Projects Collaborations with ONAP
NFV adhoc Shitao li.
TOSCA v1.3 Deprecated Features and Non-Backward-Compatible Changes
NFV adhoc Shitao li.
Review #1 Intro stuff What is a database, 4 parts, 3 users, etc.
NSD model in ONAP service descriptors (draft7)
SDC BL and Titan overview
Latest Update on Gap Analysis of Openstack for DPACC
Latest Update on Gap Analysis of Openstack for DPACC
Presentation transcript:

Update for tosca-nfv-profile Shitao li (huawei)

tosca-nfv-profile Latest draft: tosca-nfv-v1.0-wd01-rev09 https://www.oasis-open.org/apps/org/workgroup/tosca/document.php?document_id=57669 Main features updated in this draft: Re-write the definition of tosca.nodes.nfv.VDU Add new capability and data types: tosca.capabilities.Compute.Container.Architecture tosca.datatypes.compute.Container.Architecture.CPUAllocation tosca.datatypes.compute.Container.Architecture.NUMA Add new properity “anti_spoof_protection” for CP node type maps to OpenStack Neutron’s port_security_enabled flag Add VNFD examples Delete high available related feature (requirement is not clear, the group decides to remove this feature from this version) Page 2

VDU definition tosca.nodes.nfv.VDU: derived_from: tosca.nodes.Root capabilities: nfv_compute: type: tosca.capabilities.Compute.Container.Architecture virtualbinding: type: tosca.capabilities.nfv.VirtualBindable monitoring_parameter: type: tosca.capabilities.nfv.Metric requirements:   Neither Software component node type nor Compute node type can fulfill the VDU requirements as defined in ETSI NFV. The VDU type will derived directly from tosca Root type. Add a new capability nfv_compute to fulfill the VDU requirement for virtual resources. Page 3

tosca.capabilities.Compute.Container.Architecture derived_from: tosca.capabilities.Container properties: mem_page_size: type: scalar-unit.size required: false constraints: - [normal, huge] cpu_allocation: type: tosca.datatypes.compute.Container.Architecture.CPUAllocation numa_nodes: type: map entry_schema: tosca.datatypes.compute.Container.Architecture.NUMA Name Required Type Constraints Description mem_page_size No string One of: small large any custom mem in MB Default: any Describe page size of the VM small page size is typically 4KB large page size is typically 2MB any page size maps to system default custom MB value: sets TLB size to this specific value cpu_allocation no CPUAllocation   Describes CPU allocation requirements like dedicated CPUs (cpu pinning), socket count, thread count, etc. numa_nodes map of NUMA Granular Non-Uniform Memory Access (NUMA) topology of vCPU and Memory across CPU sockets and memory banks. tosca.datatypes.compute.Container.Architecture.NUMA tosca.datatypes.compute.Container.Architecture.CPUAllocation Page 4

Examples from Openstack Tacker (provided by Sridhar from Brocade) Simple Virtual Router VNFD Template Multi-VDU Virtual Router VNFD Template Page 5

Decision Please consider tosca-nfv-v1.0-wd01-rev09 as the final candidate of CSD03 Page 6