From 6b84093088b77a10764693760d83541b64e3d784 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 21 Oct 2020 10:54:28 +0300 Subject: Update AAI endpoints to /aai/v22 for Honolulu - Update all /aai/v21 references to /aai/v22 for Honolulu - note that the previous https://gerrit.onap.org/r/c/ccsdk/cds/+/114057 was for Guilin only Issue-ID: CCSDK-2914 Signed-off-by: Lasse Kaihlavirta Change-Id: I8103b12610a9de7263789a0852140f2f0bb09393 --- .../PNF_CDS_RESTCONF/Definitions/resources_definition_types.json | 2 +- .../blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml | 2 +- .../pnf_config/Definitions/resources_definition_types.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'components/model-catalog/blueprint-model/uat-blueprints') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/resources_definition_types.json index 58260b3cf..8cfebdb05 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/resources_definition_types.json +++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/resources_definition_types.json @@ -28,7 +28,7 @@ "properties" : { "type" : "JSON", "verb" : "GET", - "url-path" : "/aai/v21/network/pnfs/pnf/$pnf-id", + "url-path" : "/aai/v22/network/pnfs/pnf/$pnf-id", "path" : "/ipaddress-v4-oam", "input-key-mapping" : { "pnf-id" : "pnf-id" diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml index 9dfe02372..bd005fd55 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml +++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml @@ -157,7 +157,7 @@ external-services: expectations: - request: method: GET - path: [ /aai/v21/network/pnfs/pnf, *pnfId] + path: [ /aai/v22/network/pnfs/pnf, *pnfId] headers: Accept: application/json response: diff --git a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json index 600f25aa3..8db0cee04 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json +++ b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json @@ -28,7 +28,7 @@ "properties" : { "type" : "JSON", "verb" : "GET", - "url-path" : "/aai/v21/network/pnfs/pnf/$pnf-id", + "url-path" : "/aai/v22/network/pnfs/pnf/$pnf-id", "path" : "/ipaddress-v4-oam", "input-key-mapping" : { "pnf-id" : "pnf-id" -- cgit 1.2.3-korg