summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryxpoke <yangxu5@huawei.com>2018-04-10 10:29:01 +0800
committeryxpoke <yangxu5@huawei.com>2018-04-10 10:29:01 +0800
commitf83558e7497f2ad174dc0245c7aacd82db3158a3 (patch)
treeed955a7f91d5539869d8188570230e235e3c0a0f
parent8dacd7f15db9f11f6e4ce242a75c92a5f5d16d8f (diff)
continue convert wiki page to rst document
Change-Id: I8bd7cf5d7af0803618d4d0fbefbd81deb30679d5 Issue-ID: MODELING-46 Signed-off-by: yxpoke <yangxu5@huawei.com>
-rw-r--r--docs/ONAP release 2 spec/im/BaseConfigGroup.rst5
-rw-r--r--docs/ONAP release 2 spec/im/ConnectivityType.rst26
-rw-r--r--docs/ONAP release 2 spec/im/CpProtocolData.rst25
-rw-r--r--docs/ONAP release 2 spec/im/DeploymentGroup.rst5
4 files changed, 61 insertions, 0 deletions
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)