[SO] Adding "update" to the list of supported operations 10/121310/3
authorHesam Rahimi <hesam.rahimi@huawei.com>
Thu, 13 May 2021 21:04:15 +0000 (21:04 +0000)
committerHesam Rahimi <hesam.rahimi@huawei.com>
Mon, 17 May 2021 17:49:22 +0000 (17:49 +0000)
    Update operation was missing for vnf-topology-operation in
    generic-resource-api. This "update" operation is needed to
    support the "modify" Trnasport Slice use-case of CCVPN.

Issue-ID: OOM-2750
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I3c36abf5d7f674abc8392b20b3c374f70bf2a520

kubernetes/so/components/so-sdnc-adapter/resources/config/overrides/override.yaml

index 0971b4f..5c7a9af 100755 (executable)
@@ -136,6 +136,7 @@ org:
                             unassign: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
                         vnf-topology-operation:
                             create: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
+                            update: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
                             activate: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
                             assign: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
                             changeassign: POST|270000|sdncurl10|sdnc-request-header|org:onap:sdnc:northbound:generic-resource