summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorfzhang <fei.zhang@ericsson.com>2019-03-29 07:55:37 -0700
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-29 19:16:36 +0000
commitb415f8dcd013588fd411a020351941ce08dd72a1 (patch)
tree1ea4c6659eda5491ff79e5274076ae027cc70efe /docs/Chapter5
parentb66f266761d50b2748db5d81eac0d83b98e23e2d (diff)
Update VNFRQTS-612
Move context into correct place 5.1.9.6 Change-Id: If60bd81b427ec20f251af51d4769f955b2029326 Issue-ID: VNFRQTS-612 Signed-off-by: fzhang <fei.zhang@ericsson.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Tosca.rst50
1 files changed, 25 insertions, 25 deletions
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
^^^^^^^^^^^^^^^^^^