Update AAI endpoints to /aai/v21 57/114057/1
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Tue, 20 Oct 2020 15:12:07 +0000 (18:12 +0300)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Tue, 20 Oct 2020 15:12:07 +0000 (18:12 +0300)
 - Update all /aai/v14 references to /aai/v21 to resolve certificate
   problems in CDS when trying to resolve attribute values with aai-data source

Issue-ID: CCSDK-2914
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I6b150348b66e93b3d08ceaa49fa997d531ddb0e4

16 files changed:
components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/resources_definition_types.json
components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml
components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json
components/model-catalog/resource-dictionary/starter-dictionary/create-md-sal-vnf-param.json
components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json
components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipaddress-aai.json
components/model-catalog/resource-dictionary/starter-dictionary/vdns_vf_module_id.json
components/model-catalog/resource-dictionary/starter-dictionary/vf-module-assign.json
components/model-catalog/resource-dictionary/starter-dictionary/vnf_assign_aai.json
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/mock/MockBlueprintWebClientService.kt
ms/blueprintsprocessor/modules/commons/rest-lib/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/rest/service/RestClientServiceTest.kt

index 4c74b48..54eeaac 100644 (file)
         "properties" : {
           "type" : "JSON",
           "verb" : "GET",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "path" : "",
           "input-key-mapping" : {
             "vnf-id" : "vnf-id"
index 3501dbf..dec2de7 100644 (file)
@@ -87,7 +87,7 @@
         "properties" : {
           "verb" : "PATCH",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
           "payload" : "{\"nm-profile-name\":\"$vf-module-id\"}",
           "path" : "",
           "input-key-mapping" : {
         "properties" : {
           "verb" : "GET",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "path" : "",
           "input-key-mapping" : {
             "vnf-id" : "vnf-id"
           "headers" : {
             "Content-Type" : "application/merge-patch+json"
           },
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/vf-modules/vf-module/$vf-module-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/vf-modules/vf-module/$vf-module-id",
           "payload" : "{\r\n\"vf-module-name\":\"${vf-module-name}\", \r\n\"selflink\": \"restconf/config/GENERIC-RESOURCE-API:services/service/${service-instance-id}/service-data/vnfs/vnf/${vnf-id}/vnf-data/vf-modules/vf-module/${vf-module-id}/vf-module-data/vf-module-topology/\"\r\n  \r\n}",
           "path" : "",
           "input-key-mapping" : {
           "headers" : {
             "Content-Type" : "application/merge-patch+json"
           },
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "payload" : "{\r\n\"vnf-name\":\"${vnf_name}\", \r\n \"selflink\": \"restconf/config/GENERIC-RESOURCE-API:services/service/${service-instance-id}/service-data/vnfs/vnf/${vnf-id}/vnf-data/vnf-topology/\"\r\n}",
           "path" : "",
           "input-key-mapping" : {
index 9746fad..748b0db 100644 (file)
@@ -87,7 +87,7 @@
         "properties" : {
           "verb" : "PATCH",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
           "payload" : "{\"nm-profile-name\":\"$vf-module-id\"}",
           "path" : "",
           "input-key-mapping" : {
         "properties" : {
           "verb" : "GET",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "path" : "",
           "input-key-mapping" : {
             "vnf-id" : "vnf-id"
index 9746fad..748b0db 100644 (file)
@@ -87,7 +87,7 @@
         "properties" : {
           "verb" : "PATCH",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
           "payload" : "{\"nm-profile-name\":\"$vf-module-id\"}",
           "path" : "",
           "input-key-mapping" : {
         "properties" : {
           "verb" : "GET",
           "type" : "JSON",
-          "url-path" : "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "path" : "",
           "input-key-mapping" : {
             "vnf-id" : "vnf-id"
index 5f50eaa..ced5dc1 100644 (file)
         "properties": {
           "type": "JSON",
           "verb": "GET",
-          "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+          "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
           "path": "",
           "input-key-mapping": {
             "vnf-id": "vnf-id"
index 235a05d..58260b3 100644 (file)
@@ -28,7 +28,7 @@
         "properties" : {
           "type" : "JSON",
           "verb" : "GET",
-          "url-path" : "/aai/v14/network/pnfs/pnf/$pnf-id",
+          "url-path" : "/aai/v21/network/pnfs/pnf/$pnf-id",
           "path" : "/ipaddress-v4-oam",
           "input-key-mapping" : {
             "pnf-id" : "pnf-id"
index c2fd3f7..9dfe023 100644 (file)
@@ -157,7 +157,7 @@ external-services:
     expectations:
       - request:
           method: GET
-          path: [ /aai/v14/network/pnfs/pnf, *pnfId]
+          path: [ /aai/v21/network/pnfs/pnf, *pnfId]
           headers:
             Accept: application/json
         response:
index d1183f1..600f25a 100644 (file)
@@ -28,7 +28,7 @@
         "properties" : {
           "type" : "JSON",
           "verb" : "GET",
-          "url-path" : "/aai/v14/network/pnfs/pnf/$pnf-id",
+          "url-path" : "/aai/v21/network/pnfs/pnf/$pnf-id",
           "path" : "/ipaddress-v4-oam",
           "input-key-mapping" : {
             "pnf-id" : "pnf-id"
index 6f9890b..cd8707c 100644 (file)
@@ -38,7 +38,7 @@
             "properties": {
                 "verb": "PATCH",
                 "type": "JSON",
-                "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
+                "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/nm-profile-name",
                 "payload": "{\"nm-profile-name\":\"$vf-module-id\"}",
                 "path": "",
                 "input-key-mapping": {
index cfca6a7..70aa5da 100755 (executable)
@@ -17,7 +17,7 @@
       "properties": {
         "verb": "GET",
         "type": "JSON",
-        "url-path": "/aai/v14/network/pnfs/pnf/$pnf-id",
+        "url-path": "/aai/v21/network/pnfs/pnf/$pnf-id",
         "path": "/pnf-name",
         "headers" : {
           "Accept": "application/json",
index 9ac0a9c..c33b6d7 100755 (executable)
@@ -13,7 +13,7 @@
       "properties": {
         "type": "JSON",
         "verb": "GET",
-        "url-path": "/aai/v14/network/pnfs/pnf/$pnf-id",
+        "url-path": "/aai/v21/network/pnfs/pnf/$pnf-id",
         "path": "/ipaddress-v4-oam",
         "input-key-mapping": {
           "pnf-id": "pnf-id"
index e093a77..303ebb3 100644 (file)
@@ -37,7 +37,7 @@
             "properties": {
                 "verb": "GET",
                 "type": "JSON",
-                "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+                "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
                 "path": "",
                 "input-key-mapping": {
                     "vnf-id": "vnf-id"
index 6c8e226..c672969 100644 (file)
@@ -16,7 +16,7 @@
                 "headers": {
                     "Content-Type": "application/merge-patch+json"
                 },
-                "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id/vf-modules/vf-module/$vf-module-id",
+                "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id/vf-modules/vf-module/$vf-module-id",
                 "payload": "{\r\n\"vf-module-name\":\"${vf-module-name}\", \r\n\"selflink\": \"restconf/config/GENERIC-RESOURCE-API:services/service/${service-instance-id}/service-data/vnfs/vnf/${vnf-id}/vnf-data/vf-modules/vf-module/${vf-module-id}/vf-module-data/vf-module-topology/\"\r\n  \r\n}",
                 "path": "",
                 "input-key-mapping": {
index 9408d29..7297869 100644 (file)
@@ -16,7 +16,7 @@
                 "headers": {
                     "Content-Type": "application/merge-patch+json"
                 },
-                "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+                "url-path": "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id",
                 "payload": "{\r\n\"vnf-name\":\"${vnf_name}\", \r\n \"selflink\": \"restconf/config/GENERIC-RESOURCE-API:services/service/${service-instance-id}/service-data/vnfs/vnf/${vnf-id}/vnf-data/vnf-topology/\"\r\n}",
                 "path": "",
                 "input-key-mapping": {
index 53db756..3160174 100644 (file)
@@ -40,7 +40,7 @@ class MockBlueprintWebClientService(private var restClientProperties: RestClient
         headers = defaultHeaders()
 
         // Create expected requests and responses
-        setRequest("GET", "/aai/v14/network/generic-vnfs/generic-vnf/123456")
+        setRequest("GET", "/aai/v21/network/generic-vnfs/generic-vnf/123456")
         setRequest(
             "GET",
             "/config/GENERIC-RESOURCE-API:services/service/10/service-data/vnfs/vnf/123456/" +
index 74e3807..f38c188 100644 (file)
@@ -222,7 +222,7 @@ class RestClientServiceTest {
             val get1 = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.GET.name,
-                    "/sample/aai/v14/business/customers", "", headers,
+                    "/sample/aai/v21/business/customers", "", headers,
                     Customer::class.java
                 ).body
             }
@@ -230,7 +230,7 @@ class RestClientServiceTest {
             val get2 = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.GET.name,
-                    "/sample/aai/v14/business/customers", "", headers,
+                    "/sample/aai/v21/business/customers", "", headers,
                     Customer::class.java
                 ).body
             }
@@ -238,7 +238,7 @@ class RestClientServiceTest {
             val post = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.POST.name,
-                    "/sample/aai/v14/business/customers", post1, headers,
+                    "/sample/aai/v21/business/customers", post1, headers,
                     String::class.java
                 ).body
             }
@@ -246,7 +246,7 @@ class RestClientServiceTest {
             val put = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.PUT.name,
-                    "/sample/aai/v14/business/customers", post1, headers,
+                    "/sample/aai/v21/business/customers", post1, headers,
                     String::class.java
                 ).body
             }
@@ -254,7 +254,7 @@ class RestClientServiceTest {
             val patch = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.PATCH.name,
-                    "/sample/aai/v14/business/customers", post1, headers,
+                    "/sample/aai/v21/business/customers", post1, headers,
                     String::class.java
                 ).body
             }
@@ -262,7 +262,7 @@ class RestClientServiceTest {
             val delete = async(start = CoroutineStart.LAZY) {
                 restClientService.exchangeNB(
                     HttpMethod.DELETE.name,
-                    "/sample/aai/v14/business/customers", "", headers,
+                    "/sample/aai/v21/business/customers", "", headers,
                     String::class.java
                 ).body
             }
@@ -321,7 +321,7 @@ open class SampleController {
     @GetMapping("/basic")
     fun getBasic(): String = "Basic request arrived successfully"
 
-    @GetMapping("/aai/v14/business/customers")
+    @GetMapping("/aai/v21/business/customers")
     fun getAaiCustomers(
         @RequestHeader(name = "X-TransactionId", required = true)
         transId: String,
@@ -339,7 +339,7 @@ open class SampleController {
             "}"
     }
 
-    @PostMapping("/aai/v14/business/customers")
+    @PostMapping("/aai/v21/business/customers")
     fun postAaiCustomers(
         @RequestHeader(name = "X-TransactionId", required = true)
         transId: String,
@@ -352,7 +352,7 @@ open class SampleController {
         return "The message is successfully posted"
     }
 
-    @PutMapping("/aai/v14/business/customers")
+    @PutMapping("/aai/v21/business/customers")
     fun putAaiCustomers(
         @RequestHeader(name = "X-TransactionId", required = true)
         transId: String,
@@ -365,7 +365,7 @@ open class SampleController {
         return "The put request is success"
     }
 
-    @PatchMapping("/aai/v14/business/customers")
+    @PatchMapping("/aai/v21/business/customers")
     fun patchAaiCustomers(
         @RequestHeader(name = "X-TransactionId", required = true)
         transId: String,
@@ -378,7 +378,7 @@ open class SampleController {
         return "The patch request is success"
     }
 
-    @DeleteMapping("/aai/v14/business/customers")
+    @DeleteMapping("/aai/v21/business/customers")
     fun deleteAaiCustomers(
         @RequestHeader(name = "X-TransactionId", required = true)
         transId: String,