From b415f8dcd013588fd411a020351941ce08dd72a1 Mon Sep 17 00:00:00 2001 From: fzhang Date: Fri, 29 Mar 2019 07:55:37 -0700 Subject: Update VNFRQTS-612 Move context into correct place 5.1.9.6 Change-Id: If60bd81b427ec20f251af51d4769f955b2029326 Issue-ID: VNFRQTS-612 Signed-off-by: fzhang --- docs/Chapter5/Tosca.rst | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'docs/Chapter5') diff --git a/docs/Chapter5/Tosca.rst b/docs/Chapter5/Tosca.rst index be24fcd..4373d59 100644 --- a/docs/Chapter5/Tosca.rst +++ b/docs/Chapter5/Tosca.rst @@ -598,6 +598,31 @@ Interface Types **tosca.interfaces.nfv.vnf.lifecycle.Nfv** supports LCM operations ++--------------------------------------------------------------------+ +| +--------------------------------------------------------------+ | +| | tosca\_definitions\_version: tosca\_simple\_yaml\_1\_0 | | +| | | | +| | description: VNFD TOSCA file demo | | +| | | | +| | imports: | | +| | | | +| | - TOSCA\_definition\_nfv\_1\_0.yaml | | +| | | | +| | - TOSCA\_definition\_nfv\_ext\_1\_0.yaml | | +| | | | +| | | **node\_types: | | +| | tosca.nodes.nfv.VNF.vOpenNAT: | | +| | derived\_from:** tosca.nodes.nfv.VNF | | +| | | **requirements: | | +| | **- **sriov\_plane: | | +| | capability:** tosca.capabilities.nfv.VirtualLinkable | | +| | | **node:** tosca.nodes.nfv.VnfVirtualLinkDesc | | +| | | **relationship:** tosca.relationships.nfv.VirtualLinksTo | | +| +--------------------------------------------------------------+ | ++====================================================================+ ++--------------------------------------------------------------------+ + + TOSCA PNF Descriptor ^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -743,31 +768,6 @@ Policy Types - tosca.datatypes.nfv.SecurityGroupRule -+--------------------------------------------------------------------+ -| +--------------------------------------------------------------+ | -| | tosca\_definitions\_version: tosca\_simple\_yaml\_1\_0 | | -| | | | -| | description: VNFD TOSCA file demo | | -| | | | -| | imports: | | -| | | | -| | - TOSCA\_definition\_nfv\_1\_0.yaml | | -| | | | -| | - TOSCA\_definition\_nfv\_ext\_1\_0.yaml | | -| | | | -| | | **node\_types: | | -| | tosca.nodes.nfv.VNF.vOpenNAT: | | -| | derived\_from:** tosca.nodes.nfv.VNF | | -| | | **requirements: | | -| | **- **sriov\_plane: | | -| | capability:** tosca.capabilities.nfv.VirtualLinkable | | -| | | **node:** tosca.nodes.nfv.VnfVirtualLinkDesc | | -| | | **relationship:** tosca.relationships.nfv.VirtualLinksTo | | -| +--------------------------------------------------------------+ | -+====================================================================+ -+--------------------------------------------------------------------+ - - HPA Requirements ^^^^^^^^^^^^^^^^^^ -- cgit 1.2.3-korg