blob: e00e602d516271ab1cb0a90a48d90bb1ea403d2d [file] [log] [blame]
Chris Donley17032db2017-09-20 06:42:44 -07001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
Chris Donley29648052017-10-05 11:40:40 -07003
4VNFSDK Documentation
5====================
6
Chris Donley17032db2017-09-20 06:42:44 -07007.. toctree::
8 :maxdepth: 1
Chris Donley825678b2017-10-02 10:06:12 -07009 :titlesonly:
Chris Donley17032db2017-09-20 06:42:44 -070010
Chris Donley825678b2017-10-02 10:06:12 -070011 files/vnfsdk-apis
Chris Donley17032db2017-09-20 06:42:44 -070012
Chris Donley1ac02e72017-09-21 08:59:41 -070013Components
14----------
Chris Donley17032db2017-09-20 06:42:44 -070015
Chris Donleyfecfefd2017-09-22 09:25:38 -070016VNF Packaging Model/Blueprint
17-----------------------------
Chris Donley1ac02e72017-09-21 08:59:41 -070018
Chris Donley17032db2017-09-20 06:42:44 -070019VNF product model/blueprint provides a declarative way to define deployment, operational and functional attributes of a VNF product. The VNF product is defined in terms of deployment time requirements and dependencies and exposed telemetry indicator definitions.
20
21The deployment time requirements and dependencies define any and all compute infrastructure needs of the VNF product, such as specific hardware architecture, on-chip features, instruction set availability and hypervisor capabilities.
22
23The telemetry indicator definitions define a set of default indicators exposed by a given VNF product for use by monitoring and assurance tools. This list can be extended and customized once a given VNF product is on-boarded and instantiated at run-time.
24
25The VNF product model is specified using the TOSCA NFV simple profile. It is persisted, along with the product executables and data, using TOSCA CSAR files.
26
Chris Donley825678b2017-10-02 10:06:12 -070027.. toctree::
28 :maxdepth: 1
29 :titlesonly:
Chris Donley29648052017-10-05 11:40:40 -070030 :glob:
Chris Donley825678b2017-10-02 10:06:12 -070031
Chris Donley29648052017-10-05 11:40:40 -070032 files/pkgtool
33 files/*blueprints
Chris Donley825678b2017-10-02 10:06:12 -070034
Chris Donleydbf7fb12017-10-06 16:45:44 -070035VNF SDK Marketplace
36-------------------
37.. toctree::
38 :maxdepth: 1
39
40 files/marketplace-overview
41
Chris Donleyfecfefd2017-09-22 09:25:38 -070042VNF SDK Tools
43-------------
Chris Donley1ac02e72017-09-21 08:59:41 -070044
Chris Donley17032db2017-09-20 06:42:44 -070045VNF SDK tools provide VNF product DevOps engineers with command line tools and client side API language bindings to define the VNF product model and package content. The following tools are included...
46
47• VNF Package Builder - creates a CSAR file based on inputs provided by the VNF product DevOps engineer
48
49• VNF Package Validator - validates the content of the VNF packages to ensure that everything has been built correctly
50
51• VNF Package Extractor - extracts VNF product model and executables from the CSAR file
52
53• VNF Package Parser - translates VNF proeduct blueprint into a format consumable by OPEN-O components
54
55• VNF Package Dry Run - performs a "dry run" install to ensure that the package can be deployed during instantiation
56
Chris Donley17032db2017-09-20 06:42:44 -070057
Chris Donleyfecfefd2017-09-22 09:25:38 -070058User Guides
59-----------
Chris Donley1ac02e72017-09-21 08:59:41 -070060
Chris Donleyfecfefd2017-09-22 09:25:38 -070061VNF Package Tools User Guide
62----------------------------
Chris Donley17032db2017-09-20 06:42:44 -070063
64VNF Package Designer, provides VNF product DevOps engineers with a graphical tool to define the VNF product model and package content. It is made available as part of the VNF Supplier SDK tools.The package designer makes use of the VNF SDK command line interfaces (CLIs) and client-side API language bindings in order to define the model and the package content. As such, it is functionally equivalent to the VNF SDK tools.
65
Chris Donley825678b2017-10-02 10:06:12 -070066.. toctree::
67 :maxdepth: 1
68 :titlesonly:
Chris Donley29648052017-10-05 11:40:40 -070069 :glob:
Chris Donley825678b2017-10-02 10:06:12 -070070
Chris Donley29648052017-10-05 11:40:40 -070071 files/*Bundling*
Chris Donley825678b2017-10-02 10:06:12 -070072
Chris Donleyfecfefd2017-09-22 09:25:38 -070073Marketplace User Guide for Operators
74------------------------------------
Chris Donley17032db2017-09-20 06:42:44 -070075
Chris Donleydbf7fb12017-10-06 16:45:44 -070076.. toctree::
77 :maxdepth: 1
78 :titlesonly:
79
80 files/VNFSDK-Marketplace-userguide-operators
Chris Donley17032db2017-09-20 06:42:44 -070081
Chris Donleyfecfefd2017-09-22 09:25:38 -070082Marketplace User Guide for VNF Suppliers
83----------------------------------------
Chris Donley17032db2017-09-20 06:42:44 -070084
Chris Donleydbf7fb12017-10-06 16:45:44 -070085.. toctree::
86 :maxdepth: 1
87 :titlesonly:
88
89 files/VNFSDK-Marketplace-userguide-vendors
90