Clarification of CSAR format Thinh Nguyenphu, Nokia thinh

Slides:



Advertisements
Similar presentations
Restructuring Proposal for TOSCA Files 1. Goals Separation of concerns: only expose what is needed to different roles in the creation of TOSCA templates.
Advertisements

One Root To Own Them All Black Hat US 2013 Jeff Bluebox 1.
Primer Themes: Creating a Cloud App With TOSCA Gerd Breiter Frank Leymann Thomas Spatzier.
TOSCA Technical Committee Kick-off December 12, 2011.
TOSCA V1.1: Variants of Collections of Specs. Spec Structure – Variant A The XML Simple Profile is a subsetting of the V1.1 spec but compliant with the.
Trust Bundle Publisher Create Unsigned Trust BundleCreate Signed Trust Bundle C:\TrustAnchors Trust Anchor Directory Create Bundle Browse … Optional Meta.
Interop SC 02/03/2016. Agenda Jacques feedbacks Contribution process improvements proposal 2.
TOSCA v1.0 Figures. Definition of building blocks for services … along with the implementation artifacts for manageability operations … and the definition.
Improving ODF applications by sharing ODF tests Svante Schubert Software Engineer Sun Microsystems Inc.
VNF SDK Design and Packaging issues
ETSI NSD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
VNF Package CSAR Format Tal Halfon, Amdocs Andrei Kojukhov, PhD, Amdocs Aug 3, 2017.
ONAP SDC VoLTE Model Support
VNF Package CSAR Format Tal Halfon, Amdocs Andrei Kojukhov, PhD, Amdocs Aug 3, 2017.
OASIS OSLC CCM TC Inaugural Meeting 04 February 2014
VNF Package Integrity and Authenticity – Public key based
ETSI NFV: IFA & SOL specifications list
VNF Package CSAR for ONAP Release 2 – adding Telco grade features Andrei Kojukhov, PhD, Amdocs Oct 6, 2017.
Change Log VNF Package Model Business Compute Req.
ONAP SDC TOSCA Import Gap Analysis
VNFD and NSD modeling: Rel2 Thinh Nguyenphu, Nokia thinh
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
OCPP TC Inaugural Meeting 07 September 2016
OASIS TOSCA Report for December ONAP Modeling Workshop
NSD modeling: Rel2 Nagesha Subramanya nagesha.
JAR Files Objectives: 1. Archiving and Packaging Java Code
OASIS TOSCA Report for December ONAP Event
OASIS eTMF TC Inaugural Meeting 16 December 2013
TOSCA NFV profile: short vs long-term approach
TOSCA-Metadata (directory )
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.
SwImageDesc Shitao li.
CSAF TC Inaugural Meeting 16 November 2016
“Deployment Flavor” Concept Desired End-Goal
TOSCA Namespaces for tosca-nfv-profile
TOSCA-Metadata (directory )
OASIS OSLC Core TC Inaugural Meeting 12 November 2013
OASIS Overview TC Process & Administration
VDU proposal comparison
OSLC Domains TC Inaugural Meeting 30 September 2016
VNFD Overview & TOSCA model Thinh Nguyenphu, Nokia thinh
ARIP TC Inaugural Meeting 22 May 2015
CTI TC Inaugural Meeting 18 June 2015
Legal Citation Markup TC Inaugural Meeting 12 February 2014
OSLC PROMCODE TC Inaugural Meeting 26 March 2014
Deployment Flavour as VNF Capability: Alt1_r2
S-127 – Marine Traffic Management Release Candidate NIPWG 6 30 January 2019 Raphael Malyankar Eivind Mong Sponsored by IHO.
JAR Desc CSAR Notes A package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.)
NFV adhoc Shitao li.
IBOPS TC Inaugural Meeting 23 September 2014
TOSCA Simple Profile for YAML: Changes proposed for 1.3 release
OSLC Automation TC Inaugural Meeting 25 March 2014
COEL TC Inaugural Meeting 15 July 2015
BIOSERV TC Inaugural Meeting 08 July 2015
АВЛИГАТАЙ ТЭМЦЭХ ҮНДЭСНИЙ ХӨТӨЛБӨР /танилцуулга/
OASIS VIRTIO TC Inaugural Meeting 30 July 2013
NFV adhoc Shitao li.
Proposal for YAML Specification Rename/Renumber
TOSCA v2.3 Naming Decisions
NFV adhoc Shitao li.
VNF Package CSAR Format Tal Halfon, Amdocs Andrei Kojukhov, PhD, Amdocs Aug 3, 2017.
Task 55 Scope – TOSCA Profile
NSD model in ONAP service descriptors (draft7)
Presentation transcript:

Clarification of CSAR format Thinh Nguyenphu, Nokia thinh Clarification of CSAR format Thinh Nguyenphu, Nokia thinh.nguyenphu@nokia.com September 1, 2017

TOSCA Simple Profile in YAML Version 1.1 6.1 Overall Structure of a CSAR A CSAR zip file is required to contain one of the following: • a TOSCA-Metadata directory, which in turn contains the TOSCA.meta metadata file that provides entry information for a TOSCA orchestrator processing the CSAR file. • a yaml (.yml or .yaml) file at the root of the archive. The yaml file being a valid tosca definition template that MUST define a metadata section where template_name and template_version are required. The CSAR file may contain other directories with arbitrary names and contents. Note that in contrast to the TOSCA 1.0 specification, it is not required to put TOSCA definitions files into a special “Definitions” directory, but definitions YAML files can be placed into any directory within the CSAR file. Option 1 Option 2 Per TOSCA YAML v1.1: Due to the simplified structure of the CSAR file and TOSCA.meta file compared to TOSCA 1.0, the CSAR-Version keyword listed in block_0 of the meta-file is required to denote version 1.1. TOSCA-Meta-File-Version: 1.0 CSAR-Version: 1.1 Created-By: OASIS TOSCA TC Entry-Definitions: definitions/tosca_elk.yaml

Ref: Current CSAR TOSCA.meta File TOSCA-Meta-Version: 1.0 CSAR-Version: 1.0 Created-By: Winery 0.1.37-SNAPSHOT Entry-Definitions: Definitions/openons__vEPC_NS.yaml Name: Definitions/openons__vEPC_NS.yaml Content-Type: application/vnd.oasis.tosca.definitions Name: Definitions/plans.yaml Name: Definitions/openovnf__tosca.nodes.nfv.VNF.vPCRF.yaml Name: Definitions/openoforward__tosca.capabilities.nfv.Forwarder.yaml Name: Definitions/openovnf__tosca.nodes.nfv.ext.zte.VNF.yaml Name: nodetypes/http%3A%2F ……………………………………………… Ref from slide set: VNF Package CSAR Format Tal Halfon, Amdocs Andrei Kojukhov, PhD, Amdocs This CSAR-Version: 1.0 is based only from TOSCA v1.0 Spec

Discussion Recommendation R1: TOSCA version spec: TOSCA Simple Profile in YAML Version 1.1 TOSCA CSAR-Version: 1.1 With option 1 (a TOSCA-Metadata directory ): Manifest file: CSAR package support with and without manifest file Recommendation R2: (initial drafting, under discussion) TOSCA version spec: TOSCA Simple Profile in YAML Version 1.1? TOSCA CSAR-Version: 1.1? With option 1 and or option 2: ? CSAR package support ??