Completing the logic and the call flow for Transport Slicing operations: 26/114426/4
authorHesam Rahimi <hesam.rahimi@huawei.com>
Fri, 30 Oct 2020 03:29:17 +0000 (03:29 +0000)
committerHesam Rahimi <hesam.rahimi@huawei.com>
Mon, 2 Nov 2020 22:50:53 +0000 (22:50 +0000)
commitc84a5266fc2ab31cb2bb68927457f6cdbb40c0b3
tree264834fc8f25c8b7720f7332ad39e411af6dfb30
parenta02477992c001d38cf09aaf5f458acb3325ba6d7
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>
Former-commit-id: 37a6361877cd1b9cae35e94f4a0be3a19bd4d088
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
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.json
platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.json
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
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-allocate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-deactivate.xml
platform-logic/generic-resource-api/src/main/xml/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-trans-slice-delete.xml
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]