From 062501b3920e348ff3a8e5ba8df54376d3e574fe Mon Sep 17 00:00:00 2001 From: yxpoke Date: Fri, 13 Apr 2018 16:08:22 +0800 Subject: adding more rst files and fix titles Change-Id: If7ae04e3f56aa1a441dc54f8902276832fad43b2 Issue-ID: MODELING-46 Signed-off-by: yxpoke --- docs/ONAP release 2 spec/im/L2AddressData.rst | 1 + docs/ONAP release 2 spec/im/L3AddressData.rst | 1 + .../im/LifecycleManagementScript.rst | 1 + .../im/LocalAffinityOrAntiAffinityRule.rst | 1 + docs/ONAP release 2 spec/im/PlacementGroup.rst | 84 ++++++++++++++++++++++ docs/ONAP release 2 spec/im/QoS.rst | 26 +++++++ 6 files changed, 114 insertions(+) create mode 100644 docs/ONAP release 2 spec/im/PlacementGroup.rst create mode 100644 docs/ONAP release 2 spec/im/QoS.rst diff --git a/docs/ONAP release 2 spec/im/L2AddressData.rst b/docs/ONAP release 2 spec/im/L2AddressData.rst index 2dfde1d..45fee8f 100644 --- a/docs/ONAP release 2 spec/im/L2AddressData.rst +++ b/docs/ONAP release 2 spec/im/L2AddressData.rst @@ -3,6 +3,7 @@ .. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode Class: L2AddressData +====================== +----------------------+-------------+------------------+-----------------+---------------+ | **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | diff --git a/docs/ONAP release 2 spec/im/L3AddressData.rst b/docs/ONAP release 2 spec/im/L3AddressData.rst index 6451fff..f358594 100644 --- a/docs/ONAP release 2 spec/im/L3AddressData.rst +++ b/docs/ONAP release 2 spec/im/L3AddressData.rst @@ -3,6 +3,7 @@ .. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode Class: L3AddressData +====================== +---------------------+-------------+------------------+-----------------+---------------+ | **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | diff --git a/docs/ONAP release 2 spec/im/LifecycleManagementScript.rst b/docs/ONAP release 2 spec/im/LifecycleManagementScript.rst index 3145bfe..67362bb 100644 --- a/docs/ONAP release 2 spec/im/LifecycleManagementScript.rst +++ b/docs/ONAP release 2 spec/im/LifecycleManagementScript.rst @@ -3,6 +3,7 @@ .. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode Class: LifecycleManagementScript +================================== +--------------------+-------------+------------------+-------------------+-------------------------------------+ | **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | diff --git a/docs/ONAP release 2 spec/im/LocalAffinityOrAntiAffinityRule.rst b/docs/ONAP release 2 spec/im/LocalAffinityOrAntiAffinityRule.rst index 7fbec96..77860ca 100644 --- a/docs/ONAP release 2 spec/im/LocalAffinityOrAntiAffinityRule.rst +++ b/docs/ONAP release 2 spec/im/LocalAffinityOrAntiAffinityRule.rst @@ -3,6 +3,7 @@ .. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode Class: LocalAffinityOrAntiAffinityRule +======================================== +-------------+-------------+------------------+-----------------+----------------+ | **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | diff --git a/docs/ONAP release 2 spec/im/PlacementGroup.rst b/docs/ONAP release 2 spec/im/PlacementGroup.rst new file mode 100644 index 0000000..b297441 --- /dev/null +++ b/docs/ONAP release 2 spec/im/PlacementGroup.rst @@ -0,0 +1,84 @@ +.. Copyright 2018 (Huawei) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +Class: PlacementGroup (Experimental) +====================================== + ++-------------------+-------------+------------------+-----------------+---------------+ +| **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | +| Name** | | | | Stereotypes** | ++===================+=============+==================+=================+===============+ +| elementGroupId | Identifier | 1 | Unique | support: | +| | | | identifier | MANDATORY | +| | | | of this | | +| | | | group in | | +| | | | the VNFD. | | ++-------------------+-------------+------------------+-----------------+---------------+ +| placementStrategy | Enum | 1 | Determine | support: | +| | | | where | MANDATORY | +| | | | VNFC's | | +| | | | (VDU's) are | valueRange: | +| | | | placed with | "co-location",| +| | | | respect to | "isolation", | +| | | | the VNF. | "exclusively" | +| | | | | | +| | | | | NOTE: | +| | | | | | +| | | | | - Co-location| +| | | | | - | +| | | | | members | +| | | | | of the | +| | | | | group | +| | | | | share | +| | | | | the same | +| | | | | physical | +| | | | | host or | +| | | | | rack. | +| | | | | | +| | | | | - isolation | +| | | | | - | +| | | | | members | +| | | | | of the | +| | | | | group do | +| | | | | not | +| | | | | share | +| | | | | the same | +| | | | | physical | +| | | | | host or | +| | | | | rack. | +| | | | | | +| | | | | - Exclusively| +| | | | | - | +| | | | | members | +| | | | | have | +| | | | | sole use | +| | | | | of a | +| | | | | given | +| | | | | physical | +| | | | | host or | +| | | | | rack | +| | | | | (not | +| | | | | shared | +| | | | | with any | +| | | | | vnfcs | +| | | | | outside | +| | | | | the | +| | | | | group). | ++-------------------+-------------+------------------+-----------------+---------------+ +| vnfcMembers | Not | 0..N | References | support: | +| | specified | | to Vdus | MANDATORY | +| | | | that are | | +| | | | part of | | +| | | | this group. | | +| | | | | | +| | | | | | +| | | | | | ++-------------------+-------------+------------------+-----------------+---------------+ +| strategyScope | Enum | 1 | indicate if | support: | +| | | | the | MANDATORY | +| | | | strategy is | | +| | | | applied at | valueRange: | +| | | | the host or | "host", | +| | | | rack level | "rack" | ++-------------------+-------------+------------------+-----------------+---------------+ diff --git a/docs/ONAP release 2 spec/im/QoS.rst b/docs/ONAP release 2 spec/im/QoS.rst new file mode 100644 index 0000000..8d02766 --- /dev/null +++ b/docs/ONAP release 2 spec/im/QoS.rst @@ -0,0 +1,26 @@ +.. Copyright 2018 (Huawei) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +Class: QoS +============ + ++--------------------+-------------+------------------+-----------------+---------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied | +| | | | | Stereotypes** | ++====================+=============+==================+=================+===============+ +| latency | Number | 1 | Maximum | support: | +| | | | latency in ms. | MANDATORY | ++--------------------+-------------+------------------+-----------------+---------------+ +|packetDelayVariation| Number | 1 | Maximum | support: | +| | | | jitter in ms. | MANDATORY | ++--------------------+-------------+------------------+-----------------+---------------+ +| packetLossRatio | Number | 0..1 | Maximum | support: | +| | | | packet loss | MANDATORY | +| | | | ratio. | | +| | | | Cardinality | | +| | | | is 0 if no | | +| | | | packetLossRatio | | +| | | | requirement | | +| | | | exists. | | ++--------------------+-------------+------------------+-----------------+---------------+ -- cgit 1.2.3-korg