Adding DGs to support Transport Slicing operations. 09/112109/1
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)
commit67331673496db788f450b8a3acfc8f268ded354f
treed4eccf11889a477b3d2efad5d1ca554df2a34481
parent9a7cfd42baf464208fb05a805497847b5061ed10
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>
Former-commit-id: a6df651138e1da2668515ee6d23e89670f376186
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]