Adding DGs to support Transport Slicing operations.
authorHesam Rahimi <hesam.rahimi@huawei.com>
Thu, 3 Sep 2020 13:57:26 +0000 (13:57 +0000)
committerHesam Rahimi <hesam.rahimi@huawei.com>
Thu, 3 Sep 2020 13:58:52 +0000 (13:58 +0000)
commita6df651138e1da2668515ee6d23e89670f376186
treed4eccf11889a477b3d2efad5d1ca554df2a34481
parent87b57a18655ad87628f88626d9ba6272d0517a2e
Adding DGs to support Transport Slicing operations.
 - Allocate a Transport Slice
 - Activate a Transport Slice
 - DeActivate a Transport Slice
 - Delete a Transport Slice
The logic and the required call-flow inside the DGs are not yet completed and are still work-in-progress.

Issue-ID: SDNC-1202
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I0c9246063861ac43b645ad198d02ad35bada8e96
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
12 files changed:
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json
platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-activate.json [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.json [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.json [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.json [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml
platform-logic/generic-resource-api/src/main/xml/sotn_nni/GENERIC-RESOURCE-API_sotn-vf-operation-uni-activate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-activate.xml [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.xml [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.xml [new file with mode: 0644]
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.xml [new file with mode: 0644]