From f83558e7497f2ad174dc0245c7aacd82db3158a3 Mon Sep 17 00:00:00 2001 From: yxpoke Date: Tue, 10 Apr 2018 10:29:01 +0800 Subject: continue convert wiki page to rst document Change-Id: I8bd7cf5d7af0803618d4d0fbefbd81deb30679d5 Issue-ID: MODELING-46 Signed-off-by: yxpoke --- docs/ONAP release 2 spec/im/BaseConfigGroup.rst | 5 +++++ docs/ONAP release 2 spec/im/ConnectivityType.rst | 26 ++++++++++++++++++++++++ docs/ONAP release 2 spec/im/CpProtocolData.rst | 25 +++++++++++++++++++++++ docs/ONAP release 2 spec/im/DeploymentGroup.rst | 5 +++++ 4 files changed, 61 insertions(+) create mode 100644 docs/ONAP release 2 spec/im/BaseConfigGroup.rst create mode 100644 docs/ONAP release 2 spec/im/ConnectivityType.rst create mode 100644 docs/ONAP release 2 spec/im/CpProtocolData.rst create mode 100644 docs/ONAP release 2 spec/im/DeploymentGroup.rst diff --git a/docs/ONAP release 2 spec/im/BaseConfigGroup.rst b/docs/ONAP release 2 spec/im/BaseConfigGroup.rst new file mode 100644 index 0000000..e692b0f --- /dev/null +++ b/docs/ONAP release 2 spec/im/BaseConfigGroup.rst @@ -0,0 +1,5 @@ +.. 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: BaseConfigGroup (Experimental) diff --git a/docs/ONAP release 2 spec/im/ConnectivityType.rst b/docs/ONAP release 2 spec/im/ConnectivityType.rst new file mode 100644 index 0000000..43b213f --- /dev/null +++ b/docs/ONAP release 2 spec/im/ConnectivityType.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: ConnectivityType + ++---------------+-------------+------------------+-----------------+---------------+ +| **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | +| Name** | | | | Stereotypes** | ++===============+=============+==================+=================+===============+ +| layerProtocol | Enum | 1 | Identifies | support: | +| | | | the protocol | MANDATORY | +| | | | this VL gives | | +| | | | access to | | +| | | | (Ethernet, | | +| | | | MPLS, ODU2, | | +| | | | IPV4, IPV6, | | +| | | | Pseudo-Wire). | | ++---------------+-------------+------------------+-----------------+---------------+ +| flowPattern | String | 0..1 | Identifies | support: | +| | | | the flow | MANDATORY | +| | | | pattern of the | | +| | | | the connectivity| | +| | | | (Line, Tree, | | +| | | | Mesh). | | ++---------------+-------------+------------------+-----------------+---------------+ diff --git a/docs/ONAP release 2 spec/im/CpProtocolData.rst b/docs/ONAP release 2 spec/im/CpProtocolData.rst new file mode 100644 index 0000000..fde5d00 --- /dev/null +++ b/docs/ONAP release 2 spec/im/CpProtocolData.rst @@ -0,0 +1,25 @@ +.. 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: CpProtocolData + ++-------------------------+-------------+------------------+-----------------+---------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied | +| | | | | Stereotypes** | ++=========================+=============+==================+=================+===============+ +| associatedLayerProtocol | Enum | 1 | One of the | support: | +| | | | values of the | MANDATORY | +| | | | attribute | | +| | | | layerProtocol | | +| | | | of the Cpd IE. | | ++-------------------------+-------------+------------------+-----------------+---------------+ +| addressData | AddressData | 0..N | Provides | support: | +| | | | information | MANDATORY | +| | | | on the addresses| | +| | | | to be | | +| | | | assigned to | | +| | | | the CP(s) | | +| | | | instantiated | | +| | | | from the CPD. | | ++-------------------------+-------------+------------------+-----------------+---------------+ diff --git a/docs/ONAP release 2 spec/im/DeploymentGroup.rst b/docs/ONAP release 2 spec/im/DeploymentGroup.rst new file mode 100644 index 0000000..afb0c1c --- /dev/null +++ b/docs/ONAP release 2 spec/im/DeploymentGroup.rst @@ -0,0 +1,5 @@ +.. 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: DeploymentGroup (Experimental) -- cgit 1.2.3-korg