TOSCA Simple Profile for YAML: Changes proposed for 1.3 release

Slides:



Advertisements
Similar presentations
Software Engineering CSE470: Requirements Analysis 1 Requirements Analysis Defining the WHAT.
Advertisements

TOSCA Workloads with OpenStack Heat-Translator
Topics Covered: Software requirement specification(SRS) Software requirement specification(SRS) Authors of SRS Authors of SRS Need of SRS Need of SRS.
Approaching a Problem Where do we start? How do we proceed?
By Rick Freeman THE HEALTHCARE INNOVATION ECOSYSTEM HiMSS 2015 & Development Sandboxes Update President & Founder iSalus Consulting June 19, 2015.
Machine to Machine Interface Update 1 Machine-to-Machine Interface Update January 10, 2007 Daryl Shing.
Requirements as Usecases Capturing the REQUIREMENT ANALYSIS DESIGN IMPLEMENTATION TEST.
2013 Regional Training Day 1 Presenter: Anita Luce Helping you move faster!
16/11/ Semantic Web Services Language Requirements Presenter: Emilia Cimpian
WP8 – Assessment of emerging technologies EuroVO-AIDA – First periodic review – 24 April 2009 Françoise Genova, Project Coordinator WP8 Assessment of emerging.
How TOSCA Adds Value in NFV world
Dillon: CSE470: ANALYSIS1 Requirements l Specify functionality »model objects and resources »model behavior l Specify data interfaces »type, quantity,
TOSCA v1.0 Figures. Definition of building blocks for services … along with the implementation artifacts for manageability operations … and the definition.
Model Checking Early Requirements Specifications in Tropos Presented by Chin-Yi Tsai.
Instance Model Considerations Instance Model Objectives Provide complete representation of the state of a TOSCA service template deployment.
SDN-O LCM for Mercury Release Key Points and Overview
ONAP and MEF LSO External API Framework Functional Reference Architecture 12 July 2017 Andy Mayer, Ph.D. © 2016 AT&T Intellectual Property. All rights.
Business rules.
ONAP SDC VoLTE Model Support
Defining ONAP VNF Package Model
ONF presentations to ETSI NFV Info Modelling Industry Status ONF Modeling Update 29 March 2016 Note that some points are related to the Multi-SDO Issues.
Policy-oriented Enterprise Management for SAP Business Modeling
ETSI NFV: IFA & SOL specifications list
VNF Package CSAR for ONAP Release 2 – adding Telco grade features Andrei Kojukhov, PhD, Amdocs Oct 6, 2017.
VoLTE VNF Descriptor gaps
OPEN-O Modeling Directions (DRAFT 0)
ONAP SDC TOSCA Import Gap Analysis
SysML v2 Formalism: Requirements & Benefits
NFV Updates Deepanshu Gautam.
ONAP Integration Through Information and Data Modeling
17 Dec 2015 Bryan Sullivan, AT&T
VNFD and NSD modeling: Rel2 Thinh Nguyenphu, Nokia thinh
Approach to finalize the TOSCA NFV profile
OASIS TOSCA Report for December ONAP Event
Clarification of CSAR format Thinh Nguyenphu, Nokia thinh
TOSCA Namespaces for tosca-nfv-profile
Critical issues with TOSCA NFV profile direction
DF design as a node type.
Deployment Flavor Model – Challenges and Emerging trends for ONAP adaptation Priya TG, NetCracker Technology.
OASIS TOSCA Report for December ONAP Modeling Workshop
OASIS TOSCA Report for December ONAP Event
Documenting ONAP components (functional)
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
Artifact Properties Use cases and Examples to demonstrate the need of artifact properties July 2018.
TOSCA Namespaces Explained
Instance Model Structure
Enhancements for Property function Tosca Simple Profile in YAML v1.2
Defining ONAP VNF Package Model
VNFD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
New VDU model proposal.
DF design as a node type (output by Chris and shitao)
Discussion of Publishing CSD03 version of NFV Profile
JAR Desc CSAR Notes A package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.)
PeopleSoft Grants Julie Gustafson Product Strategy Manager
NFV adhoc Shitao li.
Tax Software Development in a Multi-Jurisdictional Environment
Lifecycle Management Automation through TOSCA
ONAP Network Slice Model
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.
Software Development Process Using UML Recap
Task 55 Scope – TOSCA Profile
August 26, 2019 Use Case Sub-Committee
Presentation transcript:

TOSCA Simple Profile for YAML: Changes proposed for 1.3 release Claude Noshpitz Presentation to OASIS TOSCA Technical Committee December 13, 2018

Areas of focus Clean up ambiguities and inconsistencies from prior spec releases Flesh out operational capabilities to facilitate “real-world” use Support ETSI-NFV, ONAP More robust spec documentation, including examples cleanup

Some new things Asynchronous notifications (based on Calin’s latest document, which removes asynchronous operations) Support for 3rd-party workflows (based on Thinh’s proposal, but with support added for “outputs”) Artifact properties (based on Priya’s contribution that clarifies where and how to use artifact properties) Additional constraint logic (based on Anatoly’s proposal). Remove any HPA examples from spec – lacking agreement on use in this way Potential for a distinct Profile capturing HPA, for importing as needed?

Details Clarify abstract/substitution semantics Notification interface Advanced condition/constraint syntax for filtering, matching Normative properties on Artifacts Artifact types (in flight) Consistency across capability/requirements/filtering syntax, list types Advanced filtering syntax Input values on operations and workflows Consistency in type extension semantics (property assignment changes) Custom declarative workflows Multiple entry points in a CSAR Clarifications on get_input semantics

Notification semantics The notification concept gives a formal way to connect a) external object information to TOSCA node attributes and b) outside events to TOSCA orchestrator events (that can trigger policies and other workflows). This is filling a gap on how a TOSCA model information follows the changes in the real world it models. The proposal is intuitive w.r.t. existing operation definition and integrates well within the same interface.