Completing the logic and the call flow for Transport Slicing operations:
authorHesam Rahimi <hesam.rahimi@huawei.com>
Fri, 30 Oct 2020 03:29:17 +0000 (03:29 +0000)
committerDan Timoney <dtimoney@att.com>
Tue, 3 Nov 2020 14:47:25 +0000 (09:47 -0500)
commit7d1d841fd7271844c65ca1e9754ad5eec2487c4d
treea4a76af7d7438cd396f775f8b5f7b452af034341
parentdeff7aa775f9b7a15e9d796cb94e9b214fb047d2
Completing the logic and the call flow for Transport Slicing operations:
 - Allocate a Transport Slice
 - Activate a Transport Slice
 - DeActivate a Transport Slice
 - Delete a Transport Slice

Bug Fixing and cleaning up the DGs.

Issue-ID: SDNC-1202
Issue-ID: SDNC-1404
Change-Id: Ib2eae06c543ae8277ee2014fda87ca2ca3a516af
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
26 files changed:
installation/src/main/properties/generic-resource-api-dg.properties
platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json
platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc.json
platform-logic/datachange/src/main/json/DataChange_update-network-links-to-aai.json
platform-logic/datachange/src/main/json/DataChange_update-network-to-aai.json
platform-logic/datachange/src/main/json/DataChange_update-tp-ttp-relationship.json
platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
platform-logic/datachange/src/main/xml/DataChange_update-network-links-to-aai.xml
platform-logic/datachange/src/main/xml/DataChange_update-network-to-aai.xml
platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.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-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/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.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-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]
platform-logic/restapi-templates/src/main/json/ts-allocate-tn-slice.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/ts-coloring-uni-port.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-src-domain.json [new file with mode: 0644]